//#region src/hooks/useVhProperty/index.d.ts interface UseVhPropertyProps { name?: string; enabledResize?: boolean; } declare function useVhProperty({ name, enabledResize }?: UseVhPropertyProps): void; //#endregion export { useVhProperty }; //# sourceMappingURL=index.d.ts.map