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