@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
32 lines (31 loc) • 878 B
TypeScript
/**
* Styles for the component
*/
export declare const SpacingPickerStyles: {
addRemoveButtons: {
container: string;
};
container: string;
inputValueContainer: string;
centerButton: {
color: {
color: any;
iconColor: any;
};
position: string;
container: string;
hover: (color: any) => string;
};
borderTop: string;
borderTop_hover: (color: any) => string;
borderTop_selected: (color: any) => string;
borderBottom: string;
borderBottom_selected: (color: any) => string;
borderBottom_hover: (color: any) => string;
borderLeft: string;
borderLeft_hover: (color: any) => string;
borderLeft_selected: (color: any) => string;
borderRight: string;
borderRight_hover: (color: any) => string;
borderRight_selected: (color: any) => string;
};