@vtex/admin-ui
Version:
> VTEX admin component library
9 lines (8 loc) • 392 B
TypeScript
import React from 'react';
import type { StyleProp } from '@vtex/admin-ui-core';
import type { DatePickerStateReturn } from './date-picker.state';
export declare const DatePickerCalendar: React.ForwardRefExoticComponent<DatePickerCalendarProps & React.RefAttributes<HTMLDivElement>>;
export interface DatePickerCalendarProps {
state: DatePickerStateReturn;
csx?: StyleProp;
}