UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 287 B
/// <reference types="react" /> import type { SmartSearch } from './PropTypes'; declare const Search: import("react").FC<SmartSearch>; export { Search }; export { SmartSearch, SmartSearchEvents, SmartSearchExternalClassName, SmartSearchProps, SmartSearchBaseEvent, } from './PropTypes';