UNPKG

@kadconsulting/dry

Version:
15 lines 424 B
import CurrencyInput from './CurrencyInput'; export default { title: 'Components/FormInputs/TextInput/Assemblies/CurrencyInput', tags: ['autodocs'], component: CurrencyInput, argTypes: {}, }; export const Default = { // Define default args for the story here args: { title: '', HintText: 'This is a hint text to help user.', }, }; //# sourceMappingURL=CurrencyInput.stories.js.map