UNPKG

@ray-js/smart-ui

Version:

轻量、可靠的智能小程序 UI 组件库

6 lines (5 loc) 224 B
/// <reference types="react" /> import type { SmartCol } from './PropTypes'; declare const Col: import("react").FC<SmartCol>; export { Col }; export { SmartCol, SmartColProps, SmartColExternalClassName } from './PropTypes';