UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 249 B
/// <reference types="react" /> import type { SmartCell } from './PropTypes'; declare const Cell: import("react").FC<SmartCell>; export { Cell }; export { SmartCellExternalClassName, SmartCell, SmartCellEvents, SmartCellProps, } from './PropTypes';