UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 197 B
/// <reference types="react" /> import type { SmartTab } from './PropTypes'; declare const Tab: import("react").FC<SmartTab>; export { Tab }; export { SmartTab, SmartTabProps } from './PropTypes';