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