UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

7 lines (6 loc) 276 B
import { types } from "typestyle"; export declare const TabsManagementStyle: { wrapperStyle: (color: string) => types.NestedCSSProperties; sliderStyle: (color?: string, dark?: boolean) => types.NestedCSSProperties; centerSlideStyle?: types.NestedCSSProperties; };