light.d.ts 261 B

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