import React from 'react'; import { Input } from './Input'; export default { title: 'basic/Input', component: Input, }; export const _default = () => ; export const withTitle = () => ; export const withError = () => ; export const withIcon = () => ; export const withPlaceholder = () => ; export const focused = () => ; export const ofTypeSelect = () => ;