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