Files
planet/frontend/node_modules/antd/lib/table/style/bordered.d.ts
2026-03-05 11:46:58 +08: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;