import { FieldGroup } from '@rocket.chat/fuselage'; import React from 'react'; import { Setting } from './Setting'; import { SettingsState } from './SettingsState'; export default { title: 'admin/settings/Setting', component: Setting, decorators: [ (storyFn) =>
{storyFn()}
, ], }; export const _default = () => ; export const withCallout = () => ; export const types = () => ; export const skeleton = () => ;