UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

4 lines (3 loc) 284 B
import { VelcronDefinition, VelcronRenderContext } from "@omnia/fx-models"; import { NestedCSSProperties } from "typestyle/lib/types"; export declare const velcronStylesProvider: (result: NestedCSSProperties, definition: VelcronDefinition, renderCtx: VelcronRenderContext) => string;