@vimeo/iris
Version:
Vimeo Design System
13 lines (12 loc) • 421 B
TypeScript
/// <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 {};