@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
16 lines (15 loc) • 757 B
TypeScript
import { types } from "typestyle";
import { ITheming } from "..";
export declare const UrlInputStyles: {
inputWrapper?: types.NestedCSSProperties;
label?: (themimg: ITheming) => types.NestedCSSProperties;
disabledLabel?: (themimg: ITheming) => types.NestedCSSProperties;
focusedLabel?: (themimg: ITheming) => types.NestedCSSProperties;
switchModeIcon?: (theming: ITheming) => types.NestedCSSProperties;
tabViewItemIconsWrapper?: types.NestedCSSProperties;
tabItemIconWrapper?: types.NestedCSSProperties;
selectedTabItem?: (theming: ITheming) => types.NestedCSSProperties;
listViewItemIconWrapper?: types.NestedCSSProperties;
defaultUrlIcon?: types.NestedCSSProperties;
msTeamsIcon?: types.NestedCSSProperties;
};