UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

11 lines (10 loc) 342 B
import { PropertiesTableProps } from '../../../../shared/types'; export declare const DateProperties: PropertiesTableProps; export declare const DateEvents: { [x: string]: { type: string | string[]; defaultValue?: string; doc: string; status: "optional" | "internal" | "required" | "deprecated"; }; };