Files
copilot-toolbox-template-121/node_modules/antd/lib/table/style/expand.d.ts
2026-01-16 02:20:32 +00:00

6 lines
255 B
TypeScript

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