PromoCursed/node_modules/antd/lib/layout/style/light.d.ts
2024-08-20 23:25:37 +04:00

6 lines
261 B
TypeScript

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