UNPKG

create-nova-vite-template

Version:

This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.

11 lines (10 loc) 229 B
export interface RangeInputProps { title?: string; inputClassName?: string; fromValue?: string; toValue?: string; clearFlag?: boolean; onClearComplete?: () => void; disabled?: boolean; fromDatePicker?: boolean; }