UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

11 lines (10 loc) 210 B
export interface TextInputProps { className?: string; label: string; onChange: Function; disabled?: boolean; placeholder?: string; name?: string; type?: string; value: string; }