Files
copilot-toolbox-template-123/node_modules/antd/es/table/style/bordered.d.ts
2026-01-09 14:52:46 +00:00

6 lines
259 B
TypeScript

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