UNPKG

focus-pro

Version:

focus-pro 中台前端组件库

11 lines (8 loc) 224 B
declare module '*.less'; // 全局工具类型 type PartialProp<T, K extends keyof T> = Partial<Pick<T, K>> & Omit<T, K>; declare global { namespace JSX { type Element = React.ReactElement<any, any>; } }