UNPKG

@modern-kit/react

Version:
8 lines (6 loc) 193 B
interface UseVhPropertyProps { name?: string; enabledResize?: boolean; } declare function useVhProperty({ name, enabledResize, }?: UseVhPropertyProps): void; export { useVhProperty };