afdi-ambition-fbim-fe
Version:
3D组态BIM编辑器
14 lines (13 loc) • 1.19 kB
TypeScript
export declare const alarmLevelMap: any;
export declare const alarmTypeMap: any;
export declare const alarmStateMap: any;
export declare const stateRender: (key: any) => (status: any, row: any) => import("vue/jsx-runtime").JSX.Element;
export declare const stateRenderItem: (key: any) => (status: any, row: any) => import("vue/jsx-runtime").JSX.Element;
export declare const connectStateRender: (status: any) => import("vue/jsx-runtime").JSX.Element;
export declare const connectStateRenderItem: (status: any) => import("vue/jsx-runtime").JSX.Element;
export declare const alarmLevelRender: (status: any) => import("vue/jsx-runtime").JSX.Element;
export declare const alarmTypeRender: (status: any) => import("vue/jsx-runtime").JSX.Element;
export declare const alarmStateRender: (status: any) => import("vue/jsx-runtime").JSX.Element;
export declare const controlStateRender: (status: any) => any;
export declare const verificationRender: (key: string, timeName: string) => (_state: any, row: any) => import("vue/jsx-runtime").JSX.Element;
export declare const verificationRenderItem: (key: string, timeName: string) => (_state: any, row: any) => import("vue/jsx-runtime").JSX.Element;