@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
11 lines (10 loc) • 342 B
TypeScript
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";
};
};