UNPKG

@chief-editor/ui

Version:

UI Component for chief editor

6 lines (5 loc) 124 B
import { ILocaleProps } from './locale'; export interface IConfigProps { prefixCls: string; locale: ILocaleProps; }