gather-content-ui
Version:
GatherContent UI Library
11 lines • 362 B
TypeScript
declare function Input({ onChangeHandler, className, label, id, checked, name, value, disabled, }: any): import("react/jsx-runtime").JSX.Element;
declare namespace Input {
var defaultProps: {
label: string;
className: string;
value: string;
disabled: boolean;
};
}
export default Input;
//# sourceMappingURL=Input.d.ts.map