UNPKG

@vimeo/iris

Version:
13 lines (12 loc) 421 B
/// <reference types="react" /> import { IrisProps } from '../../../../utils'; type Props = IrisProps<{ isControl: boolean; isPast: boolean; isTrack: boolean; isStart: boolean; isEnd: boolean; }>; declare function Label({ className, children, ...props }: Props): JSX.Element; export declare const CalendarDayLabel: import("styled-components").StyledComponent<typeof Label, any, {}, never>; export {};