UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

7 lines (6 loc) 236 B
import { Breakpoint } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const SignOutStyles: { main: (breakPoint: Breakpoint) => types.NestedCSSProperties; container: () => types.NestedCSSProperties; };