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