UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 264 B
import { types } from "typestyle"; export declare const AppManagementStyles: { container: (colorBg: string, isStandalone: boolean) => types.NestedCSSProperties; body: (headerVisibility: boolean, compensationHeight: number) => types.NestedCSSProperties; };