UNPKG

@synergycodes/overflow-ui

Version:

A React library for creating node-based UIs and diagram-driven applications. Perfect for React Flow users, providing ready-to-use node templates and components that work seamlessly with React Flow's ecosystem.

6 lines (5 loc) 228 B
import { DatePickerInputProps, DatePickerType } from '@mantine/dates'; import { ItemSize } from '../../shared/types/item-size'; export type DatePickerProps = DatePickerInputProps<DatePickerType> & { inputSize?: ItemSize; };