UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

11 lines (10 loc) 383 B
import type { ReactNode } from 'react'; import type { SegmentStateReturn } from '../segment'; export declare const DateField: import("@vtex/admin-ui-react").AdminUIElement<"div", DateFieldOptions>; export interface DateFieldOptions { state: SegmentStateReturn; label: string; disclosure?: ReactNode; tone?: 'neutral' | 'critical'; disabled?: boolean; }