@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
10 lines (9 loc) • 363 B
TypeScript
import { Color } from "../../models";
export declare const VuetifyComponentStyles: {
text: (color: Color) => string;
transparentText: (color: Color, opacity: any) => string;
background: (backgroundColor: Color) => string;
expansionPanel: (backgroundColor: Color, textColor: Color) => string;
skeletonLoader: string;
tabsStyles: string;
};