@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
12 lines (11 loc) • 417 B
TypeScript
import type { PropertiesTableProps } from '../../../../shared/types';
export declare const TimeProperties: PropertiesTableProps;
export declare const TimeSpecificEvents: PropertiesTableProps;
export declare const TimeGeneralEvents: {
[x: string]: {
type: string | string[];
defaultValue?: string;
doc: string;
status: "optional" | "internal" | "required" | "deprecated";
};
};