import { THEME_CONFIG } from '@oinone/kunlun-theme'; import type { TableThemeConfig } from './config'; export function getTableThemeConfig(): Partial | undefined { return THEME_CONFIG['table-config']; } export * from './config'; export * from './default';