payzli-ui-aryan
Version:
A custom react components library
9 lines (8 loc) • 445 B
TypeScript
export { default as InputField } from "./TextField";
export { default as NumberInput } from "./NumberInput";
export { default as AmountInput } from "./AmountInput";
export { default as MaskInput } from "./MaskInput";
export { default as PhoneNumberInput } from "./PhoneNumberInput";
export { default as CardInput } from "./CardInput";
export { default as Textarea } from "./Textarea";
export { default as PasswordInput } from "./PasswordInput";