import { Field } from '@rocket.chat/fuselage'; import { action } from '@storybook/addon-actions'; import React from 'react'; import { CodeSettingInput } from './CodeSettingInput'; export default { title: 'admin/settings/inputs/CodeSettingInput', component: CodeSettingInput, decorators: [ (storyFn) =>
{storyFn()}
, ], }; export const _default = () => ; export const disabled = () => ; export const withValue = () => ; export const withResetButton = () => ;