UNPKG

@ahmiao666/ahmiao-react-dialog-element

Version:
14 lines (13 loc) 688 B
export { DialogCustom } from "./DialogCustom"; export type { DialogCustomProps } from "./DialogCustom"; export { openDialogCustom, // 主弹窗函数 useDialogCustom, // 别名函数 DialogCustomStaticMethods, // 静态方法集合 useDialogSelector, // 只读选择器 Hook(推荐对外) useHasOpenDialog, // 是否有任意弹窗打开 useFamilyVisible, // 指定 family 是否打开 getDialogFrozenSnapshot, // 只读快照(非 React 场景) subscribeHasOpen, } from "./useDialogCustom"; export type { DialogCustomOptions } from "./useDialogCustom"; export { DialogCustomProvider } from "./DialogCustomProvider"; export { useDialogCustom as default } from "./useDialogCustom";