@blueprintjs/datetime
Version:
Components for interacting with dates and times
9 lines • 371 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { ChevronLeftIcon, ChevronRightIcon } from "@blueprintjs/icons";
export function IconLeft({ children, ...props }) {
return _jsx(ChevronLeftIcon, { ...props });
}
export function IconRight({ children, ...props }) {
return _jsx(ChevronRightIcon, { ...props });
}
//# sourceMappingURL=datePickerNavIcons.js.map