@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
22 lines (21 loc) • 522 B
TypeScript
import { ThemeStyling } from "@omnia/fx-models";
import { ITheming } from "../../theming";
/**
* Styles for the Navigation Panel component
*/
export declare const EditorChromeNavigationStyles: {
container: string;
settings: {
container: string;
button: string;
};
scrollContainer: string;
actionHeader: {
icon: string;
};
leftResizer: (theming: ITheming) => string;
action: {
wrapper: (themeStyle: ThemeStyling) => string;
title: string;
};
};