UNPKG

zent

Version:

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

7 lines (6 loc) 284 B
/// <reference types="react" /> export declare const LayoutConfigProvider: import("react").Provider<import("./components/types").ILayoutConfig>; export * from './components/Row'; export * from './components/Col'; export * from './components/Grid'; export * from './components/types';