UNPKG

ts-trial

Version:

React Ui Components for Freemium Apps

12 lines (11 loc) 228 B
/// <reference types="react" /> export interface ButtonInputProps { value: string; } declare const Input: { (props: ButtonInputProps): JSX.Element; defaultProps: { value: any; }; }; export default Input;