UNPKG

payzli-ui-aryan

Version:

A custom react components library

5 lines (4 loc) 161 B
import React from "react"; import { IAmountInputProps } from "../../models"; declare const AmountInput: React.FC<IAmountInputProps>; export default AmountInput;