@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
44 lines (43 loc) • 911 B
TypeScript
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
export declare const StaffEmployeeStatusData: {
0: {
name: string;
color: string;
};
1: {
name: string;
color: string;
};
2: {
name: string;
color: string;
};
3: {
name: string;
color: string;
};
4: {
name: string;
color: string;
};
5: {
name: string;
color: string;
};
6: {
name: string;
color: string;
};
7: {
name: string;
color: string;
};
};
export declare const getStaffEmployeeStatusData: (status?: GenModels.StaffEmployeeStatus) => {
name: string;
color: string;
};
export declare const StatusPoint:
import("styled-components").StyledComponent<"div", any, {
status: GenModels.StaffEmployeeStatus;
}, never>;