UNPKG

@blueprintjs/core

Version:
8 lines (7 loc) 193 B
export interface ITetherConstraint { attachment?: string; outOfBoundsClass?: string; pin?: boolean | string[]; pinnedClass?: string; to?: string | HTMLElement | number[]; }