wms-elevue/src/hooks/index.ts
2024-07-05 09:34:18 +08:00

4 lines
62 B
TypeScript

import { useAsync } from './use-async';
export { useAsync };