UNPKG

@furystack/shades

Version:

Google Authentication Provider for FuryStack

10 lines 269 B
export interface SelectionState { focusedPath?: number[]; selectionRange?: { startOffset: number; startContainerPath: number[]; endOffset: number; endContainerPath: number[]; }; } //# sourceMappingURL=selection-state.d.ts.map