5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
|
export declare namespace CssStyles {
|
||
|
function addMenuStyles(opt_document: HTMLDocument): void;
|
||
|
function addInfoStyles(opt_document: HTMLDocument): void;
|
||
|
}
|