react-openfin-mat-impl
Version:
Materialize UI implementation of react-openfin
4 lines (3 loc) • 618 B
TypeScript
import { Theme } from '@material-ui/core/styles';
declare const launchBarStyle: (theme: Theme) => Record<"toolBar" | "firstAppBarContainer" | "appLogoImg" | "undockCtrlBtn" | "buttonContainer" | "buttonContainerCollapse" | "baseButton" | "svgButton" | "controlPanelContainer" | "controlBtn" | "controlBtnPrimary" | "controlBtnWarning" | "controlBtnSuccess" | "controlBtnInfo" | "controlBtnRose" | "controlBtnGrey" | "controlBtnDanger", import("@material-ui/styles/withStyles").CreateCSSProperties<{}> | ((props: {}) => import("@material-ui/styles/withStyles").CreateCSSProperties<{}>)>;
export default launchBarStyle;