agora-classroom-sdk
Version:
For publishing npm package agora-classroom-sdk (Web & Electron). Get more information from https://docs.agora.io
61 lines (60 loc) • 1.6 kB
TypeScript
/**
* antd zIndex rules
* @zindex-badge: auto;
* @zindex-table-fixed: 2;
* @zindex-affix: 10;
* @zindex-back-top: 10;
* @zindex-picker-panel: 10;
* @zindex-popup-close: 10;
* @zindex-modal: 1000;
* @zindex-modal-mask: 1000;
* @zindex-message: 1010;
* @zindex-notification: 1010;
* @zindex-popover: 1030;
* @zindex-dropdown: 1050;
* @zindex-picker: 1050;
* @zindex-popoconfirm: 1060;
* @zindex-tooltip: 1070;
* @zindex-image: 1080;
*
* agora zIndex rule
* @zindex-ext-app: 998
* @zindex-rtc-video: 0
* @zindex-camera-placeholder-loading: 0
* @zindex-camera-placeholder-broken: 0
* @zindex-camera-placeholder-muted: 0
* @zindex-camera-placeholder-disabled: 0
* @zindex-camera-placeholder-none: -1
*/
export declare const Z_INDEX_RULES: {
zIndexBadge: 'auto';
zIndexTableFixed: number;
zIndexAffix: number;
zIndexBackTop: number;
zIndexPickerPanel: number;
zIndexPopupClose: number;
zIndexModal: number;
zIndexModalMask: number;
zIndexMessage: number;
zIndexNotification: number;
zIndexPopover: number;
zIndexDropdown: number;
zIndexPicker: number;
zIndexPopoconfirm: number;
zIndexTooltip: number;
zIndexImage: number;
zIndexExtApp: number;
zIndexRtcVideo: number;
zIndexCameraPlaceholderLoading: number;
zIndexCameraPlaceholderBroken: number;
zIndexCameraPlaceholderMuted: number;
zIndexCameraPlaceholderDisabled: number;
zIndexCameraPlaceholderNone: number;
};
/**
* 一些颜色的定义
*/
export declare const COLOR_RULES: {
activeColor: string;
deactiveColor: string;
};