Files
copilot-toolbox-template-news/node_modules/antd/lib/table/style/selection.d.ts
2026-01-12 09:12:41 +00:00

6 lines
261 B
TypeScript

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