UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

10 lines (9 loc) 228 B
import { Color } from "../../../../models"; /** * Styles for the LayoutEditorStyles component */ export declare const LayoutItemStyles: { container: string; wrapper: (background: Color) => string; text: string; };