UNPKG

roko-date-picker

Version:
12 lines (11 loc) 311 B
import React from "react"; import { tTheme } from "../../../../features/domain/types/t.theme"; type Props = { item: Date; selected: boolean; theme?: tTheme; onChange: (args: Date) => void; index: number; }; declare const _default: React.NamedExoticComponent<Props>; export default _default;