unis_crm/frontend1/node_modules/antd/lib/table/style/fixed.d.ts

6 lines
253 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
import type { CSSObject } from '@ant-design/cssinjs';
import type { GenerateStyle } from '../../theme/internal';
import type { TableToken } from './index';
declare const genFixedStyle: GenerateStyle<TableToken, CSSObject>;
export default genFixedStyle;