anki/ts/lib/shadow-dom.d.ts
2021-09-23 09:52:21 +10:00

8 lines
116 B
TypeScript

export {};
declare global {
interface DocumentOrShadowRoot {
getSelection(): Selection | null;
}
}