Skip to content

Commit 0087ac0

Browse files
committed
fix: add missing TypeScript declaration for YamlBuilder.module.scss
1 parent c7945a9 commit 0087ac0

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
declare namespace YamlBuilderModuleScssNamespace {
2+
export interface IYamlBuilderModuleScss {
3+
main: string;
4+
borderWithPluginsPanel: string;
5+
filePath: string;
6+
flexCenter: string;
7+
entityTag: string;
8+
editor: string;
9+
layout: string;
10+
validationStatus: string;
11+
invalidYaml: string;
12+
header: string;
13+
validationIcon: string;
14+
darkBg: string;
15+
lightBg: string;
16+
errorSummary: string;
17+
details: string;
18+
summaryPopover: string;
19+
item: string;
20+
errorList: string;
21+
splitPanel: string;
22+
pluginDecorator: string;
23+
resizeIcon: string;
24+
headerBorder: string;
25+
}
26+
}
27+
28+
declare const YamlBuilderModuleScssModule: YamlBuilderModuleScssNamespace.IYamlBuilderModuleScss;
29+
30+
export = YamlBuilderModuleScssModule;

0 commit comments

Comments
 (0)