UNPKG

@jk-core/components

Version:
8 lines (7 loc) 281 B
import { CalendarView } from '../../type'; interface ViewSelectorProps { method: CalendarView; selectView: (value: CalendarView) => void; } export default function ViewSelector({ method, selectView }: ViewSelectorProps): import("react/jsx-runtime").JSX.Element; export {};