UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

13 lines 516 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconLeft = IconLeft; exports.IconRight = IconRight; const jsx_runtime_1 = require("react/jsx-runtime"); const icons_1 = require("@blueprintjs/icons"); function IconLeft({ children, ...props }) { return (0, jsx_runtime_1.jsx)(icons_1.ChevronLeft, { ...props }); } function IconRight({ children, ...props }) { return (0, jsx_runtime_1.jsx)(icons_1.ChevronRight, { ...props }); } //# sourceMappingURL=datePickerNavIcons.js.map