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.

10 lines 186 B
export interface TextInputProps { className?: string label: string onChange: Function disabled?: boolean placeholder?: string name?: string type?: string value: string }