@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
50 lines (49 loc) • 2.19 kB
TypeScript
import { TThemeOption } from '../../constants';
declare const theme: TThemeOption;
export default theme;
export declare const cssVariable: {
'--themeColor'?: string | undefined;
'--selectPopoverHoverColor'?: string | undefined;
'--scrollBarColor'?: string | undefined;
'--dashbordDashColor'?: string | undefined;
'--dashboardBg'?: string | undefined;
'--dashboardBlockBg'?: string | undefined;
'--operationBarTitleColor'?: string | undefined;
'--dashboardBorderCorder'?: string | undefined;
'--dashboardColor'?: string | undefined;
'--layoutDeleteBarBg'?: string | undefined;
'--variableIconColor'?: string | undefined;
'--dashboardDisableColor': string;
'--dashboardDisableBack': string;
'--selectionChoiceBg'?: string | undefined;
'--titlebarColor'?: string | undefined;
'--timeRangeColor'?: string | undefined;
'--tooltipBgColor'?: string | undefined;
'--nodataIconShadow'?: string | undefined;
'--nodataIconPath'?: string | undefined;
'--nodataIconBoxFill'?: string | undefined;
'--nodataDescColor': string;
'--legendTitleheader'?: string | undefined;
'--legendItemvalue'?: string | undefined;
'--legendSorter'?: string | undefined;
'--paginationBorderColor'?: string | undefined;
'--paginationColor'?: string | undefined;
'--evenRowBg'?: string | undefined;
'--subTableTitleBg'?: string | undefined;
'--tableBorder'?: string | undefined;
'--timelineBorderColor'?: string | undefined;
'--timelineHeadBackgroundColor'?: string | undefined;
'--timelineBackgroundColor'?: string | undefined;
'--timelineColor'?: string | undefined;
'--timelineItemColor'?: string | undefined;
'--timelineItemBackgroundColor'?: string | undefined;
'--carouselBtnBgActive'?: string | undefined;
'--carouselBtnBg'?: string | undefined;
'--splEditorKeyword'?: string | undefined;
'--splEditorSplKeyword'?: string | undefined;
'--splEditorStr'?: string | undefined;
'--splEditorVar'?: string | undefined;
'--splEditorFunc'?: string | undefined;
'--splEditorNormal'?: string | undefined;
'--splEditorCursor'?: string | undefined;
};