6 lines
215 B
TypeScript
6 lines
215 B
TypeScript
export { useConfirm } from './useConfirm';
|
|
export type { UseConfirmOptions } from './useConfirm';
|
|
|
|
export { usePolling } from './usePolling';
|
|
export type { UsePollingOptions, UsePollingReturn } from './usePolling';
|