MCPcopy
hub / github.com/vexip-ui/vexip-ui / VResizeOptions

Interface VResizeOptions

directives/resize/index.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import type { ResizeHandler } from '@vexip-ui/hooks'
6
7export interface VResizeOptions {
8 handler: ResizeHandler,
9 throttle?: boolean | number,
10 disabled?: boolean
11}
12
13interface ResizeRecord {
14 useThrottle: boolean | number,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected