@fluentui/react-northstar
Version:
A themable React component library.
23 lines (22 loc) • 676 B
TypeScript
export interface TreeTitleVariables {
color: string;
indicatorColor: string;
paddingRight: string;
paddingLeft: string;
padding: string;
selectionIndicatorMargin: string;
borderColor: string;
borderStyle: string;
borderRadius: string;
borderWidth: string;
background: string;
hoverBackground: string;
checkedBackground: string;
checkedBorderColor: string;
checkedIndicatorColor: string;
disabledBackground: string;
disabledBackgroundChecked: string;
disabledBorderColor: string;
disabledCheckedIndicatorColor: string;
}
export declare const treeTitleVariables: (siteVars: any) => TreeTitleVariables;