UNPKG

starchild-widget

Version:

Starchild Widget

8 lines 212 B
import { default as React } from 'react'; interface InputProps { disabled: boolean; 'aria-label': string; } export declare const Input: React.FC<InputProps>; export {}; //# sourceMappingURL=index.d.ts.map