UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

12 lines (9 loc) 413 B
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 {} }