UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 266 B
/// <reference types="react" /> import type { SmartCellGroup } from './PropTypes'; declare const CellGroup: import("react").FC<SmartCellGroup>; export { CellGroup }; export { SmartCellGroup, SmartCellGroupExternalClassName, SmartCellGroupProps } from './PropTypes';