@oceanbase/design
Version:
The Design System of OceanBase
11 lines (10 loc) • 493 B
TypeScript
/// <reference types="react" />
import type { CSSObject } from '@ant-design/cssinjs';
import type { FullToken } from 'antd/es/theme/internal';
export type TableToken = FullToken<'Table'>;
export declare const genTableStyle: (token: TableToken) => CSSObject;
declare const _default: (prefixCls: string) => {
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
hashId: string;
};
export default _default;