UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

5 lines (4 loc) 278 B
import * as React from "react"; import type { StyledComponent } from "react-day-picker"; export declare function IconLeft({ children, ...props }: StyledComponent): React.JSX.Element; export declare function IconRight({ children, ...props }: StyledComponent): React.JSX.Element;