@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
8 lines (7 loc) • 366 B
TypeScript
/// <reference types="react" />
import { ToastInstance as _ToastInstance } from './toast';
import type { ToastInstance, SmartToastOptions } from './PropTypes';
declare const Toast: import("react").FC<SmartToastOptions>;
declare const ToastInstance: typeof _ToastInstance;
export { Toast, ToastInstance };
export { SmartToast, SmartToastOptions } from './PropTypes';