Files
HRM-System/node_modules/@headlessui/react/dist/utils/once.d.ts
2026-04-13 08:19:53 +08:00

2 lines
85 B
TypeScript

export declare function once<T>(cb: (...args: T[]) => void): (...args: T[]) => void;