nextjs-tui-date-picker
Version:
nextjs date picker built with and for NextJs
5 lines (4 loc) • 297 B
TypeScript
export { default as TuiDatePicker } from "./date-picker/index.js";
export { default as TuiDateTimePicker } from "./date-time-picker/index.js";
export { default as TuiDateMonthPicker } from "./date-month-picker/index.js";
export { default as TuiDateYearPicker } from "./date-year-picker/index.js";