UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

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