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.

14 lines (12 loc) 248 B
export interface DateInputProps { className?: string label: string dateSelected: Date onChange: Function dateFormat: string showTimeSelect?: boolean timeFormat?: string disabled?: boolean } export interface ContainerStyles { }