@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
37 lines (36 loc) • 1.07 kB
TypeScript
import { Color } from "@omnia/fx-models";
import "../action_toolbar/ActionToolbar.css";
export declare const EditorChromeStyles: {
mobileViewWrapper: string;
containerWrapper: string;
container: string;
editorRow: string;
editorCanvas: string;
debugPanel: string;
panelRightActions: string;
panelTopActions: string;
panelDevices: string;
leftActions: string;
panelSwitcher: string;
compensateDrawerLeft: string;
compensateDrawerLeftSplitPane: string;
compensateDrawerRight: string;
fullScreen: string;
drawerRight: {
closeButton: string;
};
notificationInEditor: string;
contentnavigation: (background: Color) => string;
vList: (background: Color) => string;
tabs: {
position: string;
fixedPosition: string;
};
title: (panelWidth: number) => string;
panelToolbar: string;
topToolbar: string;
};
export declare const LayoutEditorChromeStyles: {
container: (maxHeight: number | string, hideAppBar: boolean) => string;
paddingBot: string;
};