Files
wdi-dashboard/node_modules/@chakra-ui/number-input/dist/use-attr-observer.d.ts
2024-08-16 15:06:52 +05:30

4 lines
203 B
TypeScript

declare function useAttributeObserver(ref: React.RefObject<HTMLElement | null>, attributes: string | string[], fn: (v: MutationRecord) => void, enabled: boolean): void;
export { useAttributeObserver };