Public typealias

Signature
type RequiredKeys<T, K extends keyof T> = Partial<Omit<T, K>> & Pick<T, K>
Source

packages/editor/src/lib/editor/types/misc-types.ts

releasePointerCaptureresizeBox