UNPKG

mim-tsplay

Version:

TypeScript playground with Monaco editor, compilation and HTML presentation

19 lines (18 loc) 662 B
import * as css from "mimcss"; export declare class PlaygroundStyles extends css.StyleDefinition { masterGrid: css.IClassRule; panel: css.IClassRule; toolbar: css.IClassRule; statusbar: css.IClassRule; iframe: css.IClassRule; compilationErrorsGrid: css.IClassRule; padding4: css.IClassRule; otherErrorsList: css.IClassNameRule; errorsTitle: css.IClassRule; snippetPanel: css.IClassRule; snippetCategory: css.IClassRule; snippetToSelect: css.IClassRule; codeSnippetParamPanel: css.IClassRule; codeSnippetParams: css.IClassNameRule; } export declare let playgroundStyles: PlaygroundStyles;