UNPKG

zent

Version:

一套前端设计语言和基于React的实现

8 lines (6 loc) 126 B
export interface IIMECompositionProps { enable?: boolean; } export interface IIMECompositionContext { enable: boolean; }