UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

20 lines (19 loc) 657 B
import { ITheming } from "../../.."; /** * Styles for the LayoutColumnStyles component */ export declare const LayoutSectionStyles: { layoutMode: { selectedPadding: string; regularPadding: string; selectorContainer: (theme: ITheming, isSelected: any) => string; topLevelSpacing: string; showhideTransition: (show: any) => string; toolbar: (theme: ITheming) => string; removeScrollMargin: string; positionItemSelectorOnBorderTop: string; positionItemSelectorOnBorderTopCorrection: string; positionItemSelectorOnBorderBottom: string; padLockIcon: string; }; };