mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
interface DocumentOrShadowRoot {
|
|
getSelection(): Selection | null;
|
|
}
|
|
}
|