@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
12 lines (9 loc) • 413 B
TypeScript
import 'antd-style';
import { LobeCustomStylish } from './customStylish';
import { LobeCustomToken } from './customToken';
declare module 'antd-style' {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface CustomToken extends LobeCustomToken {}
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface CustomStylish extends LobeCustomStylish {}
}