ruoyi-plus-soybean/packages/materials/src/libs/page-tab/index.module.css.d.ts
2023-12-14 21:45:29 +08:00

16 lines
472 B
TypeScript

declare const styles: {
readonly 'button-tab': string;
readonly 'button-tab_dark': string;
readonly 'button-tab_active': string;
readonly 'button-tab_active_dark': string;
readonly icon_close: string;
readonly 'chrome-tab': string;
readonly 'chrome-tab_active': string;
readonly 'chrome-tab__bg': string;
readonly 'chrome-tab_active_dark': string;
readonly 'chrome-tab_dark': string;
readonly 'chrome-tab-divider': string;
};
export default styles;