@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
15 lines (14 loc) • 572 B
TypeScript
import { types } from "typestyle";
export declare const ErrorMessageStyle: {
alert?: types.NestedCSSProperties;
alertDetail?: types.NestedCSSProperties;
container?: types.NestedCSSProperties;
content?: types.NestedCSSProperties;
contentTitle?: types.NestedCSSProperties;
comments?: types.NestedCSSProperties;
exit?: types.NestedCSSProperties;
header?: (height?: number) => types.NestedCSSProperties;
dialogWrapper?: types.NestedCSSProperties;
footerWrapper?: types.NestedCSSProperties;
fullTitle?: types.NestedCSSProperties;
};