UNPKG

@cimpress/react-components

Version:
12 lines 252 B
import { Phone } from '../Phone'; const meta = { title: 'Components/Phone', component: Phone, }; export default meta; export const Default = { args: { initialValue: '+31612345678', }, }; //# sourceMappingURL=Phone.stories.js.map