amis-rpc-design/node_modules/antd/es/layout/style/light.d.ts
2023-10-07 19:42:30 +08: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;