@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
15 lines (14 loc) • 364 B
TypeScript
import { ITheme } from ".";
export declare const EditorStyleSettings: {
readonly theme: ITheme;
readonly layerIndex: {
blade: number;
contentNavigation: number;
itemselector: number;
actionToolbar: number;
content: number;
tabs: number;
topToolbar: number;
informationIcon: number;
};
};