UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

9 lines 355 B
import { jsx as _jsx } from "react/jsx-runtime"; import { ChevronLeft, ChevronRight } from "@blueprintjs/icons"; export function IconLeft({ children, ...props }) { return _jsx(ChevronLeft, { ...props }); } export function IconRight({ children, ...props }) { return _jsx(ChevronRight, { ...props }); } //# sourceMappingURL=datePickerNavIcons.js.map