UNPKG

@ray-js/smart-ui

Version:

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

6 lines (5 loc) 252 B
/// <reference types="react" /> import type { SmartLoading } from './PropTypes'; declare const Loading: import("react").FC<SmartLoading>; export { Loading }; export { SmartLoading, SmartLoadingExternalClassName, SmartLoadingProps } from './PropTypes';