ether-admin/node_modules/ant-design-vue/es/layout/style/light.d.ts

6 lines
261 B
TypeScript

import type { CSSObject } from '../../_util/cssinjs';
import type { LayoutToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genLayoutLightStyle: GenerateStyle<LayoutToken, CSSObject>;
export default genLayoutLightStyle;