@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
42 lines (41 loc) • 1.31 kB
TypeScript
import { types } from "typestyle";
import { ITheming } from "@omnia/fx/ux";
export declare const imageSize = 357.25;
export declare const DallEProviderStyles: {
wrapper: string;
text: string;
notify: string;
label: string;
inputText: string;
selectInputStyle: string;
imageCol: string;
imageHeight: string;
image: string;
shadowCard: string;
skeletonWrapper: string;
DallEFilterContentErrorWrapper: string;
ErrorIcon: string;
promptTip: string;
FullHeight: string;
};
export declare const dallEImageGridStyles: {
row?: types.NestedCSSProperties;
column?: types.NestedCSSProperties;
imageWrapper?: types.NestedCSSProperties;
image?: types.NestedCSSProperties;
noResultsWrapper: types.NestedCSSProperties;
noResultsPositioner: types.NestedCSSProperties;
noResultsText: (theme: ITheming) => types.NestedCSSProperties;
overlay?: types.NestedCSSProperties;
backgroundColor?: types.NestedCSSProperties;
defaultOverlay?: types.NestedCSSProperties;
};
export declare const MediaProviderComponentBaseStyles: {
baseWrapper: string;
providerWrapper: string;
loadingProviderWrapper: string;
providerContent: string;
loadingOverlayWrapper: string;
loadingWrapper: string;
gridWrapper: string;
};