UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

9 lines (8 loc) 333 B
import { Breakpoint } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const AuthSetupStyles: { main: (breakPoint: Breakpoint) => types.NestedCSSProperties; container: () => types.NestedCSSProperties; passwordContainer: types.NestedCSSProperties; securityText: types.NestedCSSProperties; };