Files
voidraft/frontend/src/composables/index.ts
2025-12-14 02:19:50 +08:00

6 lines
215 B
TypeScript

export { useConfirm } from './useConfirm';
export type { UseConfirmOptions } from './useConfirm';
export { usePolling } from './usePolling';
export type { UsePollingOptions, UsePollingReturn } from './usePolling';