UNPKG

@ant-design/pro-chat

Version:
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 {} }