form-tool
Version:
Create quickly and robustly with form hooks
8 lines (7 loc) • 520 B
TypeScript
import React from 'react';
import { ComponentStory, ComponentMeta } from '@storybook/react';
import '../../assets/fonts/index.css';
declare const _default: ComponentMeta<() => React.ReactElement<any, string | React.JSXElementConstructor<any>>>;
export default _default;
export declare const LoggedIn: ComponentStory<() => React.ReactElement<any, string | React.JSXElementConstructor<any>>>;
export declare const LoggedOut: ComponentStory<() => React.ReactElement<any, string | React.JSXElementConstructor<any>>>;