UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

13 lines (12 loc) 399 B
import * as React from 'react'; export declare class ComboBoxCustomStyledExample extends React.Component<any, any> { private _optionsWithCustomStyling; private _optionsForCustomRender; private _fontMapping; constructor(props: any); render(): JSX.Element; /** * Render function for non-header/divider options in the second example. */ private _onRenderOption; }