UNPKG

@fluentui/react-northstar

Version:
23 lines (22 loc) 676 B
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;