2 lines
107 B
TypeScript
2 lines
107 B
TypeScript
export declare function getPanelElement(id: string, scope?: ParentNode | HTMLElement): HTMLElement | null;
|