UNPKG

@descope/sdk-mixins

Version:
13 lines (12 loc) 239 B
type Boundary = number | 'all'; export type DebuggerMessage = { title: string; description?: string; }; export type Boundaries = { top?: Boundary; left?: Boundary; right?: Boundary; bottom?: Boundary; }; export {};