@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
7 lines (6 loc) • 304 B
TypeScript
/// <reference types="react" />
import { NotifyInstance } from './Notify';
import type { SmartNotifyProps } from './PropTypes';
declare const Notify: import("react").FC<SmartNotifyProps>;
export { Notify, NotifyInstance };
export { SmartNotifyProps, SmartNotify, SmartNotifyOptions } from './PropTypes';