File tree Expand file tree Collapse file tree
chaoscenter/web/src/components/YAMLBuilder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments