@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
17 lines (16 loc) • 792 B
TypeScript
import { types } from "typestyle";
import { ITheming } from "../theming";
export declare const TableMenuStyles: {
thicknessWraper?: types.NestedCSSProperties;
thicknessItem?: (thickness: number) => types.NestedCSSProperties;
thicknessSelection?: types.NestedCSSProperties;
colorSelection?: types.NestedCSSProperties;
tableStyleItemWrapper?: types.NestedCSSProperties;
tableStyleItemContent?: types.NestedCSSProperties;
tableStyleWrapper?: types.NestedCSSProperties;
tableItemSelection?: types.NestedCSSProperties;
subToolBar?: types.NestedCSSProperties;
cellStyleMenu?: types.NestedCSSProperties;
setBlackWhiteIcon?: (theming: ITheming) => types.NestedCSSProperties;
setThemingPrimaryIcon?: (theming: ITheming) => types.NestedCSSProperties;
};