{
  "metadata": {
    "toolPackage": "@microsoft/api-extractor",
    "toolVersion": "7.7.1",
    "schemaVersion": 1003,
    "oldestForwardsCompatibleVersion": 1001
  },
  "kind": "Package",
  "canonicalReference": "office-ui-fabric-react!",
  "docComment": "",
  "name": "office-ui-fabric-react",
  "members": [
    {
      "kind": "EntryPoint",
      "canonicalReference": "office-ui-fabric-react!",
      "name": "",
      "members": [
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ActionButton:class",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ActionButton extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "ActionButton",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ActionButton#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ActivityItem:class",
          "docComment": "/**\n * {@docCategory ActivityItem}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ActivityItem extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IActivityItemProps",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "ActivityItem",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ActivityItem:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ActivityItem` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IActivityItemProps",
                  "canonicalReference": "office-ui-fabric-react!IActivityItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ActivityItem#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!Alignment:type",
          "docComment": "/**\n * Defines a type made by the union of the different values that the align-items and justify-content flexbox properties can take. {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type Alignment = "
            },
            {
              "kind": "Content",
              "text": "'start' | 'end' | 'center' | 'space-between' | 'space-around' | 'space-evenly' | 'baseline' | 'stretch'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "Alignment",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Announced:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Announced: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IAnnouncedProps",
              "canonicalReference": "office-ui-fabric-react!IAnnouncedProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Announced",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!AnnouncedBase:class",
          "docComment": "/**\n * {@docCategory Announced}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class AnnouncedBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IAnnouncedProps",
              "canonicalReference": "office-ui-fabric-react!IAnnouncedProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "AnnouncedBase",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!AnnouncedBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IAnnouncedProps",
                  "canonicalReference": "office-ui-fabric-react!IAnnouncedProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!AnnouncedBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!Autofill:class",
          "docComment": "/**\n * {@docCategory Autofill}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Autofill extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IAutofillProps",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IAutofillState",
              "canonicalReference": "office-ui-fabric-react!IAutofillState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IAutofill",
              "canonicalReference": "office-ui-fabric-react!IAutofill:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "Autofill",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!Autofill:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `Autofill` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IAutofillProps",
                  "canonicalReference": "office-ui-fabric-react!IAutofillProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Autofill#clear:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clear(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "clear"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Autofill#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Autofill#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Autofill#cursorLocation:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly cursorLocation: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cursorLocation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Autofill.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        enableAutofillOnKeyPress: number[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Autofill#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Autofill#inputElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly inputElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Autofill#isValueSelected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly isValueSelected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isValueSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Autofill#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Autofill#selectionEnd:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectionEnd: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Autofill#selectionStart:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectionStart: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Autofill#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IAutofillProps",
                  "canonicalReference": "office-ui-fabric-react!IAutofillProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Autofill#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BaseAutoFill:class",
          "docComment": "/**\n * @deprecated\n *\n * do not use. {@docCategory Autofill}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BaseAutoFill extends "
            },
            {
              "kind": "Reference",
              "text": "Autofill",
              "canonicalReference": "office-ui-fabric-react!Autofill:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "BaseAutoFill",
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BaseButton:class",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BaseButton extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IBaseButtonProps",
              "canonicalReference": "office-ui-fabric-react!IBaseButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IBaseButtonState",
              "canonicalReference": "office-ui-fabric-react!IBaseButtonState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IButton",
              "canonicalReference": "office-ui-fabric-react!IButton:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "BaseButton",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!BaseButton:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `BaseButton` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseButton#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseButton#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseButtonState",
                  "canonicalReference": "office-ui-fabric-react!IBaseButtonState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseButton#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseButton.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBaseButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseButton#dismissMenu:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissMenu(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "dismissMenu"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseButton#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseButton#openMenu:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openMenu(shouldFocusOnContainer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", shouldFocusOnMount?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "shouldFocusOnContainer",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "shouldFocusOnMount",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "openMenu"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseButton#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BaseExtendedPeoplePicker:class",
          "docComment": "/**\n * {@docCategory ExtendedPeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BaseExtendedPeoplePicker extends "
            },
            {
              "kind": "Reference",
              "text": "BaseExtendedPicker",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IExtendedPeoplePickerProps",
              "canonicalReference": "office-ui-fabric-react!IExtendedPeoplePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "BaseExtendedPeoplePicker",
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BaseExtendedPicker<T, P extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseExtendedPickerProps",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<P, "
            },
            {
              "kind": "Reference",
              "text": "IBaseExtendedPickerState",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerState:interface"
            },
            {
              "kind": "Content",
              "text": "<T>> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IBaseExtendedPicker",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPicker:interface"
            },
            {
              "kind": "Content",
              "text": "<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "typeParameterName": "P",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "BaseExtendedPicker",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#_onSelectedItemsChanged:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _onSelectedItemsChanged: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_onSelectedItemsChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#_onSuggestionSelected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _onSuggestionSelected: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_onSuggestionSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `BaseExtendedPicker` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(basePickerProps: "
                },
                {
                  "kind": "Content",
                  "text": "P"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "basePickerProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#canAddItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected canAddItems(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "canAddItems"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#clearInput:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearInput(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "clearInput"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#floatingPicker:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "floatingPicker: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "BaseFloatingPicker",
                  "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker:class"
                },
                {
                  "kind": "Content",
                  "text": "<T, "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "floatingPicker",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#floatingPickerProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected floatingPickerProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "floatingPickerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#highlightedItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly highlightedItems: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "highlightedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#input:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected input: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#inputElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly inputElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#items:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly items: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#onBackspace:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onBackspace: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onBackspace",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#onCopy:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onCopy: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ClipboardEvent",
                  "canonicalReference": "@types/react!~React.ClipboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCopy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#onInputChange:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onInputChange: "
                },
                {
                  "kind": "Content",
                  "text": "(value: string, composing?: boolean | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#onInputClick:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onInputClick: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#onInputFocus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onInputFocus: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEvent",
                  "canonicalReference": "@types/react!~React.FocusEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#onPaste:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onPaste: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ClipboardEvent",
                  "canonicalReference": "@types/react!~React.ClipboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onPaste",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#onSelectionChange:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onSelectionChange: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSelectionChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#renderFloatingPicker:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected renderFloatingPicker(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "renderFloatingPicker"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#renderSelectedItemsList:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected renderSelectedItemsList(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "renderSelectedItemsList"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected root: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#selectedItemsList:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedItemsList: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "BaseSelectedItemsList",
                  "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList:class"
                },
                {
                  "kind": "Content",
                  "text": "<T, "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseSelectedItemsListProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedItemsList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#selectedItemsListProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selectedItemsListProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseSelectedItemsListProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedItemsListProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#selection:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selection: "
                },
                {
                  "kind": "Reference",
                  "text": "Selection",
                  "canonicalReference": "@uifabric/utilities!Selection:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPicker#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Content",
                  "text": "P"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 4,
            "endIndex": 8
          },
          "implementsTokenRanges": [
            {
              "startIndex": 9,
              "endIndex": 11
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BaseFloatingPeoplePicker:class",
          "docComment": "/**\n * {@docCategory FloatingPeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BaseFloatingPeoplePicker extends "
            },
            {
              "kind": "Reference",
              "text": "BaseFloatingPicker",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPeopleFloatingPickerProps",
              "canonicalReference": "office-ui-fabric-react!IPeopleFloatingPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "BaseFloatingPeoplePicker",
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BaseFloatingPicker<T, P extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseFloatingPickerProps",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<P, "
            },
            {
              "kind": "Reference",
              "text": "IBaseFloatingPickerState",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IBaseFloatingPicker",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPicker:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "typeParameterName": "P",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "BaseFloatingPicker",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `BaseFloatingPicker` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(basePickerProps: "
                },
                {
                  "kind": "Content",
                  "text": "P"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "basePickerProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#completeSuggestion:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "completeSuggestion: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "completeSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#currentPromise:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected currentPromise: "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentPromise",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#currentSelectedSuggestionIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly currentSelectedSuggestionIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentSelectedSuggestionIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#forceResolveSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceResolveSuggestion(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "forceResolveSuggestion"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#hidePicker:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidePicker: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hidePicker",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#inputText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly inputText: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#isComponentMounted:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected isComponentMounted: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isComponentMounted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#isSuggestionsShown:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly isSuggestionsShown: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSuggestionsShown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#onChange:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onChange(item: "
                },
                {
                  "kind": "Content",
                  "text": "T"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "item",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "onChange"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#onKeyDown:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onKeyDown: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onKeyDown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#onQueryStringChanged:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onQueryStringChanged: "
                },
                {
                  "kind": "Content",
                  "text": "(queryString: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onQueryStringChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#onSelectionChange:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onSelectionChange(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "onSelectionChange"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#onSuggestionClick:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onSuggestionClick: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item: T, index: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#onSuggestionRemove:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onSuggestionRemove: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item: T, index: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionRemove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#renderSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected renderSuggestions(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "renderSuggestions"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected root: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#selection:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selection: "
                },
                {
                  "kind": "Reference",
                  "text": "Selection",
                  "canonicalReference": "!Selection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#showPicker:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showPicker: "
                },
                {
                  "kind": "Content",
                  "text": "(updateValue?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showPicker",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#suggestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly suggestions: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#suggestionsControl:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected suggestionsControl: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionsControl",
                  "canonicalReference": "office-ui-fabric-react!SuggestionsControl:class"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsControl",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#SuggestionsControlOfProperType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected SuggestionsControlOfProperType: "
                },
                {
                  "kind": "Content",
                  "text": "new (props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsControlProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionsControl",
                  "canonicalReference": "office-ui-fabric-react!SuggestionsControl:class"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "SuggestionsControlOfProperType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#suggestionStore:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected suggestionStore: "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionsStore",
                  "canonicalReference": "office-ui-fabric-react!SuggestionsStore:class"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionStore",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#updateSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateSuggestions(suggestions: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ", forceUpdate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "forceUpdate",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "updateSuggestions"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#updateSuggestionsList:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected updateSuggestionsList(suggestions: "
                },
                {
                  "kind": "Content",
                  "text": "T[] | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T[]>"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 4
                  }
                }
              ],
              "name": "updateSuggestionsList"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#updateSuggestionWithZeroState:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected updateSuggestionWithZeroState(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "updateSuggestionWithZeroState"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPicker#updateValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected updateValue(updatedValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "updatedValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "updateValue"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 4,
            "endIndex": 8
          },
          "implementsTokenRanges": [
            {
              "startIndex": 9,
              "endIndex": 11
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BasePeoplePicker:class",
          "docComment": "/**\n * {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BasePeoplePicker extends "
            },
            {
              "kind": "Reference",
              "text": "BasePicker",
              "canonicalReference": "office-ui-fabric-react!BasePicker:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "BasePeoplePicker",
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BasePeopleSelectedItemsList:class",
          "docComment": "/**\n * {@docCategory SelectedPeopleList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BasePeopleSelectedItemsList extends "
            },
            {
              "kind": "Reference",
              "text": "BaseSelectedItemsList",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IExtendedPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ISelectedPeopleProps",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "BasePeopleSelectedItemsList",
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BasePicker:class",
          "docComment": "/**\n * {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BasePicker<T, P extends "
            },
            {
              "kind": "Reference",
              "text": "IBasePickerProps",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<P, "
            },
            {
              "kind": "Reference",
              "text": "IBasePickerState",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IBasePicker",
              "canonicalReference": "office-ui-fabric-react!IBasePicker:interface"
            },
            {
              "kind": "Content",
              "text": "<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "typeParameterName": "P",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "BasePicker",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#_ariaMap:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _ariaMap: "
                },
                {
                  "kind": "Reference",
                  "text": "IPickerAriaIds",
                  "canonicalReference": "office-ui-fabric-react!IPickerAriaIds:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_ariaMap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#_shouldFocusZoneEnterInnerZone:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _shouldFocusZoneEnterInnerZone: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_shouldFocusZoneEnterInnerZone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isStatic": false
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!BasePicker:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `BasePicker` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(basePickerProps: "
                },
                {
                  "kind": "Content",
                  "text": "P"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "basePickerProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#addItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected addItem: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "addItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#addItemByIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected addItemByIndex: "
                },
                {
                  "kind": "Content",
                  "text": "(index: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "addItemByIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#canAddItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected canAddItems(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "canAddItems"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#completeSelection:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected completeSelection: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "completeSelection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#completeSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "completeSuggestion(forceComplete?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "forceComplete",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "completeSuggestion"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#currentPromise:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected currentPromise: "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentPromise",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#dismissSuggestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissSuggestions: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#focusInput:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusInput(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focusInput"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#focusZone:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected focusZone: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IFocusZone",
                  "canonicalReference": "@fluentui/react-focus!IFocusZone:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusZone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#getActiveDescendant:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected getActiveDescendant(): "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getActiveDescendant"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#getSuggestionsAlert:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected getSuggestionsAlert(suggestionAlertClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestionAlertClassName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getSuggestionsAlert"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#input:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected input: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IAutofill",
                  "canonicalReference": "office-ui-fabric-react!IAutofill:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#items:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly items: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onBackspace:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onBackspace(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "ev",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 5
                  }
                }
              ],
              "name": "onBackspace"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onBlur:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onBlur: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEvent",
                  "canonicalReference": "@types/react!~React.FocusEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onBlur",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onChange:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onChange(items?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "items",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "onChange"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onClick:member",
              "docComment": "/**\n * Reveals suggestions any time the user clicks on the input element without shifting focus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onClick: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onEmptyInputFocus:member(1)",
              "docComment": "/**\n * Only to be called when there is nothing in the input. Checks to see if the consumer has provided a function to resolve suggestions\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onEmptyInputFocus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "onEmptyInputFocus"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onGetMoreResults:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onGetMoreResults: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onGetMoreResults",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onInputBlur:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onInputBlur: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEvent",
                  "canonicalReference": "@types/react!~React.FocusEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputBlur",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onInputChange:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onInputChange: "
                },
                {
                  "kind": "Content",
                  "text": "(value: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onInputFocus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onInputFocus: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEvent",
                  "canonicalReference": "@types/react!~React.FocusEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onItemChange:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onItemChange: "
                },
                {
                  "kind": "Content",
                  "text": "(changedItem: T, index: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onKeyDown:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onKeyDown: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onKeyDown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onSelectionChange:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onSelectionChange(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "onSelectionChange"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onSuggestionClick:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onSuggestionClick: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item: any, index: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onSuggestionRemove:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onSuggestionRemove: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item: T, index: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionRemove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#onSuggestionSelect:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onSuggestionSelect(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "onSuggestionSelect"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#refocusSuggestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refocusSuggestions: "
                },
                {
                  "kind": "Content",
                  "text": "(keyCode: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "refocusSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#removeItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected removeItem: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IPickerItemProps",
                  "canonicalReference": "office-ui-fabric-react!IPickerItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>, focusNextItem?: boolean | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#removeItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected removeItems: "
                },
                {
                  "kind": "Content",
                  "text": "(itemsToRemove: any[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#renderItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected renderItems(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "renderItems"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#renderSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected renderSuggestions(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "renderSuggestions"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#resetFocus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected resetFocus(index?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "resetFocus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#resolveNewValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected resolveNewValue(updatedValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", suggestions: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "updatedValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "suggestions",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "resolveNewValue"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected root: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#selection:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selection: "
                },
                {
                  "kind": "Reference",
                  "text": "Selection",
                  "canonicalReference": "@uifabric/utilities!Selection:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#suggestionElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected suggestionElement: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestions",
                  "canonicalReference": "office-ui-fabric-react!ISuggestions:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#SuggestionOfProperType:member",
              "docComment": "/**\n * @deprecated\n *\n * this is no longer necessary as typescript now supports generic elements\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected SuggestionOfProperType: "
                },
                {
                  "kind": "Content",
                  "text": "new (props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "Suggestions",
                  "canonicalReference": "office-ui-fabric-react!Suggestions:class"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "SuggestionOfProperType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BasePicker#suggestionStore:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected suggestionStore: "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionsController",
                  "canonicalReference": "office-ui-fabric-react!SuggestionsController:class"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionStore",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Content",
                  "text": "P"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#UNSAFE_componentWillUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillUpdate(newProps: "
                },
                {
                  "kind": "Content",
                  "text": "P"
                },
                {
                  "kind": "Content",
                  "text": ", newState: "
                },
                {
                  "kind": "Reference",
                  "text": "IBasePickerState",
                  "canonicalReference": "office-ui-fabric-react!IBasePickerState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "newState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "UNSAFE_componentWillUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#updateSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected updateSuggestions(suggestions: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "updateSuggestions"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#updateSuggestionsList:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected updateSuggestionsList(suggestions: "
                },
                {
                  "kind": "Content",
                  "text": "T[] | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T[]>"
                },
                {
                  "kind": "Content",
                  "text": ", updatedValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 4
                  }
                },
                {
                  "parameterName": "updatedValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  }
                }
              ],
              "name": "updateSuggestionsList"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePicker#updateValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected updateValue(updatedValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "updatedValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "updateValue"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 4,
            "endIndex": 8
          },
          "implementsTokenRanges": [
            {
              "startIndex": 9,
              "endIndex": 11
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BasePickerListBelow:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BasePickerListBelow<T, P extends "
            },
            {
              "kind": "Reference",
              "text": "IBasePickerProps",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "BasePicker",
              "canonicalReference": "office-ui-fabric-react!BasePicker:class"
            },
            {
              "kind": "Content",
              "text": "<T, P> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "typeParameterName": "P",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "BasePickerListBelow",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePickerListBelow#onBackspace:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onBackspace(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "ev",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 5
                  }
                }
              ],
              "name": "onBackspace"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BasePickerListBelow#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 4,
            "endIndex": 6
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BaseSelectedItemsList<T, P extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseSelectedItemsListProps",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<P, "
            },
            {
              "kind": "Reference",
              "text": "IBaseSelectedItemsListState",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListState:interface"
            },
            {
              "kind": "Content",
              "text": "<T>> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IBaseSelectedItemsList",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsList:interface"
            },
            {
              "kind": "Content",
              "text": "<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "typeParameterName": "P",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "BaseSelectedItemsList",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `BaseSelectedItemsList` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(basePickerProps: "
                },
                {
                  "kind": "Content",
                  "text": "P"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "basePickerProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#addItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addItems: "
                },
                {
                  "kind": "Content",
                  "text": "(items: T[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "addItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#copyItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected copyItems(items: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "items",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "copyItems"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#hasSelectedItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSelectedItems(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "hasSelectedItems"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#highlightedItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "highlightedItems(): "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "highlightedItems"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#items:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly items: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#onChange:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onChange(items?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "items",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "onChange"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#onCopy:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCopy: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ClipboardEvent",
                  "canonicalReference": "@types/react!~React.ClipboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCopy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#onItemChange:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onItemChange: "
                },
                {
                  "kind": "Content",
                  "text": "(changedItem: T, index: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#onSelectionChanged:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onSelectionChanged: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSelectionChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#removeItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeItem: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#removeItemAt:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeItemAt: "
                },
                {
                  "kind": "Content",
                  "text": "(index: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeItemAt",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#removeItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeItems: "
                },
                {
                  "kind": "Content",
                  "text": "(itemsToRemove: any[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#removeSelectedItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeSelectedItems(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "removeSelectedItems"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#renderItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected renderItems: "
                },
                {
                  "kind": "Content",
                  "text": "() => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#replaceItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "replaceItem: "
                },
                {
                  "kind": "Content",
                  "text": "(itemToReplace: T, itemsToReplaceWith: T[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "replaceItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected root: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#selection:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selection: "
                },
                {
                  "kind": "Reference",
                  "text": "Selection",
                  "canonicalReference": "@uifabric/utilities!Selection:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Content",
                  "text": "P"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#UNSAFE_componentWillUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillUpdate(newProps: "
                },
                {
                  "kind": "Content",
                  "text": "P"
                },
                {
                  "kind": "Content",
                  "text": ", newState: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseSelectedItemsListState",
                  "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "newState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "UNSAFE_componentWillUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#unselectAll:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "unselectAll(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "unselectAll"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BaseSelectedItemsList#updateItems:member(1)",
              "docComment": "/**\n * Controls what happens whenever there is an action that impacts the selected items. If selectedItems is provided, this will act as a controlled component and will not update its own state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateItems(items: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ", focusIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "items",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "focusIndex",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "updateItems"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 4,
            "endIndex": 8
          },
          "implementsTokenRanges": [
            {
              "startIndex": 9,
              "endIndex": 11
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!BaseSlots:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum BaseSlots "
            }
          ],
          "releaseTag": "Public",
          "name": "BaseSlots",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!BaseSlots.backgroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "backgroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "backgroundColor",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!BaseSlots.foregroundColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "foregroundColor = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "foregroundColor",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!BaseSlots.primaryColor:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryColor = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryColor",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Breadcrumb:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Breadcrumb: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IBreadcrumbProps",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Breadcrumb",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!BreadcrumbBase:class",
          "docComment": "/**\n * {@docCategory Breadcrumb}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class BreadcrumbBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IBreadcrumbProps",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps:interface"
            },
            {
              "kind": "Content",
              "text": ", any> "
            }
          ],
          "releaseTag": "Public",
          "name": "BreadcrumbBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!BreadcrumbBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `BreadcrumbBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbProps",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!BreadcrumbBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbProps",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BreadcrumbBase#focus:member(1)",
              "docComment": "/**\n * Sets focus to the first breadcrumb link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!BreadcrumbBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!buildColumns:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function buildColumns(items: "
            },
            {
              "kind": "Content",
              "text": "any[]"
            },
            {
              "kind": "Content",
              "text": ", canResizeColumns?: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ", onColumnClick?: "
            },
            {
              "kind": "Content",
              "text": "(ev: "
            },
            {
              "kind": "Reference",
              "text": "React.MouseEvent",
              "canonicalReference": "@types/react!~React.MouseEvent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": ">, column: "
            },
            {
              "kind": "Reference",
              "text": "IColumn",
              "canonicalReference": "office-ui-fabric-react!IColumn:interface"
            },
            {
              "kind": "Content",
              "text": ") => void"
            },
            {
              "kind": "Content",
              "text": ", sortedColumnKey?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", isSortedDescending?: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ", groupedColumnKey?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", isMultiline?: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColumn",
              "canonicalReference": "office-ui-fabric-react!IColumn:interface"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 21,
            "endIndex": 23
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "items",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "canResizeColumns",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "onColumnClick",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 12
              }
            },
            {
              "parameterName": "sortedColumnKey",
              "parameterTypeTokenRange": {
                "startIndex": 13,
                "endIndex": 14
              }
            },
            {
              "parameterName": "isSortedDescending",
              "parameterTypeTokenRange": {
                "startIndex": 15,
                "endIndex": 16
              }
            },
            {
              "parameterName": "groupedColumnKey",
              "parameterTypeTokenRange": {
                "startIndex": 17,
                "endIndex": 18
              }
            },
            {
              "parameterName": "isMultiline",
              "parameterTypeTokenRange": {
                "startIndex": 19,
                "endIndex": 20
              }
            }
          ],
          "name": "buildColumns"
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!Button:class",
          "docComment": "/**\n * This class is deprecated. Use the individual *Button components instead.\n *\n * @deprecated\n *\n * Use the individual *Button components instead. {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Button extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "Button",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!Button:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `Button` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Button#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ButtonType:enum",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ButtonType "
            }
          ],
          "releaseTag": "Public",
          "name": "ButtonType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ButtonType.command:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "command = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "command",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ButtonType.compound:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compound = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "compound",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ButtonType.default:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "default = "
                },
                {
                  "kind": "Content",
                  "text": "6"
                }
              ],
              "releaseTag": "Public",
              "name": "default",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ButtonType.hero:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hero = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "hero",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ButtonType.icon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ButtonType.normal:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "normal = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "normal",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ButtonType.primary:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primary = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "primary",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!Calendar:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Calendar extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICalendarProps",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ICalendarState",
              "canonicalReference": "office-ui-fabric-react!ICalendarState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ICalendar",
              "canonicalReference": "office-ui-fabric-react!ICalendar:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "Calendar",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!Calendar:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `Calendar` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarProps",
                  "canonicalReference": "office-ui-fabric-react!ICalendarProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Calendar#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Calendar.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarProps",
                  "canonicalReference": "office-ui-fabric-react!ICalendarProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Calendar#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Calendar#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Calendar#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarProps",
                  "canonicalReference": "office-ui-fabric-react!ICalendarProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!Callout:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Callout extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICalloutProps",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ICalloutState",
              "canonicalReference": "office-ui-fabric-react!ICalloutState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "Callout",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Callout#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!canAnyMenuItemsCheck:function(1)",
          "docComment": "/**\n * Returns true if a list of menu items can contain a checkbox\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function canAnyMenuItemsCheck(items: "
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuItem",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 4,
            "endIndex": 5
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "items",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "name": "canAnyMenuItemsCheck"
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Check:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Check: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICheckProps",
              "canonicalReference": "office-ui-fabric-react!ICheckProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Check",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!CheckBase:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "CheckBase: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICheckProps",
              "canonicalReference": "office-ui-fabric-react!ICheckProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "CheckBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Checkbox:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Checkbox: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICheckboxProps",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Checkbox",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!CheckboxBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class CheckboxBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICheckboxProps",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ICheckboxState",
              "canonicalReference": "office-ui-fabric-react!ICheckboxState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ICheckbox",
              "canonicalReference": "office-ui-fabric-react!ICheckbox:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "CheckboxBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!CheckboxBase:constructor(1)",
              "docComment": "/**\n * Initialize a new instance of the Checkbox\n *\n * @param props - Props for the component\n *\n * @param context - Context or initial state for the base component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxProps",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", context?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "context",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!CheckboxBase#checked:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly checked: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!CheckboxBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxProps",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CheckboxBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CheckboxBase.getDerivedStateFromProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static getDerivedStateFromProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Readonly",
                  "canonicalReference": "!Readonly:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxProps",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "Readonly",
                  "canonicalReference": "!Readonly:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxState",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxState:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxState",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxState:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 11,
                "endIndex": 13
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 5
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 6,
                    "endIndex": 10
                  }
                }
              ],
              "name": "getDerivedStateFromProps"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!CheckboxBase#indeterminate:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly indeterminate: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "indeterminate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CheckboxBase#render:member(1)",
              "docComment": "/**\n * Render the Checkbox based on passed props\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!CheckboxVisibility:enum",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum CheckboxVisibility "
            }
          ],
          "releaseTag": "Public",
          "name": "CheckboxVisibility",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!CheckboxVisibility.always:member",
              "docComment": "/**\n * Visible always.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "always = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "always",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!CheckboxVisibility.hidden:member",
              "docComment": "/**\n * Hide checkboxes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidden = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "hidden",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!CheckboxVisibility.onHover:member",
              "docComment": "/**\n * Visible on hover.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onHover = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "onHover",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ChoiceGroup:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ChoiceGroup: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IChoiceGroupProps",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ChoiceGroup",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ChoiceGroupBase:class",
          "docComment": "/**\n * {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ChoiceGroupBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IChoiceGroupProps",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IChoiceGroupState",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IChoiceGroup",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroup:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ChoiceGroupBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ChoiceGroupBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ChoiceGroupBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupProps",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ChoiceGroupBase#checkedOption:member",
              "docComment": "/**\n * Gets the current checked option.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly checkedOption: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkedOption",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ChoiceGroupBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupProps",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupState",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ChoiceGroupBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ChoiceGroupBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ChoiceGroupOption:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ChoiceGroupOption: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IChoiceGroupOptionProps",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ChoiceGroupOption",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!clamp:function(1)",
          "docComment": "/**\n * Clamp a value to ensure it falls within a given range.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function clamp(value: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", max: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", min?: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "value",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "max",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "min",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "clamp"
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!COACHMARK_ATTRIBUTE_NAME:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "COACHMARK_ATTRIBUTE_NAME = \"data-coachmarkid\""
            }
          ],
          "releaseTag": "Public",
          "name": "COACHMARK_ATTRIBUTE_NAME",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Coachmark:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Coachmark: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICoachmarkProps",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Coachmark",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!CoachmarkBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class CoachmarkBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICoachmarkProps",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ICoachmarkState",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ICoachmark",
              "canonicalReference": "office-ui-fabric-react!ICoachmark:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "CoachmarkBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `CoachmarkBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmarkProps",
                  "canonicalReference": "office-ui-fabric-react!ICoachmarkProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmarkProps",
                  "canonicalReference": "office-ui-fabric-react!ICoachmarkProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmarkState",
                  "canonicalReference": "office-ui-fabric-react!ICoachmarkState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmarkProps",
                  "canonicalReference": "office-ui-fabric-react!ICoachmarkProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": true
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase#dismiss:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 14
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase#shouldComponentUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldComponentUpdate(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmarkProps",
                  "canonicalReference": "office-ui-fabric-react!ICoachmarkProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", newState: "
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmarkState",
                  "canonicalReference": "office-ui-fabric-react!ICoachmarkState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "newState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "shouldComponentUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmarkProps",
                  "canonicalReference": "office-ui-fabric-react!ICoachmarkProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!CollapseAllVisibility:enum",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum CollapseAllVisibility "
            }
          ],
          "releaseTag": "Public",
          "name": "CollapseAllVisibility",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!CollapseAllVisibility.hidden:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidden = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "hidden",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!CollapseAllVisibility.visible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "visible = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "visible",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ColorPicker:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ColorPicker: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IColorPickerProps",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ColorPicker",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ColorPickerBase:class",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ColorPickerBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IColorPickerProps",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IColorPickerState",
              "canonicalReference": "office-ui-fabric-react!IColorPickerState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IColorPicker",
              "canonicalReference": "office-ui-fabric-react!IColorPicker:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ColorPickerBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ColorPickerBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ColorPickerBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ColorPickerBase#color:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly color: "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ColorPickerBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Readonly",
                  "canonicalReference": "!Readonly:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "Readonly",
                  "canonicalReference": "!Readonly:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerState",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerState:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 11,
                "endIndex": 12
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 5
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 6,
                    "endIndex": 10
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ColorPickerBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ColorPickerBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ColorPickerGridCell:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ColorPickerGridCell: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IColorPickerGridCellProps",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ColorPickerGridCell",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ColorPickerGridCellBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ColorPickerGridCellBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.PureComponent",
              "canonicalReference": "@types/react!~React.PureComponent:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IColorPickerGridCellProps",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "ColorPickerGridCellBase",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ColorPickerGridCellBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerGridCellProps",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ColorPickerGridCellBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ColumnActionsMode:enum",
          "docComment": "/**\n * Enum to describe how a particular column header behaves. This is used to to specify the property `IColumn.columnActionsMode`. If `IColumn.columnActionsMode` is undefined, it's equivalent to `ColumnActionsMode.clickable`. {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ColumnActionsMode "
            }
          ],
          "releaseTag": "Public",
          "name": "ColumnActionsMode",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ColumnActionsMode.clickable:member",
              "docComment": "/**\n * Renders the column header as clickable. Default value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clickable = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "clickable",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ColumnActionsMode.disabled:member",
              "docComment": "/**\n * Renders the column header as disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ColumnActionsMode.hasDropdown:member",
              "docComment": "/**\n * Renders the column header as clickable and displays the dropdown chevron.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasDropdown = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "hasDropdown",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ColumnDragEndLocation:enum",
          "docComment": "/**\n * Enum to describe where the column has been dropped, after starting the drag {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ColumnDragEndLocation "
            }
          ],
          "releaseTag": "Public",
          "name": "ColumnDragEndLocation",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ColumnDragEndLocation.header:member",
              "docComment": "/**\n * Drag ended on header\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "header = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "header",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ColumnDragEndLocation.outside:member",
              "docComment": "/**\n * Drag ended outside of current list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "outside = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "outside",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ColumnDragEndLocation.surface:member",
              "docComment": "/**\n * Drag ended within current list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "surface = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "surface",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ComboBox:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ComboBox extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IComboBoxProps",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IComboBoxState",
              "canonicalReference": "office-ui-fabric-react!IComboBoxState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ComboBox",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ComboBox:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ComboBox` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxProps",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ComboBox#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ComboBox#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxProps",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxState",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ComboBox#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ComboBox.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxProps",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ComboBox#dismissMenu:member",
              "docComment": "/**\n * Close menu callout if it is open\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissMenu: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ComboBox#focus:member",
              "docComment": "/**\n * {@inheritdoc}\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "(shouldOpenOnFocus?: boolean | undefined, useFocusAsync?: boolean | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ComboBox#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ComboBox#selectedOptions:member",
              "docComment": "/**\n * All selected options\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectedOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ComboBox#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxProps",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!CommandBar:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "CommandBar: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICommandBarProps",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "CommandBar",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!CommandBarBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class CommandBarBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICommandBarProps",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ICommandBar",
              "canonicalReference": "office-ui-fabric-react!ICommandBar:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "CommandBarBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!CommandBarBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `CommandBarBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!CommandBarBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CommandBarBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CommandBarBase#remeasure:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "remeasure(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "remeasure"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CommandBarBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": [
            {
              "startIndex": 6,
              "endIndex": 8
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!CommandBarButton:class",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class CommandBarButton extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "CommandBarButton",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CommandBarButton#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!CommandButton:var",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "CommandButton: "
            },
            {
              "kind": "Content",
              "text": "typeof "
            },
            {
              "kind": "Reference",
              "text": "ActionButton",
              "canonicalReference": "office-ui-fabric-react!ActionButton:class"
            }
          ],
          "releaseTag": "Public",
          "name": "CommandButton",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!CompactPeoplePicker:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "CompactPeoplePicker: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "CompactPeoplePicker",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!CompactPeoplePickerBase:class",
          "docComment": "/**\n * Compact layout. It uses personas without secondary text when displaying search results. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class CompactPeoplePickerBase extends "
            },
            {
              "kind": "Reference",
              "text": "BasePeoplePicker",
              "canonicalReference": "office-ui-fabric-react!BasePeoplePicker:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "CompactPeoplePickerBase",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!CompactPeoplePickerBase.defaultProps:member",
              "docComment": "/**\n * Default props for CompactPeoplePicker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        onRenderItem: (props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPeoplePickerItemSelectedProps",
                  "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        onRenderSuggestionsItem: (personaProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", suggestionsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBasePickerSuggestionsProps",
                  "canonicalReference": "office-ui-fabric-react!IBasePickerSuggestionsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | undefined) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        createGenericItem: typeof "
                },
                {
                  "kind": "Reference",
                  "text": "createGenericItem",
                  "canonicalReference": "office-ui-fabric-react!createGenericItem:function"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 14
              },
              "isStatic": true
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!CompoundButton:class",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class CompoundButton extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "CompoundButton",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!CompoundButton#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ConstrainMode:enum",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ConstrainMode "
            }
          ],
          "releaseTag": "Public",
          "name": "ConstrainMode",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ConstrainMode.horizontalConstrained:member",
              "docComment": "/**\n * Constrains the list to the given layout space.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "horizontalConstrained = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "horizontalConstrained",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ConstrainMode.unconstrained:member",
              "docComment": "/**\n * Lets the content grow which allows the page to manage scrolling.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "unconstrained = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "unconstrained",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ContextualMenu:var",
          "docComment": "/**\n * ContextualMenu description\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ContextualMenu: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuProps",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ContextualMenu",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ContextualMenuBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ContextualMenuBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuProps",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuState",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ContextualMenuBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ContextualMenuBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuBase#dismiss:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any, dismissAll?: boolean | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuBase#shouldComponentUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldComponentUpdate(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", newState: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuState",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "newState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "shouldComponentUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuBase#UNSAFE_componentWillMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "UNSAFE_componentWillMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuBase#UNSAFE_componentWillUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillUpdate(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillUpdate"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ContextualMenuItem:var",
          "docComment": "/**\n * ContextualMenuItem description\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ContextualMenuItem: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuItemProps",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ContextualMenuItem",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ContextualMenuItemBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ContextualMenuItemBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuItemProps",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "ContextualMenuItemBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuItemBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ContextualMenuItemBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItemProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuItemBase#dismissMenu:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissMenu: "
                },
                {
                  "kind": "Content",
                  "text": "(dismissAll?: boolean | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuItemBase#dismissSubMenu:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissSubMenu: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissSubMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuItemBase#openSubMenu:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openSubMenu: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "openSubMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuItemBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ContextualMenuItemType:enum",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ContextualMenuItemType "
            }
          ],
          "releaseTag": "Public",
          "name": "ContextualMenuItemType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuItemType.Divider:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Divider = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "Divider",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuItemType.Header:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Header = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "Header",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuItemType.Normal:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Normal = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "Normal",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ContextualMenuItemType.Section:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Section = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "Section",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!correctHex:function(1)",
          "docComment": "/**\n * Corrects a hex color to have length 3 or 6. Defaults to white if too short. Does NOT check anything besides the length (such as valid characters) and does NOT handle hex values starting with # sign.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function correctHex(hex: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "hex",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "correctHex"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!correctHSV:function(1)",
          "docComment": "/**\n * Corrects an HSV color to fall within the valid range.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function correctHSV(color: "
            },
            {
              "kind": "Reference",
              "text": "IHSV",
              "canonicalReference": "office-ui-fabric-react!IHSV:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IHSV",
              "canonicalReference": "office-ui-fabric-react!IHSV:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "correctHSV"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!correctRGB:function(1)",
          "docComment": "/**\n * Corrects an RGB color to fall within the valid range.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function correctRGB(color: "
            },
            {
              "kind": "Reference",
              "text": "IRGB",
              "canonicalReference": "office-ui-fabric-react!IRGB:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IRGB",
              "canonicalReference": "office-ui-fabric-react!IRGB:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "correctRGB"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!createGenericItem:function(1)",
          "docComment": "/**\n * {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function createGenericItem(name: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", currentValidationState: "
            },
            {
              "kind": "Reference",
              "text": "ValidationState",
              "canonicalReference": "office-ui-fabric-react!ValidationState:enum"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IGenericItem",
              "canonicalReference": "office-ui-fabric-react!IGenericItem:interface"
            },
            {
              "kind": "Content",
              "text": " & {\n    key: "
            },
            {
              "kind": "Reference",
              "text": "React.Key",
              "canonicalReference": "@types/react!~React.Key:type"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "name",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "currentValidationState",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "name": "createGenericItem"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!createItem:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function createItem(name: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ", isValid: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "ISuggestionModel",
              "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "name",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "isValid",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "name": "createItem"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!cssColor:function(1)",
          "docComment": "/**\n * Converts a valid CSS color string to an RGB color. Note that hex colors *must* be prefixed with # to be considered valid. Alpha in returned color defaults to 100. Four and eight digit hex values (with alpha) are supported if the current browser supports them.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function cssColor(color?: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IRGB",
              "canonicalReference": "office-ui-fabric-react!IRGB:interface"
            },
            {
              "kind": "Content",
              "text": " | undefined"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 5
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "cssColor"
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DatePicker:var",
          "docComment": "/**\n * DatePicker description\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DatePicker: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDatePickerProps",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DatePicker",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DatePickerBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DatePickerBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDatePickerProps",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IDatePickerState",
              "canonicalReference": "office-ui-fabric-react!IDatePickerState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IDatePicker",
              "canonicalReference": "office-ui-fabric-react!IDatePicker:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "DatePickerBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!DatePickerBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `DatePickerBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDatePickerProps",
                  "canonicalReference": "office-ui-fabric-react!IDatePickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DatePickerBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDatePickerProps",
                  "canonicalReference": "office-ui-fabric-react!IDatePickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IDatePickerState",
                  "canonicalReference": "office-ui-fabric-react!IDatePickerState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!DatePickerBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDatePickerProps",
                  "canonicalReference": "office-ui-fabric-react!IDatePickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DatePickerBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DatePickerBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DatePickerBase#reset:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reset(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "reset"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DatePickerBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDatePickerProps",
                  "canonicalReference": "office-ui-fabric-react!IDatePickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DEFAULT_MASK_CHAR:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DEFAULT_MASK_CHAR = \"_\""
            }
          ],
          "releaseTag": "Public",
          "name": "DEFAULT_MASK_CHAR",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DefaultButton:class",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DefaultButton extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "DefaultButton",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DefaultButton#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!DefaultProps:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type DefaultProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISpinButtonProps",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'step' | 'min' | 'max' | 'disabled' | 'labelPosition' | 'label' | 'incrementButtonIcon' | 'decrementButtonIcon'>>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "DefaultProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DetailsColumnBase:class",
          "docComment": "/**\n * Component for rendering columns in a `DetailsList`.\n *\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DetailsColumnBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsColumnProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsColumnBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!DetailsColumnBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `DetailsColumnBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsColumnProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsColumnBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsColumnBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsColumnBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsColumnBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DetailsHeader:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DetailsHeader: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsHeaderBaseProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsHeader",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DetailsHeaderBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DetailsHeaderBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsHeaderBaseProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IDetailsHeaderState",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IDetailsHeader",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeader:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsHeaderBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!DetailsHeaderBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `DetailsHeaderBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsHeaderBaseProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsHeaderBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsHeaderBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsHeaderBaseProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsHeaderBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!DetailsHeaderBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        selectAllVisibility: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectAllVisibility",
                  "canonicalReference": "office-ui-fabric-react!SelectAllVisibility:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n        collapseAllVisibility: "
                },
                {
                  "kind": "Reference",
                  "text": "CollapseAllVisibility",
                  "canonicalReference": "office-ui-fabric-react!CollapseAllVisibility:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n        useFastIcons: boolean;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsHeaderBase#focus:member(1)",
              "docComment": "/**\n * Set focus to the active thing in the focus area.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsHeaderBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DetailsList:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DetailsList: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsList",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DetailsListBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DetailsListBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IDetailsListState",
              "canonicalReference": "office-ui-fabric-react!IDetailsListState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IDetailsList",
              "canonicalReference": "office-ui-fabric-react!IDetailsList:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsListBase",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase#_onRenderRow:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _onRenderRow: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", defaultRender?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | undefined) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_onRenderRow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 9
              },
              "isStatic": false
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `DetailsListBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsListProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsListProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsListState",
                  "canonicalReference": "office-ui-fabric-react!IDetailsListState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        layoutMode: "
                },
                {
                  "kind": "Reference",
                  "text": "DetailsListLayoutMode",
                  "canonicalReference": "office-ui-fabric-react!DetailsListLayoutMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n        selectionMode: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n        constrainMode: "
                },
                {
                  "kind": "Reference",
                  "text": "ConstrainMode",
                  "canonicalReference": "office-ui-fabric-react!ConstrainMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n        checkboxVisibility: "
                },
                {
                  "kind": "Reference",
                  "text": "CheckboxVisibility",
                  "canonicalReference": "office-ui-fabric-react!CheckboxVisibility:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n        isHeaderVisible: boolean;\n        compact: boolean;\n        useFastIcons: boolean;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase#focusIndex:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusIndex(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ", forceIntoFirstElement?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", measureItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex: number) => number"
                },
                {
                  "kind": "Content",
                  "text": ", scrollToMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ScrollToMode",
                  "canonicalReference": "office-ui-fabric-react!ScrollToMode:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 9,
                "endIndex": 10
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "forceIntoFirstElement",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                },
                {
                  "parameterName": "measureItem",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  }
                },
                {
                  "parameterName": "scrollToMode",
                  "parameterTypeTokenRange": {
                    "startIndex": 7,
                    "endIndex": 8
                  }
                }
              ],
              "name": "focusIndex"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase#forceUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "forceUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase#getStartItemIndexInView:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getStartItemIndexInView(): "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getStartItemIndexInView"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase#scrollToIndex:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollToIndex(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ", measureItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex: number) => number"
                },
                {
                  "kind": "Content",
                  "text": ", scrollToMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ScrollToMode",
                  "canonicalReference": "office-ui-fabric-react!ScrollToMode:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "measureItem",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                },
                {
                  "parameterName": "scrollToMode",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  }
                }
              ],
              "name": "scrollToIndex"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsListBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsListProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!DetailsListLayoutMode:enum",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum DetailsListLayoutMode "
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsListLayoutMode",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!DetailsListLayoutMode.fixedColumns:member",
              "docComment": "/**\n * Lets the user resize columns and makes not attempt to fit them.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fixedColumns = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "fixedColumns",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!DetailsListLayoutMode.justified:member",
              "docComment": "/**\n * Manages which columns are visible, tries to size them according to their min/max rules and drops off columns that can't fit and have isCollapsible set.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "justified = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "justified",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DetailsRow:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DetailsRow: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowBaseProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsRow",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DetailsRowBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DetailsRowBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowBaseProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowState",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsRowBase",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase#_onRenderCheck:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _onRenderCheck(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowCheckProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "_onRenderCheck"
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `DetailsRowBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowBaseProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(previousProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowBaseProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "previousProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(forceIntoFirstElement?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "forceIntoFirstElement",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase#measureCell:member(1)",
              "docComment": "/**\n * measure cell at index. and call the call back with the measured cell width when finish measure\n *\n * @param index - The cell index\n *\n * @param onMeasureDone - The call back function when finish measure\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "measureCell(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ", onMeasureDone: "
                },
                {
                  "kind": "Content",
                  "text": "(width: number) => void"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "onMeasureDone",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "measureCell"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase#shouldComponentUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldComponentUpdate(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowBaseProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", nextState: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowState",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "nextState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "shouldComponentUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DetailsRowBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowBaseProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DetailsRowCheck:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DetailsRowCheck: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowCheckProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsRowCheck",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DetailsRowFields:var",
          "docComment": "/**\n * Component for rendering a row's cells in a `DetailsList`.\n *\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DetailsRowFields: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowFieldsProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsRowFields",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DetailsRowGlobalClassNames:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DetailsRowGlobalClassNames: "
            },
            {
              "kind": "Content",
              "text": "{\n    root: string;\n    compact: string;\n    cell: string;\n    cellAnimation: string;\n    cellCheck: string;\n    check: string;\n    cellMeasurer: string;\n    listCellFirstChild: string;\n    isContentUnselectable: string;\n    isSelected: string;\n    isCheckVisible: string;\n    isRowHeader: string;\n    fields: string;\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "DetailsRowGlobalClassNames",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Dialog:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Dialog: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDialogProps",
              "canonicalReference": "office-ui-fabric-react!IDialogProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Dialog",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DialogBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DialogBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDialogProps",
              "canonicalReference": "office-ui-fabric-react!IDialogProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "DialogBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!DialogBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `DialogBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogProps",
                  "canonicalReference": "office-ui-fabric-react!IDialogProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!DialogBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogProps",
                  "canonicalReference": "office-ui-fabric-react!IDialogProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DialogBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DialogContent:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DialogContent: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDialogContentProps",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DialogContent",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DialogContentBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DialogContentBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDialogContentProps",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "DialogContentBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!DialogContentBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `DialogContentBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogContentProps",
                  "canonicalReference": "office-ui-fabric-react!IDialogContentProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!DialogContentBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogContentProps",
                  "canonicalReference": "office-ui-fabric-react!IDialogContentProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DialogContentBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DialogFooter:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DialogFooter: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDialogFooterProps",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DialogFooter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DialogFooterBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DialogFooterBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDialogFooterProps",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "DialogFooterBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!DialogFooterBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `DialogFooterBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogFooterProps",
                  "canonicalReference": "office-ui-fabric-react!IDialogFooterProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DialogFooterBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!DialogType:enum",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum DialogType "
            }
          ],
          "releaseTag": "Public",
          "name": "DialogType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!DialogType.close:member",
              "docComment": "/**\n * Dialog with an 'x' close button in the upper-right corner\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "close = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "close",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!DialogType.largeHeader:member",
              "docComment": "/**\n * Dialog with large header banner\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "largeHeader = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "largeHeader",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!DialogType.normal:member",
              "docComment": "/**\n * Standard dialog\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "normal = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "normal",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!DirectionalHint:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type DirectionalHint = "
            },
            {
              "kind": "Content",
              "text": "typeof "
            },
            {
              "kind": "Reference",
              "text": "DirectionalHint",
              "canonicalReference": "office-ui-fabric-react!DirectionalHint:var"
            },
            {
              "kind": "Content",
              "text": "[keyof typeof "
            },
            {
              "kind": "Reference",
              "text": "DirectionalHint",
              "canonicalReference": "office-ui-fabric-react!DirectionalHint:var"
            },
            {
              "kind": "Content",
              "text": "]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "DirectionalHint",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DirectionalHint:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DirectionalHint: "
            },
            {
              "kind": "Content",
              "text": "{\n    topLeftEdge: 0;\n    topCenter: 1;\n    topRightEdge: 2;\n    topAutoEdge: 3;\n    bottomLeftEdge: 4;\n    bottomCenter: 5;\n    bottomRightEdge: 6;\n    bottomAutoEdge: 7;\n    leftTopEdge: 8;\n    leftCenter: 9;\n    leftBottomEdge: 10;\n    rightTopEdge: 11;\n    rightCenter: 12;\n    rightBottomEdge: 13;\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "DirectionalHint",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCard:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCard: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCard",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCardActions:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCardActions: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardActionsProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardActions",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCardActivity:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCardActivity: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardActivityProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardActivity",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCardDetails:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCardDetails: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardDetailsProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardDetails",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCardImage:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCardImage: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardImageProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardImage",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCardLocation:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCardLocation: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardLocationProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardLocation",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCardLogo:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCardLogo: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardLogoProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardLogo",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCardPreview:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCardPreview: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardPreviewProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardPreview",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCardStatus:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCardStatus: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardStatusProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardStatus",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!DocumentCardTitle:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "DocumentCardTitle: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardTitleProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardTitle",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!DocumentCardType:enum",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum DocumentCardType "
            }
          ],
          "releaseTag": "Public",
          "name": "DocumentCardType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!DocumentCardType.compact:member",
              "docComment": "/**\n * Compact layout. Displays the preview beside the details, rather than above.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!DocumentCardType.normal:member",
              "docComment": "/**\n * Standard DocumentCard.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "normal = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "normal",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Dropdown:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Dropdown: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDropdownProps",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Dropdown",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!DropdownBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class DropdownBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDropdownInternalProps",
              "canonicalReference": "office-ui-fabric-react!IDropdownInternalProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IDropdownState",
              "canonicalReference": "office-ui-fabric-react!IDropdownState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IDropdown",
              "canonicalReference": "office-ui-fabric-react!IDropdown:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "DropdownBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!DropdownBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `DropdownBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownProps",
                  "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DropdownBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownProps",
                  "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownState",
                  "canonicalReference": "office-ui-fabric-react!IDropdownState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DropdownBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!DropdownBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        options: any[];\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DropdownBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(shouldOpenOnFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "shouldOpenOnFocus",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DropdownBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!DropdownBase#selectedOptions:member",
              "docComment": "/**\n * All selected options\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectedOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownOption",
                  "canonicalReference": "office-ui-fabric-react!IDropdownOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DropdownBase#setSelectedIndex:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectedIndex(event: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FormEvent",
                  "canonicalReference": "@types/react!~React.FormEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ", index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 8,
                "endIndex": 9
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "event",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 5
                  }
                },
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 6,
                    "endIndex": 7
                  }
                }
              ],
              "name": "setSelectedIndex"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!DropdownBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownProps",
                  "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ElementType:enum",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ElementType "
            }
          ],
          "releaseTag": "Public",
          "name": "ElementType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ElementType.anchor:member",
              "docComment": "/**\n * <a> element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "anchor = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "anchor",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ElementType.button:member",
              "docComment": "/**\n * <button> element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "button = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "button",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ExpandingCard:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ExpandingCard: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IExpandingCardProps",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ExpandingCard",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ExpandingCardBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ExpandingCardBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IExpandingCardProps",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IExpandingCardState",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ExpandingCardBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ExpandingCardBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ExpandingCardBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IExpandingCardProps",
                  "canonicalReference": "office-ui-fabric-react!IExpandingCardProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ExpandingCardBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ExpandingCardBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ExpandingCardBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        compactCardHeight: number;\n        expandedCardHeight: number;\n        directionalHintFixed: boolean;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ExpandingCardBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ExpandingCardMode:enum",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ExpandingCardMode "
            }
          ],
          "releaseTag": "Public",
          "name": "ExpandingCardMode",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ExpandingCardMode.compact:member",
              "docComment": "/**\n * To have top compact card only\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ExpandingCardMode.expanded:member",
              "docComment": "/**\n * To have both top compact and bottom expanded card\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expanded = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "expanded",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ExtendedPeoplePicker:class",
          "docComment": "/**\n * {@docCategory ExtendedPeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ExtendedPeoplePicker extends "
            },
            {
              "kind": "Reference",
              "text": "BaseExtendedPeoplePicker",
              "canonicalReference": "office-ui-fabric-react!BaseExtendedPeoplePicker:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ExtendedPeoplePicker",
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ExtendedSelectedItem:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ExtendedSelectedItem extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISelectedPeopleItemProps",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemState",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ExtendedSelectedItem",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ExtendedSelectedItem:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ExtendedSelectedItem` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelectedPeopleItemProps",
                  "canonicalReference": "office-ui-fabric-react!ISelectedPeopleItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ExtendedSelectedItem#persona:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected persona: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "persona",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ExtendedSelectedItem#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Fabric:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Fabric: "
            },
            {
              "kind": "Content",
              "text": "import(\"react\")."
            },
            {
              "kind": "Reference",
              "text": "ForwardRefExoticComponent",
              "canonicalReference": "@types/react!~React.ForwardRefExoticComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IFabricProps",
              "canonicalReference": "office-ui-fabric-react!IFabricProps:interface"
            },
            {
              "kind": "Content",
              "text": " & import(\"react\")."
            },
            {
              "kind": "Reference",
              "text": "RefAttributes",
              "canonicalReference": "@types/react!~React.RefAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FabricBase",
              "canonicalReference": "office-ui-fabric-react!FabricBase:class"
            },
            {
              "kind": "Content",
              "text": ">>"
            }
          ],
          "releaseTag": "Public",
          "name": "Fabric",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 10
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!FabricBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FabricBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IFabricProps",
              "canonicalReference": "office-ui-fabric-react!IFabricProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "FabricBase",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FabricBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FabricBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FabricBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!FabricSlots:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum FabricSlots "
            }
          ],
          "releaseTag": "Public",
          "name": "FabricSlots",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.black:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "black = "
                },
                {
                  "kind": "Content",
                  "text": "20"
                }
              ],
              "releaseTag": "Public",
              "name": "black",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralDark:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralDark = "
                },
                {
                  "kind": "Content",
                  "text": "19"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralDark",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralLight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralLight = "
                },
                {
                  "kind": "Content",
                  "text": "11"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralLight",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralLighter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralLighter = "
                },
                {
                  "kind": "Content",
                  "text": "10"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralLighter",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralLighterAlt:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralLighterAlt = "
                },
                {
                  "kind": "Content",
                  "text": "9"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralLighterAlt",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralPrimary:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralPrimary = "
                },
                {
                  "kind": "Content",
                  "text": "18"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralPrimary",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralPrimaryAlt:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralPrimaryAlt = "
                },
                {
                  "kind": "Content",
                  "text": "17"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralPrimaryAlt",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralQuaternary:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralQuaternary = "
                },
                {
                  "kind": "Content",
                  "text": "13"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralQuaternary",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralQuaternaryAlt:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralQuaternaryAlt = "
                },
                {
                  "kind": "Content",
                  "text": "12"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralQuaternaryAlt",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralSecondary:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralSecondary = "
                },
                {
                  "kind": "Content",
                  "text": "16"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralSecondary",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralTertiary:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralTertiary = "
                },
                {
                  "kind": "Content",
                  "text": "15"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralTertiary",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.neutralTertiaryAlt:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "neutralTertiaryAlt = "
                },
                {
                  "kind": "Content",
                  "text": "14"
                }
              ],
              "releaseTag": "Public",
              "name": "neutralTertiaryAlt",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.themeDark:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeDark = "
                },
                {
                  "kind": "Content",
                  "text": "7"
                }
              ],
              "releaseTag": "Public",
              "name": "themeDark",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.themeDarkAlt:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeDarkAlt = "
                },
                {
                  "kind": "Content",
                  "text": "6"
                }
              ],
              "releaseTag": "Public",
              "name": "themeDarkAlt",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.themeDarker:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeDarker = "
                },
                {
                  "kind": "Content",
                  "text": "8"
                }
              ],
              "releaseTag": "Public",
              "name": "themeDarker",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.themeLight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeLight = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "themeLight",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.themeLighter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeLighter = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "themeLighter",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.themeLighterAlt:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeLighterAlt = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "themeLighterAlt",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.themePrimary:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themePrimary = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "themePrimary",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.themeSecondary:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeSecondary = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "themeSecondary",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.themeTertiary:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "themeTertiary = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "themeTertiary",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!FabricSlots.white:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "white = "
                },
                {
                  "kind": "Content",
                  "text": "21"
                }
              ],
              "releaseTag": "Public",
              "name": "white",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Facepile:var",
          "docComment": "/**\n * The Facepile shows a list of faces or initials in a horizontal lockup. Each circle represents a person.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Facepile: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IFacepileProps",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Facepile",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!FacepileBase:class",
          "docComment": "/**\n * FacePile with no default styles. [Use the `styles` API to add your own styles.](https://github.com/microsoft/fluentui/wiki/Component-Styling)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FacepileBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IFacepileProps",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "FacepileBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!FacepileBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `FacepileBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IFacepileProps",
                  "canonicalReference": "office-ui-fabric-react!IFacepileProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!FacepileBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IFacepileProps",
                  "canonicalReference": "office-ui-fabric-react!IFacepileProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FacepileBase#onRenderAriaDescription:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected onRenderAriaDescription(): "
                },
                {
                  "kind": "Content",
                  "text": "\"\" | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "onRenderAriaDescription"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FacepileBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!FloatingPeoplePicker:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FloatingPeoplePicker extends "
            },
            {
              "kind": "Reference",
              "text": "BaseFloatingPeoplePicker",
              "canonicalReference": "office-ui-fabric-react!BaseFloatingPeoplePicker:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "FloatingPeoplePicker",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!FloatingPeoplePicker.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!FocusTrapCallout:var",
          "docComment": "/**\n * A special Callout that uses FocusTrapZone to trap focus\n *\n * @param props - Props for the component\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "FocusTrapCallout: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IFocusTrapCalloutProps",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapCalloutProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "FocusTrapCallout",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!FocusTrapZone:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class FocusTrapZone extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IFocusTrapZoneProps",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IFocusTrapZone",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZone:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "FocusTrapZone",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!FocusTrapZone:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `FocusTrapZone` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusTrapZoneProps",
                  "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FocusTrapZone#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FocusTrapZone#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusTrapZoneProps",
                  "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FocusTrapZone#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FocusTrapZone#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FocusTrapZone#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!FocusTrapZone#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusTrapZoneProps",
                  "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": [
            {
              "startIndex": 6,
              "endIndex": 8
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!FontIcon:var",
          "docComment": "/**\n * Fast icon component which only supports font glyphs (not images) and can't be targeted by customizations. To style the icon, use `className` or reference `ms-Icon` in CSS. {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "FontIcon: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IFontIconProps",
              "canonicalReference": "office-ui-fabric-react!IFontIconProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "FontIcon",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getAllSelectedOptions:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getAllSelectedOptions(options: "
            },
            {
              "kind": "Reference",
              "text": "ISelectableOption",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption:interface"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ", selectedIndices: "
            },
            {
              "kind": "Content",
              "text": "number[]"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "ISelectableOption",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption:interface"
            },
            {
              "kind": "Content",
              "text": "[]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 6,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "options",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "parameterName": "selectedIndices",
              "parameterTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              }
            }
          ],
          "name": "getAllSelectedOptions"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getBackgroundShade:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getBackgroundShade(color: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ", shade: "
            },
            {
              "kind": "Reference",
              "text": "Shade",
              "canonicalReference": "office-ui-fabric-react!Shade:enum"
            },
            {
              "kind": "Content",
              "text": ", isInverted?: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": " | null"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "shade",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "isInverted",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "getBackgroundShade"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getColorFromHSV:function(1)",
          "docComment": "/**\n * Converts an HSV color (and optional alpha value) to a color object. If `a` is not given, a default of 100 is used. Hex in the returned value will *not* be prefixed with #. If `a` is unspecified or 100, the result's `str` property will contain a hex value (*not* prefixed with #)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getColorFromHSV(hsv: "
            },
            {
              "kind": "Reference",
              "text": "IHSV",
              "canonicalReference": "office-ui-fabric-react!IHSV:interface"
            },
            {
              "kind": "Content",
              "text": ", a?: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "hsv",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "a",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "name": "getColorFromHSV"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getColorFromRGBA:function(1)",
          "docComment": "/**\n * Converts an RGBA color to a color object (alpha defaults to 100).\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getColorFromRGBA(rgba: "
            },
            {
              "kind": "Reference",
              "text": "IRGB",
              "canonicalReference": "office-ui-fabric-react!IRGB:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "rgba",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "getColorFromRGBA"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getColorFromString:function(1)",
          "docComment": "/**\n * Converts a CSS color string to a color object. Note that hex colors *must* be prefixed with # to be considered valid.\n *\n * `inputColor` will be used unmodified as the `str` property of the returned object. Alpha defaults to 100 if not specified in `inputColor`. Returns undefined if the color string is invalid/not recognized.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getColorFromString(inputColor: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": " | undefined"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 5
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "inputColor",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "getColorFromString"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getContrastRatio:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getContrastRatio(color1: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ", color2: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color1",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "color2",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "name": "getContrastRatio"
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!getFontIcon:var",
          "docComment": "/**\n * Memoized helper for rendering a FontIcon.\n *\n * @param iconName - The name of the icon to use from the icon font.\n *\n * @param className - Class name for styling the icon.\n *\n * @param ariaLabel - Label for the icon for the benefit of screen readers. {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getFontIcon: "
            },
            {
              "kind": "Content",
              "text": "(iconName: string, className?: string | undefined, ariaLabel?: string | undefined) => "
            },
            {
              "kind": "Reference",
              "text": "React.ReactElement",
              "canonicalReference": "@types/react!~React.ReactElement:interface"
            },
            {
              "kind": "Content",
              "text": "<any, string | ((props: any) => "
            },
            {
              "kind": "Reference",
              "text": "React.ReactElement",
              "canonicalReference": "@types/react!~React.ReactElement:interface"
            },
            {
              "kind": "Content",
              "text": "<any, string | any | (new (props: any) => "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<any, any, any>)> | null) | (new (props: any) => "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<any, any, any>)> | null"
            }
          ],
          "releaseTag": "Public",
          "name": "getFontIcon",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 10
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getFullColorString:function(1)",
          "docComment": "/**\n * Converts a color hue to an HTML color string (with # prefix). This implementation ignores all components of `color` except hue.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getFullColorString(color: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "getFullColorString"
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!getIconContent:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getIconContent: "
            },
            {
              "kind": "Content",
              "text": "(iconName?: string | undefined) => "
            },
            {
              "kind": "Reference",
              "text": "IIconContent",
              "canonicalReference": "office-ui-fabric-react!IIconContent:interface"
            },
            {
              "kind": "Content",
              "text": " | null"
            }
          ],
          "releaseTag": "Public",
          "name": "getIconContent",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!getMeasurementCache:var",
          "docComment": "/**\n * Returns a simple object is able to store measurements with a given key.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getMeasurementCache: "
            },
            {
              "kind": "Content",
              "text": "() => {\n    getCachedMeasurement: (data: any) => number | undefined;\n    addMeasurementToCache: (data: any, measurement: number) => void;\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "getMeasurementCache",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!getNextResizeGroupStateProvider:var",
          "docComment": "/**\n * Returns a function that is able to compute the next state for the ResizeGroup given the current state and any measurement updates.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "getNextResizeGroupStateProvider: "
            },
            {
              "kind": "Content",
              "text": "(measurementCache?: {\n    getCachedMeasurement: (data: any) => number | undefined;\n    addMeasurementToCache: (data: any, measurement: number) => void;\n}) => {\n    getNextState: (props: "
            },
            {
              "kind": "Reference",
              "text": "IResizeGroupProps",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps:interface"
            },
            {
              "kind": "Content",
              "text": ", currentState: "
            },
            {
              "kind": "Reference",
              "text": "IResizeGroupState",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupState:interface"
            },
            {
              "kind": "Content",
              "text": ", getElementToMeasureDimension: () => number, newContainerDimension?: number | undefined) => "
            },
            {
              "kind": "Reference",
              "text": "IResizeGroupState",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupState:interface"
            },
            {
              "kind": "Content",
              "text": " | undefined;\n    shouldRenderDataForMeasurement: (dataToMeasure: any) => boolean;\n    getInitialResizeGroupState: (data: any) => "
            },
            {
              "kind": "Reference",
              "text": "IResizeGroupState",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupState:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "getNextResizeGroupStateProvider",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 10
          }
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getPersonaInitialsColor:function(1)",
          "docComment": "/**\n * Gets the hex color string (prefixed with #) for the given persona props. This is the logic used internally by the Persona control.\n *\n * @param props - Current persona props\n *\n * @returns Hex color string prefixed with #\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getPersonaInitialsColor(props: "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'primaryText' | 'text' | 'initialsColor'>"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 6,
            "endIndex": 7
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "props",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "name": "getPersonaInitialsColor"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getShade:function(1)",
          "docComment": "/**\n * Given a color and a shade specification, generates the requested shade of the color. Logic: if white darken via tables defined above if black lighten if light strongen if dark soften else default soften or strongen depending on shade#\n *\n * @param color - The base color whose shade is to be computed\n *\n * @param shade - The shade of the base color to compute\n *\n * @param isInverted - Default false. Whether the given theme is inverted (reverse strongen/soften logic)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getShade(color: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ", shade: "
            },
            {
              "kind": "Reference",
              "text": "Shade",
              "canonicalReference": "office-ui-fabric-react!Shade:enum"
            },
            {
              "kind": "Content",
              "text": ", isInverted?: "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": " | null"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "shade",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "isInverted",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "getShade"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!getSubmenuItems:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function getSubmenuItems(item: "
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuItem",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuItem",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
            },
            {
              "kind": "Content",
              "text": "[] | undefined"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 5
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "item",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "getSubmenuItems"
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Grid:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Grid: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGridProps",
              "canonicalReference": "office-ui-fabric-react!IGridProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Grid",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!GridCell:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GridCell<T, P extends "
            },
            {
              "kind": "Reference",
              "text": "IGridCellProps",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<P, {}> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "typeParameterName": "P",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "GridCell",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!GridCell.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        disabled: boolean;\n        id: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GridCell#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 4,
            "endIndex": 6
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!GroupedList:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "GroupedList: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupedListProps",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "GroupedList",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!GroupedListBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GroupedListBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupedListProps",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IGroupedListState",
              "canonicalReference": "office-ui-fabric-react!IGroupedListState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IGroupedList",
              "canonicalReference": "office-ui-fabric-react!IGroupedList:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "GroupedListBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `GroupedListBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupedListProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupedListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        selectionMode: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n        isHeaderVisible: boolean;\n        groupProps: {};\n        compact: boolean;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase#forceUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "forceUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase#getStartItemIndexInView:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getStartItemIndexInView(): "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getStartItemIndexInView"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase#scrollToIndex:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollToIndex(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ", measureItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex: number) => number"
                },
                {
                  "kind": "Content",
                  "text": ", scrollToMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ScrollToMode",
                  "canonicalReference": "office-ui-fabric-react!ScrollToMode:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "measureItem",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                },
                {
                  "parameterName": "scrollToMode",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  }
                }
              ],
              "name": "scrollToIndex"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase#toggleCollapseAll:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleCollapseAll(allCollapsed: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "allCollapsed",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "toggleCollapseAll"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupedListProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupedListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!GroupedListSection:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class GroupedListSection extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupedListSectionProps",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IGroupedListSectionState",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "GroupedListSection",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!GroupedListSection:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `GroupedListSection` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupedListSectionProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListSection#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListSection#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(previousProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupedListSectionProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "previousProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListSection#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListSection#forceListUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceListUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "forceListUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListSection#forceUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "forceUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!GroupedListSection#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!GroupFooter:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "GroupFooter: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupFooterProps",
              "canonicalReference": "office-ui-fabric-react!IGroupFooterProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "GroupFooter",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!GroupHeader:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "GroupHeader: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupHeaderProps",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "GroupHeader",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!GroupShowAll:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "GroupShowAll: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupShowAllProps",
              "canonicalReference": "office-ui-fabric-react!IGroupShowAllProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "GroupShowAll",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!GroupSpacer:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "GroupSpacer: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupSpacerProps",
              "canonicalReference": "office-ui-fabric-react!IGroupSpacerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "GroupSpacer",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!HEX_REGEX:var",
          "docComment": "/**\n * Regular expression matching only valid hexadecimal chars\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "HEX_REGEX: "
            },
            {
              "kind": "Reference",
              "text": "RegExp",
              "canonicalReference": "!RegExp:interface"
            }
          ],
          "releaseTag": "Public",
          "name": "HEX_REGEX",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!HoverCard:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "HoverCard: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IHoverCardProps",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "HoverCard",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!HoverCardBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class HoverCardBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IHoverCardProps",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IHoverCardState",
              "canonicalReference": "office-ui-fabric-react!IHoverCardState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IHoverCard",
              "canonicalReference": "office-ui-fabric-react!IHoverCard:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "HoverCardBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!HoverCardBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `HoverCardBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IHoverCardProps",
                  "canonicalReference": "office-ui-fabric-react!IHoverCardProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!HoverCardBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!HoverCardBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IHoverCardProps",
                  "canonicalReference": "office-ui-fabric-react!IHoverCardProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IHoverCardState",
                  "canonicalReference": "office-ui-fabric-react!IHoverCardState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!HoverCardBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!HoverCardBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        cardOpenDelay: number;\n        cardDismissDelay: number;\n        expandedCardOpenDelay: number;\n        instantOpenOnClick: boolean;\n        setInitialFocus: boolean;\n        openHotKey: number;\n        type: "
                },
                {
                  "kind": "Reference",
                  "text": "HoverCardType",
                  "canonicalReference": "office-ui-fabric-react!HoverCardType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": true
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!HoverCardBase#dismiss:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss: "
                },
                {
                  "kind": "Content",
                  "text": "(withTimeOut?: boolean | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!HoverCardBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!HoverCardType:enum",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum HoverCardType "
            }
          ],
          "releaseTag": "Public",
          "name": "HoverCardType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!HoverCardType.expanding:member",
              "docComment": "/**\n * File card consisting of two parts: compact and expanded. Has some default sizes if not specified.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expanding = "
                },
                {
                  "kind": "Content",
                  "text": "\"ExpandingCard\""
                }
              ],
              "releaseTag": "Public",
              "name": "expanding",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!HoverCardType.plain:member",
              "docComment": "/**\n * Plain card consisting of one part responsive to the size of content.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "plain = "
                },
                {
                  "kind": "Content",
                  "text": "\"PlainCard\""
                }
              ],
              "releaseTag": "Public",
              "name": "plain",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!hsl2hsv:function(1)",
          "docComment": "/**\n * Converts HSL components to an HSV color.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function hsl2hsv(h: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", s: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", l: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IHSV",
              "canonicalReference": "office-ui-fabric-react!IHSV:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "h",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "s",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "l",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "hsl2hsv"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!hsl2rgb:function(1)",
          "docComment": "/**\n * Converts HSL components to an RGB color. Does not set the alpha value.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function hsl2rgb(h: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", s: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", l: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IRGB",
              "canonicalReference": "office-ui-fabric-react!IRGB:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "h",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "s",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "l",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "hsl2rgb"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!hsv2hex:function(1)",
          "docComment": "/**\n * Converts HSV components to a hex color string (without # prefix).\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function hsv2hex(h: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", s: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", v: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "h",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "s",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "v",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "hsv2hex"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!hsv2hsl:function(1)",
          "docComment": "/**\n * Converts HSV components to an HSL color.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function hsv2hsl(h: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", s: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", v: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IHSL",
              "canonicalReference": "office-ui-fabric-react!IHSL:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "h",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "s",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "v",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "hsv2hsl"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!hsv2rgb:function(1)",
          "docComment": "/**\n * Converts HSV components to an RGB color. Does not set the alpha value.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function hsv2rgb(h: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", s: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", v: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IRGB",
              "canonicalReference": "office-ui-fabric-react!IRGB:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "h",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "s",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "v",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "hsv2rgb"
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps:interface",
          "docComment": "/**\n * {@docCategory IAccessiblePopupProps}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IAccessiblePopupProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IAccessiblePopupProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps#closeButtonAriaLabel:member",
              "docComment": "/**\n * Aria label on close button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps#elementToFocusOnDismiss:member",
              "docComment": "/**\n * Sets the element to focus on when exiting the control's FocusTrapZone.\n *\n * @defaultvalue\n *\n * The `element.target` that triggered the control opening.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "elementToFocusOnDismiss?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "elementToFocusOnDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps#firstFocusableSelector:member",
              "docComment": "/**\n * Class name (not actual selector) for first focusable item. Do not append a dot.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "firstFocusableSelector?: "
                },
                {
                  "kind": "Content",
                  "text": "string | (() => string)"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "firstFocusableSelector",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps#forceFocusInsideTrap:member",
              "docComment": "/**\n * Whether control should force focus inside its focus trap zone.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceFocusInsideTrap?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceFocusInsideTrap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps#ignoreExternalFocusing:member",
              "docComment": "/**\n * If false (the default), the control's FocusTrapZone will restore focus to the element which activated it once the trap zone is unmounted or disabled. Set to true to disable this behavior.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ignoreExternalFocusing?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ignoreExternalFocusing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps#isClickableOutsideFocusTrap:member",
              "docComment": "/**\n * Whether this control will allow clicks outside its FocusTrapZone.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isClickableOutsideFocusTrap?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isClickableOutsideFocusTrap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IActivityItemProps:interface",
          "docComment": "/**\n * {@docCategory ActivityItem}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IActivityItemProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IActivityItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#activityDescription:member",
              "docComment": "/**\n * An element describing the activity that took place. If no activityDescription, activityDescriptionText, or onRenderActivityDescription are included, no description of the activity is shown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activityDescription?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": "[] | "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activityDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#activityDescriptionText:member",
              "docComment": "/**\n * Text describing the activity that occurred and naming the people involved in it. Deprecated, use `activityDescription` instead.\n *\n * @deprecated\n *\n * Use `activityDescription` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activityDescriptionText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activityDescriptionText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#activityIcon:member",
              "docComment": "/**\n * An element containing an icon shown next to the activity item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activityIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activityIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#activityPersonas:member",
              "docComment": "/**\n * If activityIcon is not set, then the persona props in this array will be used as the icon for this activity item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activityPersonas?: "
                },
                {
                  "kind": "Reference",
                  "text": "Array",
                  "canonicalReference": "!Array:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaSharedProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activityPersonas",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#animateBeaconSignal:member",
              "docComment": "/**\n * Enables/Disables the beacon that radiates from the center of the center of the activity icon. Signals an activity has started.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "animateBeaconSignal?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "animateBeaconSignal",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#beaconColorOne:member",
              "docComment": "/**\n * Beacon color one\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beaconColorOne?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beaconColorOne",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#beaconColorTwo:member",
              "docComment": "/**\n * Beacon color two\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beaconColorTwo?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beaconColorTwo",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#comments:member",
              "docComment": "/**\n * An element containing the text of comments or \\@mention messages. If no comments, commentText, or onRenderComments are included, no comments are shown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "comments?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": "[] | "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "comments",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#commentText:member",
              "docComment": "/**\n * Text of comments or \\@mention messages. Deprecated, use `comments` instead.\n *\n * @deprecated\n *\n * Use `comments` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "commentText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "commentText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#isCompact:member",
              "docComment": "/**\n * Indicated if the compact styling should be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCompact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCompact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#onRenderActivityDescription:member",
              "docComment": "/**\n * A renderer for the description of the current activity.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderActivityDescription?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IActivityItemProps",
                  "canonicalReference": "office-ui-fabric-react!IActivityItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderActivityDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#onRenderComments:member",
              "docComment": "/**\n * A renderer that adds the text of a comment below the activity description.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderComments?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IActivityItemProps",
                  "canonicalReference": "office-ui-fabric-react!IActivityItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderComments",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#onRenderIcon:member",
              "docComment": "/**\n * A renderer to create the icon next to the activity item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IActivityItemProps",
                  "canonicalReference": "office-ui-fabric-react!IActivityItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#onRenderTimeStamp:member",
              "docComment": "/**\n * A renderer adds a time stamp. If not included, timeStamp is shown as plain text below the activity.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderTimeStamp?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IActivityItemProps",
                  "canonicalReference": "office-ui-fabric-react!IActivityItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderTimeStamp",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#styles:member",
              "docComment": "/**\n * Optional styling for the elements within the Activity Item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IActivityItemStyles",
                  "canonicalReference": "office-ui-fabric-react!IActivityItemStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemProps#timeStamp:member",
              "docComment": "/**\n * Element shown as a timestamp on this activity. If not included, no timestamp is shown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "timeStamp?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": "[] | "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "timeStamp",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IActivityItemStyles:interface",
          "docComment": "/**\n * {@docCategory ActivityItem}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IActivityItemStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IActivityItemStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#activityContent:member",
              "docComment": "/**\n * Styles applied to the main container of the activity's description.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activityContent?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activityContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#activityPersona:member",
              "docComment": "/**\n * Styles applied to the persona of the user that did this activity.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activityPersona?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activityPersona",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#activityText:member",
              "docComment": "/**\n * Styles applied to the activity's description.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activityText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activityText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#activityTypeIcon:member",
              "docComment": "/**\n * Styles applied to the icon indicating the type of the activity. Only shown when personas are unavailable.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activityTypeIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activityTypeIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#commentText:member",
              "docComment": "/**\n * Styles applied to the text of comments.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "commentText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "commentText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#doublePersona:member",
              "docComment": "/**\n * Styles applied to personas when two users are involved in a single activity.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "doublePersona?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "doublePersona",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#isCompactContent:member",
              "docComment": "/**\n * Styles applied to main text container in the compact variant.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCompactContent?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCompactContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#isCompactIcon:member",
              "docComment": "/**\n * Styles applied to personas and icons in the compact variant.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCompactIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCompactIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#isCompactPersona:member",
              "docComment": "/**\n * Styles applied to personas in the compact variant.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCompactPersona?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCompactPersona",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#isCompactPersonaContainer:member",
              "docComment": "/**\n * Styles applied to a wrapper around personas in the compact variant.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCompactPersonaContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCompactPersonaContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#isCompactRoot:member",
              "docComment": "/**\n * Styles applied to root in the compact variant.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCompactRoot?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCompactRoot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#isCompactTimeStamp:member",
              "docComment": "/**\n * Styles applied to the timestamp in compact mode. This can occur if a host overrides the render behavior to force the timestamp to render.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCompactTimeStamp?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCompactTimeStamp",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#personaContainer:member",
              "docComment": "/**\n * Styles applied to the container of the persona image or activity type icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "personaContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "personaContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#pulsingBeacon:member",
              "docComment": "/**\n * Styles applied to the root activity item container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pulsingBeacon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pulsingBeacon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#root:member",
              "docComment": "/**\n * Styles applied to the root activity item container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IActivityItemStyles#timeStamp:member",
              "docComment": "/**\n * Styles applied to the timestamp at the end of each activity item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "timeStamp?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "timeStamp",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IAnnouncedProps:interface",
          "docComment": "/**\n * {@docCategory Announced}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IAnnouncedProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.Props",
              "canonicalReference": "@types/react!~React.Props:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "AnnouncedBase",
              "canonicalReference": "office-ui-fabric-react!AnnouncedBase:class"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IAnnouncedProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAnnouncedProps#\"aria-live\":member",
              "docComment": "/**\n * Priority with which the screen reader should treat updates to this region  @default 'polite'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "'aria-live'?: "
                },
                {
                  "kind": "Content",
                  "text": "'off' | 'polite' | 'assertive'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "\"aria-live\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAnnouncedProps#as:member",
              "docComment": "/**\n * Optionally render the root of this component as another component type or primitive. The custom type **must** preserve any children or native props passed in.  @default 'div'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "as?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ElementType",
                  "canonicalReference": "@types/react!~React.ElementType:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "as",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAnnouncedProps#message:member",
              "docComment": "/**\n * The status message provided as screen reader output\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "message?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "message",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAnnouncedProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<{}, "
                },
                {
                  "kind": "Reference",
                  "text": "IAnnouncedStyles",
                  "canonicalReference": "office-ui-fabric-react!IAnnouncedStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IAnnouncedStyleProps:type",
          "docComment": "/**\n * {@docCategory Announced}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IAnnouncedStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IAnnouncedProps",
              "canonicalReference": "office-ui-fabric-react!IAnnouncedProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className'>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IAnnouncedStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IAnnouncedStyles:interface",
          "docComment": "/**\n * {@docCategory Announced}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IAnnouncedStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IAnnouncedStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAnnouncedStyles#root:member",
              "docComment": "/**\n * Style override for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAnnouncedStyles#screenReaderText:member",
              "docComment": "/**\n * Style override for the screen reader text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "screenReaderText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "screenReaderText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IAutofill:interface",
          "docComment": "/**\n * {@docCategory Autofill}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IAutofill "
            }
          ],
          "releaseTag": "Public",
          "name": "IAutofill",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IAutofill#clear:member(1)",
              "docComment": "/**\n * Clear all text in the input. Sets value to '';\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clear(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "clear"
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofill#cursorLocation:member",
              "docComment": "/**\n * The current index of the cursor in the input area. Returns -1 if the input element is not ready.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cursorLocation: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cursorLocation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IAutofill#focus:member(1)",
              "docComment": "/**\n * Focus the input element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofill#inputElement:member",
              "docComment": "/**\n * The current input element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofill#isValueSelected:member",
              "docComment": "/**\n * A boolean for whether or not there is a value selected in the input area.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isValueSelected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isValueSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofill#selectionEnd:member",
              "docComment": "/**\n * the current index of where the selection ends. Returns -1 if the input element is not ready.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionEnd: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofill#selectionStart:member",
              "docComment": "/**\n * The current index of where the selection starts. Returns -1 if the input element is not ready.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionStart: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofill#value:member",
              "docComment": "/**\n * The current text value that the user has entered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IAutofillProps:interface",
          "docComment": "/**\n * {@docCategory Autofill}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IAutofillProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.InputHTMLAttributes",
              "canonicalReference": "@types/react!~React.InputHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLInputElement",
              "canonicalReference": "!HTMLInputElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Autofill",
              "canonicalReference": "office-ui-fabric-react!Autofill:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IAutofillProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps#componentRef:member",
              "docComment": "/**\n * Gets the compoonent ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IAutofill",
                  "canonicalReference": "office-ui-fabric-react!IAutofill:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps#defaultVisibleValue:member",
              "docComment": "/**\n * The default value to be visible. This is different from placeholder because it actually sets the current value of the picker Note: This will only be set upon component creation and will not update with subsequent prop updates.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultVisibleValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultVisibleValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps#enableAutofillOnKeyPress:member",
              "docComment": "/**\n * When the user uses left arrow, right arrow, clicks, or deletes text autofill is disabled Since the user has taken control. It is automatically reenabled when the user enters text and the cursor is at the end of the text in the input box. This specifies other key presses that will reenabled autofill.\n *\n * @defaultvalue\n *\n * [KeyCodes.down, KeyCodes.up]\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableAutofillOnKeyPress?: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyCodes",
                  "canonicalReference": "@uifabric/utilities!KeyCodes:type"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableAutofillOnKeyPress",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps#onInputChange:member",
              "docComment": "/**\n * A callback used to modify the input string.\n *\n * @param composing - true if the change event was triggered while the inner input was in the middle of a multi-character composition. (for example, jp-hiragana IME input)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onInputChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(value: string, composing: boolean) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps#onInputValueChange:member",
              "docComment": "/**\n * A callback for when the current input value changes.\n *\n * @param composing - true if the change event was triggered while the inner input was in the middle of a multi-character composition. (for example, jp-hiragana IME input)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onInputValueChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(newValue?: string, composing?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputValueChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps#preventValueSelection:member",
              "docComment": "/**\n * Should the value of the input be selected? True if we're focused on our input, false otherwise. We need to explicitly not select the text in the autofill if we are no longer focused. In IE11, selecting a input will also focus the input, causing other element's focus to be stolen.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "preventValueSelection?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "preventValueSelection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps#shouldSelectFullInputValueInComponentDidUpdate:member",
              "docComment": "/**\n * Handler for checking if the full value of the input should be seleced in componentDidUpdate\n *\n * @returns - should the full value of the input be selected?\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldSelectFullInputValueInComponentDidUpdate?: "
                },
                {
                  "kind": "Content",
                  "text": "() => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldSelectFullInputValueInComponentDidUpdate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps#suggestedDisplayValue:member",
              "docComment": "/**\n * The suggested autofill value that will display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestedDisplayValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestedDisplayValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps#updateValueInWillReceiveProps:member",
              "docComment": "/**\n * Handler for checking and updating the value if needed in componentWillReceiveProps\n *\n * @returns - the updated value to set, if needed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateValueInWillReceiveProps?: "
                },
                {
                  "kind": "Content",
                  "text": "() => string | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "updateValueInWillReceiveProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IAutofillState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IAutofillState "
            }
          ],
          "releaseTag": "Public",
          "name": "IAutofillState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IAutofillState#displayValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "displayValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "displayValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseAutoFill:interface",
          "docComment": "/**\n * Deprecated, do not use.\n *\n * @deprecated\n *\n * do not use, will be removed in 6.0 {@docCategory Autofill}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseAutoFill extends "
            },
            {
              "kind": "Reference",
              "text": "IAutofill",
              "canonicalReference": "office-ui-fabric-react!IAutofill:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IBaseAutoFill",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseAutoFillProps:interface",
          "docComment": "/**\n * Deprecated, do not use.\n *\n * @deprecated\n *\n * do not use, will be removed in 6.0 {@docCategory Autofill}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseAutoFillProps extends "
            },
            {
              "kind": "Reference",
              "text": "IAutofillProps",
              "canonicalReference": "office-ui-fabric-react!IAutofillProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IBaseAutoFillProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseButtonProps:interface",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseButtonProps extends "
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IBaseButtonProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseButtonProps#baseClassName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "baseClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "baseClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseButtonProps#variantClassName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "variantClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "variantClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseButtonState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseButtonState "
            }
          ],
          "releaseTag": "Public",
          "name": "IBaseButtonState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseButtonState#menuHidden:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuHidden: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseExtendedPicker:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseExtendedPicker<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IBaseExtendedPicker",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPicker#focus:member",
              "docComment": "/**\n * Sets focus to the input.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPicker#forceResolve:member",
              "docComment": "/**\n * Forces the picker to resolve\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceResolve?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceResolve",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPicker#items:member",
              "docComment": "/**\n * Gets the current value of the input.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Content",
                  "text": "T[] | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseExtendedPickerProps<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IBaseExtendedPickerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#className:member",
              "docComment": "/**\n * ClassName for the picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#componentRef:member",
              "docComment": "/**\n * Ref of the component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBaseExtendedPicker",
                  "canonicalReference": "office-ui-fabric-react!IBaseExtendedPicker:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#currentRenderedQueryString:member",
              "docComment": "/**\n * Current rendered query string that's corealte to current rendered result\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentRenderedQueryString?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentRenderedQueryString",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#defaultSelectedItems:member",
              "docComment": "/**\n * Initial items that have already been selected and should appear in the people picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSelectedItems?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultSelectedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#disabled:member",
              "docComment": "/**\n * Flag for disabling the picker.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#floatingPickerProps:member",
              "docComment": "/**\n * Floating picker properties\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "floatingPickerProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "floatingPickerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#focusZoneProps:member",
              "docComment": "/**\n * Focus zone props\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusZoneProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusZoneProps",
                  "canonicalReference": "@fluentui/react-focus!IFocusZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusZoneProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#headerComponent:member",
              "docComment": "/**\n * Header/title element for the picker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerComponent?: "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerComponent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#inputProps:member",
              "docComment": "/**\n * Autofill input native props\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IInputProps",
                  "canonicalReference": "office-ui-fabric-react!IInputProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#itemLimit:member",
              "docComment": "/**\n * Restrict the amount of selectable items.\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemLimit?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemLimit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#onBlur:member",
              "docComment": "/**\n * A callback for when the user moves the focus away from the picker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onBlur?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEventHandler",
                  "canonicalReference": "@types/react!~React.FocusEventHandler:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onBlur",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#onChange:member",
              "docComment": "/**\n * A callback for when the selected list of items changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(items?: T[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#onFocus:member",
              "docComment": "/**\n * A callback for when the user put focus on the picker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onFocus?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEventHandler",
                  "canonicalReference": "@types/react!~React.FocusEventHandler:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#onItemAdded:member",
              "docComment": "/**\n * A callback on when an item was added to the selected item list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemAdded?: "
                },
                {
                  "kind": "Content",
                  "text": "(addedItem: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemAdded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#onItemSelected:member",
              "docComment": "/**\n * A callback to process a selection after the user selects a suggestion from the picker. The returned item will be added to the selected items list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemSelected?: "
                },
                {
                  "kind": "Content",
                  "text": "(selectedItem?: T) => T | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#onItemsRemoved:member",
              "docComment": "/**\n * A callback on when an item or items were removed from the selected item list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemsRemoved?: "
                },
                {
                  "kind": "Content",
                  "text": "(removedItems: T[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemsRemoved",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#onPaste:member",
              "docComment": "/**\n * A callback for when text is pasted into the input\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onPaste?: "
                },
                {
                  "kind": "Content",
                  "text": "(pastedText: string) => T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onPaste",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#onRenderFloatingPicker:member",
              "docComment": "/**\n * Function that specifies how the floating picker will appear.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderFloatingPicker: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ComponentType",
                  "canonicalReference": "@types/react!~React.ComponentType:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderFloatingPicker",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#onRenderSelectedItems:member",
              "docComment": "/**\n * Function that specifies how the floating picker will appear.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderSelectedItems: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ComponentType",
                  "canonicalReference": "@types/react!~React.ComponentType:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBaseSelectedItemsListProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderSelectedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#selectedItems:member",
              "docComment": "/**\n * If using as a controlled component use selectedItems here instead of the SelectedItemsList\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedItems?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#selectedItemsListProps:member",
              "docComment": "/**\n * Selected items list properties\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedItemsListProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseSelectedItemsListProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedItemsListProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps#suggestionItems:member",
              "docComment": "/**\n * If using as a controlled component use suggestionItems here instead of FloatingPicker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionItems?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseExtendedPickerState<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IBaseExtendedPickerState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerState#queryString:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "queryString: "
                },
                {
                  "kind": "Content",
                  "text": "string | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "queryString",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerState#selectedItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedItems: "
                },
                {
                  "kind": "Content",
                  "text": "T[] | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerState#suggestionItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionItems: "
                },
                {
                  "kind": "Content",
                  "text": "T[] | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseFloatingPicker:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseFloatingPicker "
            }
          ],
          "releaseTag": "Public",
          "name": "IBaseFloatingPicker",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPicker#hidePicker:member",
              "docComment": "/**\n * Hides the picker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidePicker: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hidePicker",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPicker#inputText:member",
              "docComment": "/**\n * Gets the input text\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputText: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPicker#isSuggestionsShown:member",
              "docComment": "/**\n * Whether the suggestions are shown\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSuggestionsShown: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSuggestionsShown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPicker#onQueryStringChanged:member",
              "docComment": "/**\n * On queryString changed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onQueryStringChanged: "
                },
                {
                  "kind": "Content",
                  "text": "(input: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onQueryStringChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPicker#showPicker:member",
              "docComment": "/**\n * Shows the picker\n *\n * @param updateValue - Optional param to indicate whether to update the query string\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showPicker: "
                },
                {
                  "kind": "Content",
                  "text": "(updateValue?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showPicker",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPicker#suggestions:member",
              "docComment": "/**\n * Gets the suggestions\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestions: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseFloatingPickerProps<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<any> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IBaseFloatingPickerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#calloutWidth:member",
              "docComment": "/**\n * Width for the suggestions callout\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#className:member",
              "docComment": "/**\n * ClassName for the picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#componentRef:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPicker",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPicker:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#createGenericItem:member",
              "docComment": "/**\n * Function that specifies how arbitrary text entered into the well is handled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "createGenericItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(input: string, isValid: boolean) => "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "createGenericItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#getTextFromItem:member",
              "docComment": "/**\n * A callback to get text from an item. Used to autofill text in the pickers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getTextFromItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T, currentValue?: string) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getTextFromItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#inputElement:member",
              "docComment": "/**\n * The input element to listen on events\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputElement?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#onChange:member",
              "docComment": "/**\n * A callback for when a suggestion is clicked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#onInputChanged:member",
              "docComment": "/**\n * A callback for when the input has been changed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onInputChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(filter: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#onRemoveSuggestion:member",
              "docComment": "/**\n * A callback for when an item is removed from the suggestion list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRemoveSuggestion?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRemoveSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#onRenderSuggestionsItem:member",
              "docComment": "/**\n * Function that specifies how an individual suggestion item will appear.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderSuggestionsItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: T, itemProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionItemProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderSuggestionsItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#onResolveSuggestions:member",
              "docComment": "/**\n * A callback for what should happen when a person types text into the input. Returns the already selected items so the resolver can filter them out. If used in conjunction with resolveDelay this will only kick off after the delay throttle. Return null if using as a controlled component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onResolveSuggestions: "
                },
                {
                  "kind": "Content",
                  "text": "(filter: string, selectedItems?: T[]) => T[] | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T[]> | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onResolveSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#onSuggestionsHidden:member",
              "docComment": "/**\n * The callback that should be called when the suggestions are hiden\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSuggestionsHidden?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionsHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#onSuggestionsShown:member",
              "docComment": "/**\n * The callback that should be called when the suggestions are shown\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSuggestionsShown?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionsShown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#onValidateInput:member",
              "docComment": "/**\n * A function used to validate if raw text entered into the well can be added\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onValidateInput?: "
                },
                {
                  "kind": "Content",
                  "text": "(input: string) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onValidateInput",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#onZeroQuerySuggestion:member",
              "docComment": "/**\n * The suggestions to show on zero query, return null if using as a controlled component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onZeroQuerySuggestion?: "
                },
                {
                  "kind": "Content",
                  "text": "(selectedItems?: T[]) => T[] | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T[]> | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onZeroQuerySuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#pickerCalloutProps:member",
              "docComment": "/**\n * The properties that will get passed to the Callout component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pickerCalloutProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pickerCalloutProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#pickerSuggestionsProps:member",
              "docComment": "/**\n * The properties that will get passed to the Suggestions component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pickerSuggestionsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerSuggestionProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerSuggestionProps:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pickerSuggestionsProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#resolveDelay:member",
              "docComment": "/**\n * The delay time in ms before resolving suggestions, which is kicked off when input has been changed. e.g. If a second input change happens within the resolveDelay time, the timer will start over. Only until after the timer completes will onResolveSuggestions be called.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resolveDelay?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "resolveDelay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#searchingText:member",
              "docComment": "/**\n * The text to display while searching for more results in a limited suggestions list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "searchingText?: "
                },
                {
                  "kind": "Content",
                  "text": "((props: {\n        input: string;\n    }) => string) | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "searchingText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#selectedItems:member",
              "docComment": "/**\n * The items that the base picker should currently display as selected. If this is provided then the picker will act as a controlled component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedItems?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#showForceResolve:member",
              "docComment": "/**\n * The callback that should be called to see if the force resolve command should be shown\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showForceResolve?: "
                },
                {
                  "kind": "Content",
                  "text": "() => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showForceResolve",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#suggestionItems:member",
              "docComment": "/**\n * If using as a controlled component, the items to show in the suggestion list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionItems?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps#suggestionsStore:member",
              "docComment": "/**\n * The suggestions store\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsStore: "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionsStore",
                  "canonicalReference": "office-ui-fabric-react!SuggestionsStore:class"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsStore",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseFloatingPickerState "
            }
          ],
          "releaseTag": "Public",
          "name": "IBaseFloatingPickerState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerState#didBind:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "didBind: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "didBind",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerState#queryString:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "queryString: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "queryString",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerState#suggestionsVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerSuggestionProps:type",
          "docComment": "/**\n * Props which are passed on to the inner Suggestions component\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IBaseFloatingPickerSuggestionProps = "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsControlProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps:interface"
            },
            {
              "kind": "Content",
              "text": "<any>, 'shouldSelectFirstItem' | 'headerItemsProps' | 'footerItemsProps' | 'showRemoveButtons'>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IBaseFloatingPickerSuggestionProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBasePicker:interface",
          "docComment": "/**\n * BasePicker component. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBasePicker<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IBasePicker",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePicker#completeSuggestion:member",
              "docComment": "/**\n * When called, will take the currently selected suggestion and complete it. If called with forceComplete true, it will attempt to force the current suggestion to complete, must provide both createGenericSuggestion, so the text can be turned into an object in the right shape, and onValidateInput, so the object knows if it's correct or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "completeSuggestion: "
                },
                {
                  "kind": "Content",
                  "text": "(forceComplete?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "completeSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePicker#focus:member",
              "docComment": "/**\n * Sets focus to the focus zone.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePicker#focusInput:member",
              "docComment": "/**\n * Set focus to the input\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusInput: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusInput",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePicker#items:member",
              "docComment": "/**\n * Gets the current value of the input.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Content",
                  "text": "T[] | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBasePickerProps:interface",
          "docComment": "/**\n * Type T is the type of the item that is displayed and searched for by the picker. For example, if the picker is displaying persona's then type T could either be of Persona or IPersona props {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBasePickerProps<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Props",
              "canonicalReference": "@types/react!~React.Props:interface"
            },
            {
              "kind": "Content",
              "text": "<any> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IBasePickerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#className:member",
              "docComment": "/**\n * ClassName for the picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IBasePicker interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBasePicker",
                  "canonicalReference": "office-ui-fabric-react!IBasePicker:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#createGenericItem:member",
              "docComment": "/**\n * Function that specifies how arbitrary text entered into the well is handled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "createGenericItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(input: string, ValidationState: "
                },
                {
                  "kind": "Reference",
                  "text": "ValidationState",
                  "canonicalReference": "office-ui-fabric-react!ValidationState:enum"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T> | T"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "createGenericItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#defaultSelectedItems:member",
              "docComment": "/**\n * Initial items that have already been selected and should appear in the people picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSelectedItems?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultSelectedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#disabled:member",
              "docComment": "/**\n * Flag for disabling the picker.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#enableSelectedSuggestionAlert:member",
              "docComment": "/**\n * Adds an additional alert for the currently selected suggestion. This prop should be set to true for IE11 and below, as it enables proper screen reader behavior for each suggestion (since aria-activedescendant does not work with IE11). It should not be set for modern browsers (Edge, Chrome).\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableSelectedSuggestionAlert?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableSelectedSuggestionAlert",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#getTextFromItem:member",
              "docComment": "/**\n * A callback to get text from an item. Used to autofill text in the pickers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getTextFromItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T, currentValue?: string) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getTextFromItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#inputProps:member",
              "docComment": "/**\n * AutoFill input native props\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IInputProps",
                  "canonicalReference": "office-ui-fabric-react!IInputProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#itemLimit:member",
              "docComment": "/**\n * Restrict the amount of selectable items.\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemLimit?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemLimit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onBlur:member",
              "docComment": "/**\n * A callback for when the user moves the focus away from the picker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onBlur?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEventHandler",
                  "canonicalReference": "@types/react!~React.FocusEventHandler:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onBlur",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onChange:member",
              "docComment": "/**\n * A callback for when the selected list of items changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(items?: T[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onDismiss:member",
              "docComment": "/**\n * A callback to override the default behavior of adding the selected suggestion on dismiss.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any, selectedItem?: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onEmptyInputFocus:member",
              "docComment": "/**\n * A callback for what should happen when a user clicks within the input area.\n *\n * @deprecated\n *\n * Please use onEmptyResolveSuggestions instead, as the suggestions aren't about setting focus as they are about resolving suggestions when there is no input.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onEmptyInputFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "(selectedItems?: T[]) => T[] | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onEmptyInputFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onEmptyResolveSuggestions:member",
              "docComment": "/**\n * A callback for what should happen when suggestions are shown without input provided. Returns the already selected items so the resolver can filter them out. If used in conjunction with resolveDelay this will only kick off after the delay throttle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onEmptyResolveSuggestions?: "
                },
                {
                  "kind": "Content",
                  "text": "(selectedItems?: T[]) => T[] | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onEmptyResolveSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onFocus:member",
              "docComment": "/**\n * A callback for when the user put focus on the picker\n *\n * @deprecated\n *\n * Use `inputProps.onFocus` instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onFocus?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEventHandler",
                  "canonicalReference": "@types/react!~React.FocusEventHandler:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Autofill",
                  "canonicalReference": "office-ui-fabric-react!Autofill:class"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onGetMoreResults:member",
              "docComment": "/**\n * A callback that gets the rest of the results when a user clicks get more results.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onGetMoreResults?: "
                },
                {
                  "kind": "Content",
                  "text": "(filter: string, selectedItems?: T[]) => T[] | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onGetMoreResults",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onInputChange:member",
              "docComment": "/**\n * A callback used to modify the input string.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onInputChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(input: string) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onInputChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onItemSelected:member",
              "docComment": "/**\n * A callback to process a selection after the user selects something from the picker. If the callback returns null, the item will not be added to the picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemSelected?: "
                },
                {
                  "kind": "Content",
                  "text": "(selectedItem?: T) => T | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T> | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onRemoveSuggestion:member",
              "docComment": "/**\n * A callback for when an item is removed from the suggestion list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRemoveSuggestion?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRemoveSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onRenderItem:member",
              "docComment": "/**\n * Function that specifies how the selected item will appear.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPickerItemProps",
                  "canonicalReference": "office-ui-fabric-react!IPickerItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onRenderSuggestionsItem:member",
              "docComment": "/**\n * Function that specifies how an individual suggestion item will appear.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderSuggestionsItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: T, itemProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionItemProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderSuggestionsItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onResolveSuggestions:member",
              "docComment": "/**\n * A callback for what should happen when a person types text into the input. Returns the already selected items so the resolver can filter them out. If used in conjunction with resolveDelay this will only kick off after the delay throttle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onResolveSuggestions: "
                },
                {
                  "kind": "Content",
                  "text": "(filter: string, selectedItems?: T[]) => T[] | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onResolveSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#onValidateInput:member",
              "docComment": "/**\n * A function used to validate if raw text entered into the well can be added into the selected items list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onValidateInput?: "
                },
                {
                  "kind": "Content",
                  "text": "(input: string) => "
                },
                {
                  "kind": "Reference",
                  "text": "ValidationState",
                  "canonicalReference": "office-ui-fabric-react!ValidationState:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onValidateInput",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#pickerCalloutProps:member",
              "docComment": "/**\n * The properties that will get passed to the Callout component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pickerCalloutProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pickerCalloutProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#pickerSuggestionsProps:member",
              "docComment": "/**\n * The properties that will get passed to the Suggestions component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pickerSuggestionsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBasePickerSuggestionsProps",
                  "canonicalReference": "office-ui-fabric-react!IBasePickerSuggestionsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pickerSuggestionsProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#removeButtonAriaLabel:member",
              "docComment": "/**\n * Aria label for the \"X\" button in the selected item component.\n *\n * @defaultvalue\n *\n * ''\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#resolveDelay:member",
              "docComment": "/**\n * The delay time in ms before resolving suggestions, which is kicked off when input has been changed. e.g. If a second input change happens within the resolveDelay time, the timer will start over. Only until after the timer completes will onResolveSuggestions be called.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resolveDelay?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "resolveDelay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#searchingText:member",
              "docComment": "/**\n * The text to display while searching for more results in a limited suggestions list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "searchingText?: "
                },
                {
                  "kind": "Content",
                  "text": "((props: {\n        input: string;\n    }) => string) | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "searchingText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#selectedItems:member",
              "docComment": "/**\n * The items that the base picker should currently display as selected. If this is provided then the picker will act as a controlled component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedItems?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBasePickerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IBasePickerStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IBasePickerStyles",
                  "canonicalReference": "office-ui-fabric-react!IBasePickerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps#theme:member",
              "docComment": "/**\n * Theme provided by styled() function.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBasePickerState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBasePickerState "
            }
          ],
          "releaseTag": "Public",
          "name": "IBasePickerState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#isFocused:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isFocused?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isFocused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#isMostRecentlyUsedVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMostRecentlyUsedVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMostRecentlyUsedVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#isResultsFooterVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isResultsFooterVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isResultsFooterVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#isSearching:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSearching?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSearching",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#items:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#moreSuggestionsAvailable:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "moreSuggestionsAvailable?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "moreSuggestionsAvailable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#selectedIndices:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedIndices?: "
                },
                {
                  "kind": "Content",
                  "text": "number[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedIndices",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#suggestedDisplayValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestedDisplayValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestedDisplayValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#suggestionsLoading:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsLoading?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsLoading",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerState#suggestionsVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IBasePickerStyleProps:type",
          "docComment": "/**\n * The props needed to construct styles. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IBasePickerStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IBasePickerProps",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "<any>, 'theme' | 'className' | 'disabled'> & {\n    isFocused?: boolean;\n    inputClassName?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IBasePickerStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBasePickerStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBasePickerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IBasePickerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerStyles#input:member",
              "docComment": "/**\n * Refers to the input were to type new selections (picks).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerStyles#itemsWrapper:member",
              "docComment": "/**\n * Refers to the items already selected (picked).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemsWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemsWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerStyles#root:member",
              "docComment": "/**\n * Root element of any picker extending from BasePicker (wraps all the elements).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerStyles#screenReaderText:member",
              "docComment": "/**\n * Refers to helper element used for accessibility tools (hidden from view on screen).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "screenReaderText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "screenReaderText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBasePickerStyles#text:member",
              "docComment": "/**\n * Refers to the elements already selected (picked) wrapped by `itemsWrapper` along with the input to type a new selection.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBasePickerSuggestionsProps:interface",
          "docComment": "/**\n * Subset of picker options that may be legally passed through a picker to its internal Suggestions component. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBasePickerSuggestionsProps<T = "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>, 'onRenderNoResultFound' | 'suggestionsHeaderText' | 'mostRecentlyUsedHeaderText' | 'noResultsFoundText' | 'className' | 'suggestionsClassName' | 'suggestionsItemClassName' | 'searchForMoreText' | 'forceResolveText' | 'loadingText' | 'searchingText' | 'resultsFooterFull' | 'resultsFooter' | 'resultsMaximumNumber' | 'showRemoveButtons' | 'suggestionsAvailableAlertText' | 'suggestionsContainerAriaLabel' | 'showForceResolve'> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "IBasePickerSuggestionsProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsList:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseSelectedItemsList<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IBaseSelectedItemsList",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsList#addItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addItems: "
                },
                {
                  "kind": "Content",
                  "text": "(items: T[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "addItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsList#items:member",
              "docComment": "/**\n * Gets the current value of the input.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Content",
                  "text": "T[] | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseSelectedItemsListProps<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<any> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IBaseSelectedItemsListProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#canRemoveItem:member",
              "docComment": "/**\n * A callback on whether this item can be deleted\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canRemoveItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canRemoveItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#componentRef:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBaseSelectedItemsList",
                  "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsList:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#createGenericItem:member",
              "docComment": "/**\n * Function that specifies how arbitrary text entered into the well is handled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "createGenericItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(input: string, ValidationState: "
                },
                {
                  "kind": "Reference",
                  "text": "ValidationState",
                  "canonicalReference": "office-ui-fabric-react!ValidationState:enum"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "createGenericItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#defaultSelectedItems:member",
              "docComment": "/**\n * Initial items that have already been selected and should appear in the people picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSelectedItems?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultSelectedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#onChange:member",
              "docComment": "/**\n * A callback for when the selected list of items changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(items?: T[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#onCopyItems:member",
              "docComment": "/**\n * A callback for when items are copied\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCopyItems?: "
                },
                {
                  "kind": "Content",
                  "text": "(items: T[]) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCopyItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#onItemDeleted:member",
              "docComment": "/**\n * A callback when an item is deleted\n *\n * @deprecated\n *\n * Use `onItemsDeleted` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemDeleted?: "
                },
                {
                  "kind": "Content",
                  "text": "(deletedItem: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemDeleted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#onItemsDeleted:member",
              "docComment": "/**\n * A callback when and item or items are deleted\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemsDeleted?: "
                },
                {
                  "kind": "Content",
                  "text": "(deletedItems: T[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemsDeleted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#onItemSelected:member",
              "docComment": "/**\n * A callback to process a selection after the user selects something from the picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemSelected?: "
                },
                {
                  "kind": "Content",
                  "text": "(selectedItem?: T) => T | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#onRenderItem:member",
              "docComment": "/**\n * Function that specifies how the selected item will appear.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelectedItemProps",
                  "canonicalReference": "office-ui-fabric-react!ISelectedItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#removeButtonAriaLabel:member",
              "docComment": "/**\n * Aria label for the 'X' button in the selected item component.\n *\n * @defaultvalue\n *\n * ''\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#selectedItems:member",
              "docComment": "/**\n * The items that the base picker should currently display as selected. If this is provided then the picker will act as a controlled component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedItems?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps#selection:member",
              "docComment": "/**\n * The selection\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection?: "
                },
                {
                  "kind": "Reference",
                  "text": "Selection",
                  "canonicalReference": "@uifabric/utilities!Selection:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBaseSelectedItemsListState<T = "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "IBaseSelectedItemsListState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListState#items:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBreadcrumb:interface",
          "docComment": "/**\n * {@docCategory Breadcrumb}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBreadcrumb "
            }
          ],
          "releaseTag": "Public",
          "name": "IBreadcrumb",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumb#focus:member(1)",
              "docComment": "/**\n * Sets focus to the first breadcrumb link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBreadcrumbData:interface",
          "docComment": "/**\n * {@docCategory Breadcrumb}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBreadcrumbData "
            }
          ],
          "releaseTag": "Public",
          "name": "IBreadcrumbData",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbData#props:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "props: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbProps",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "props",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbData#renderedItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderedItems: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbItem",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbData#renderedOverflowItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderedOverflowItems: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbItem",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderedOverflowItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IBreadCrumbData:type",
          "docComment": "/**\n * @deprecated\n *\n * Use IBreadcrumbData\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IBreadCrumbData = "
            },
            {
              "kind": "Reference",
              "text": "IBreadcrumbData",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbData:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IBreadCrumbData",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem:interface",
          "docComment": "/**\n * {@docCategory Breadcrumb}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBreadcrumbItem "
            }
          ],
          "releaseTag": "Public",
          "name": "IBreadcrumbItem",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem#as:member",
              "docComment": "/**\n * Optional prop to render the item as a heading of your choice.\n *\n * You can also use this to force items to render as links instead of buttons (by default, any item with a `href` renders as a link, and any item without a `href` renders as a button). This is not generally recommended because it may prevent activating the link using the keyboard.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "as?: "
                },
                {
                  "kind": "Content",
                  "text": "'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'a'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "as",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem#href:member",
              "docComment": "/**\n * Url to navigate to when this breadcrumb item is clicked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "href?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "href",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem#isCurrentItem:member",
              "docComment": "/**\n * Whether this is the breadcrumb item the user is currently navigated to. If true, `aria-current=\"page\"` will be applied to this breadcrumb item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCurrentItem?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCurrentItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem#key:member",
              "docComment": "/**\n * Arbitrary unique string associated with the breadcrumb item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem#onClick:member",
              "docComment": "/**\n * Callback issued when the breadcrumb item is selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbItem",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem#text:member",
              "docComment": "/**\n * Text to display to the user for the breadcrumb item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps:interface",
          "docComment": "/**\n * {@docCategory Breadcrumb}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBreadcrumbProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IBreadcrumbProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#ariaLabel:member",
              "docComment": "/**\n * Aria label for the root element of the breadcrumb (which is a navigation landmark).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#className:member",
              "docComment": "/**\n * Optional class for the root breadcrumb element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IBreadcrumb interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumb",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumb:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#dividerAs:member",
              "docComment": "/**\n * Render a custom divider in place of the default chevron `>`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dividerAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComponentAs",
                  "canonicalReference": "@uifabric/utilities!IComponentAs:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDividerAsProps",
                  "canonicalReference": "office-ui-fabric-react!IDividerAsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dividerAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#focusZoneProps:member",
              "docComment": "/**\n * Extra props for the root FocusZone.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusZoneProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusZoneProps",
                  "canonicalReference": "@fluentui/react-focus!IFocusZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusZoneProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#items:member",
              "docComment": "/**\n * Collection of breadcrumbs to render\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbItem",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#maxDisplayedItems:member",
              "docComment": "/**\n * The maximum number of breadcrumbs to display before coalescing. If not specified, all breadcrumbs will be rendered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxDisplayedItems?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxDisplayedItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#onGrowData:member",
              "docComment": "/**\n * Method that determines how to group the length of the breadcrumb. Return undefined to never increase breadcrumb length.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onGrowData?: "
                },
                {
                  "kind": "Content",
                  "text": "(data: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbData",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbData:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbData",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbData:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onGrowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#onReduceData:member",
              "docComment": "/**\n * Method that determines how to reduce the length of the breadcrumb. Return undefined to never reduce breadcrumb length.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onReduceData?: "
                },
                {
                  "kind": "Content",
                  "text": "(data: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbData",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbData:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbData",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbData:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onReduceData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#onRenderItem:member",
              "docComment": "/**\n * Custom render function for each breadcrumb item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderItem?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbItem",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#onRenderOverflowIcon:member",
              "docComment": "/**\n * Render a custom overflow icon in place of the default icon `...`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderOverflowIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderOverflowIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#overflowAriaLabel:member",
              "docComment": "/**\n * Aria label for the overflow button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#overflowIndex:member",
              "docComment": "/**\n * Optional index where overflow items will be collapsed. Defaults to 0.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#styles:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbStyles",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbProps#tooltipHostProps:member",
              "docComment": "/**\n * Extra props for the TooltipHost which wraps each breadcrumb item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tooltipHostProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipHostProps",
                  "canonicalReference": "office-ui-fabric-react!ITooltipHostProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tooltipHostProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyleProps:interface",
          "docComment": "/**\n * {@docCategory Breadcrumb}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBreadcrumbStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IBreadcrumbStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles:interface",
          "docComment": "/**\n * {@docCategory Breadcrumb}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IBreadcrumbStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IBreadcrumbStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles#chevron:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "chevron: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "chevron",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles#item:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles#itemLink:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemLink: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemLink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles#list:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "list: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "list",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles#listItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "listItem: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "listItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles#overflow:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflow: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles#overflowButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IBreadcrumbStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IButton:interface",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IButton "
            }
          ],
          "releaseTag": "Public",
          "name": "IButton",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButton#dismissMenu:member",
              "docComment": "/**\n * If there is a menu associated with this button and it is visible, this will dismiss the menu\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissMenu: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButton#focus:member",
              "docComment": "/**\n * Sets focus to the button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButton#openMenu:member",
              "docComment": "/**\n * If there is a menu associated with this button and it is visible, this will open the menu. Params are optional overrides to the ones defined in `menuProps` to apply to just this instance of opening the menu.\n *\n * @param shouldFocusOnContainer - override to the ContextualMenu shouldFocusOnContainer prop. BaseButton implementation defaults to 'undefined'.\n *\n * @param shouldFocusOnMount - override to the ContextualMenu shouldFocusOnMount prop. BaseButton implementation defaults to `true`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openMenu: "
                },
                {
                  "kind": "Content",
                  "text": "(shouldFocusOnContainer?: boolean, shouldFocusOnMount?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "openMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IButtonProps:interface",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IButtonProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLAnchorElement",
              "canonicalReference": "!HTMLAnchorElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLButtonElement",
              "canonicalReference": "!HTMLButtonElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "BaseButton",
              "canonicalReference": "office-ui-fabric-react!BaseButton:class"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Button",
              "canonicalReference": "office-ui-fabric-react!Button:class"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLSpanElement",
              "canonicalReference": "!HTMLSpanElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IButtonProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#allowDisabledFocus:member",
              "docComment": "/**\n * Whether the button can have focus in disabled mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowDisabledFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowDisabledFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#ariaDescription:member",
              "docComment": "/**\n * Detailed description of the button for the benefit of screen readers.\n *\n * Besides the compound button, other button types will need more information provided to screen reader.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescription?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#ariaHidden:member",
              "docComment": "/**\n * If provided and is true it adds an 'aria-hidden' attribute instructing screen readers to ignore the element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaHidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#ariaLabel:member",
              "docComment": "/**\n * The aria label of the button for the benefit of screen readers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#buttonType:member",
              "docComment": "/**\n * Deprecated at v1.2.3, to be removed at \\>= v2.0.0. Use specific button component instead.\n *\n * @deprecated\n *\n * Use specific button component instead.\n *\n * @defaultvalue\n *\n * ButtonType.default\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "buttonType?: "
                },
                {
                  "kind": "Reference",
                  "text": "ButtonType",
                  "canonicalReference": "office-ui-fabric-react!ButtonType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "buttonType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#checked:member",
              "docComment": "/**\n * Whether the button is checked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#className:member",
              "docComment": "/**\n * If provided, additional class name to provide on the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IButton interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButton",
                  "canonicalReference": "office-ui-fabric-react!IButton:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#data:member",
              "docComment": "/**\n * Any custom data the developer wishes to associate with the menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#defaultRender:member",
              "docComment": "/**\n * yet unknown docs\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultRender?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultRender",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#description:member",
              "docComment": "/**\n * Style for the description text if applicable (for compound buttons.) Deprecated, use `secondaryText` instead.\n *\n * @deprecated\n *\n * Use `secondaryText` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "description?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "description",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#disabled:member",
              "docComment": "/**\n * Whether the button is disabled\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#getClassNames:member",
              "docComment": "/**\n * Method to provide the classnames to style a button. The default value for this prop is the getClassnames func defined in BaseButton.classnames.\n *\n * @defaultvalue\n *\n * getBaseButtonClassNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getClassNames?: "
                },
                {
                  "kind": "Content",
                  "text": "(theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ", className: string, variantClassName: string, iconClassName: string | undefined, menuIconClassName: string | undefined, disabled: boolean, checked: boolean, expanded: boolean, hasMenu: boolean, isSplit: boolean | undefined, allowDisabledFocus: boolean) => "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonClassNames",
                  "canonicalReference": "office-ui-fabric-react!IButtonClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#getSplitButtonClassNames:member",
              "docComment": "/**\n * Method to provide the classnames to style a button. The default value for this prop is the getClassnames func defined in BaseButton.classnames.\n *\n * @defaultvalue\n *\n * getBaseSplitButtonClassNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSplitButtonClassNames?: "
                },
                {
                  "kind": "Content",
                  "text": "(disabled: boolean, expanded: boolean, checked: boolean, allowDisabledFocus: boolean) => "
                },
                {
                  "kind": "Reference",
                  "text": "ISplitButtonClassNames",
                  "canonicalReference": "office-ui-fabric-react!ISplitButtonClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getSplitButtonClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#href:member",
              "docComment": "/**\n * If provided, this component will be rendered as an anchor.\n *\n * @defaultvalue\n *\n * ElementType.anchor\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "href?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "href",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#iconProps:member",
              "docComment": "/**\n * The props for the icon shown in the button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#keytipProps:member",
              "docComment": "/**\n * Optional keytip for this button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#menuAs:member",
              "docComment": "/**\n * Render a custom menu in place of the normal one.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComponentAs",
                  "canonicalReference": "@uifabric/utilities!IComponentAs:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#menuIconProps:member",
              "docComment": "/**\n * The props for the icon shown when providing a menu dropdown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuIconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuIconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#menuProps:member",
              "docComment": "/**\n * Props for button menu. Providing this will default to showing the menu icon. See menuIconProps for overriding how the default icon looks. Providing this in addition of onClick and setting the split property to true will render a SplitButton.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#menuTriggerKeyCode:member",
              "docComment": "/**\n * Provides a custom KeyCode that can be used to open the button menu. The default KeyCode is the down arrow. A value of null can be provided to disable the key codes for opening the button menu.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuTriggerKeyCode?: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyCodes",
                  "canonicalReference": "@uifabric/utilities!KeyCodes:type"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuTriggerKeyCode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#onAfterMenuDismiss:member",
              "docComment": "/**\n * Callback that runs after Button's contextualmenu was closed (removed from the DOM)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onAfterMenuDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onAfterMenuDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#onMenuClick:member",
              "docComment": "/**\n * Optional callback when menu is clicked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMenuClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, button?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMenuClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#onRenderAriaDescription:member",
              "docComment": "/**\n * Custom render function for the aria description element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderAriaDescription?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderAriaDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#onRenderChildren:member",
              "docComment": "/**\n * Custom render function for rendering the button children.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderChildren?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderChildren",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#onRenderDescription:member",
              "docComment": "/**\n * Custom render function for the desciption text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderDescription?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#onRenderIcon:member",
              "docComment": "/**\n * Custom render function for the icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#onRenderMenu:member",
              "docComment": "/**\n * Deprecated at v6.3.2, to be removed at \\>= v7.0.0. Use `menuAs` instead.\n *\n * @deprecated\n *\n * Use `menuAs` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderMenu?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#onRenderMenuIcon:member",
              "docComment": "/**\n * Custom render function for button menu icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderMenuIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderMenuIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#onRenderText:member",
              "docComment": "/**\n * Custom render function for the label text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#persistMenu:member",
              "docComment": "/**\n * Menu will not be created or destroyed when opened or closed, instead it will be hidden. This will improve perf of the menu opening but could potentially impact overall perf by having more elements in the dom. Should only be used when perf is important. Note: This may increase the amount of time it takes for the button itself to mount.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "persistMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "persistMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#primary:member",
              "docComment": "/**\n * Changes the visual presentation of the button to be emphasized (if defined)\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primary?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primary",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#primaryActionButtonProps:member",
              "docComment": "/**\n * Optional props to be applied only to the primary action button of SplitButton and not to the overall SplitButton container\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryActionButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryActionButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#primaryDisabled:member",
              "docComment": "/**\n * If set to true and if this is a splitButton (split == true) then the primary action of a split button is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryDisabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#renderPersistedMenuHiddenOnMount:member",
              "docComment": "/**\n * If true, the persisted menu is rendered hidden when the button initially mounts. Non-persisted menus will not be in the component tree unless they are being shown\n *\n * Note: This increases the time the button will take to mount, but can improve perceived menu open perf. when the user opens the menu.\n *\n * @deprecated\n *\n * There is known bug in Edge when this prop is true where scrollbars overlap with the content when a menu is first rendered hidden. See: https://github.com/microsoft/fluentui/issues/9034 Please do not start using this. If you are already using this, please make sure that you are doing so only in non-Edge browsers\n *\n * @defaultvalue\n *\n * undefined, equivalent to false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderPersistedMenuHiddenOnMount?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderPersistedMenuHiddenOnMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#rootProps:member",
              "docComment": "/**\n * Deprecated at v0.56.2, to be removed at \\>= v1.0.0. Just pass in button props instead. they will be mixed into the button/anchor element rendered by the component.\n *\n * @deprecated\n *\n * Use button props instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ButtonHTMLAttributes",
                  "canonicalReference": "@types/react!~React.ButtonHTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.AnchorHTMLAttributes",
                  "canonicalReference": "@types/react!~React.AnchorHTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLAnchorElement",
                  "canonicalReference": "!HTMLAnchorElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 9
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#secondaryText:member",
              "docComment": "/**\n * Description of the action this button takes. Only used for compound buttons\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "secondaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#split:member",
              "docComment": "/**\n * If set to true, and if menuProps and onClick are provided, the button will render as a SplitButton.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "split?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "split",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#splitButtonAriaLabel:member",
              "docComment": "/**\n * Accessible label for the dropdown chevron button if this button is split.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#splitButtonMenuProps:member",
              "docComment": "/**\n * Experimental prop that get passed into the menuButton that's rendered as part of split button. Anything passed in will likely need to have accompanying style changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonMenuProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonMenuProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#styles:member",
              "docComment": "/**\n * Custom styling for individual elements within the button DOM.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonStyles",
                  "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#text:member",
              "docComment": "/**\n * Text to render button label. If text is supplied, it will override any string in button children. Other children components will be passed through after the text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#toggle:member",
              "docComment": "/**\n * Whether button is a toggle button with distinct on and off states. This should be true for buttons that permanently change state when a press event finishes, such as a volume mute button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggle?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "toggle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#toggled:member",
              "docComment": "/**\n * Any custom data the developer wishes to associate with the menu item. Deprecated, use `checked` if setting state.\n *\n * @deprecated\n *\n * unused, use `checked` if setting state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "toggled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonProps#uniqueId:member",
              "docComment": "/**\n * Unique id to identify the item. Typically a duplicate of key value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "uniqueId?: "
                },
                {
                  "kind": "Content",
                  "text": "string | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "uniqueId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 15
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IButtonStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IButtonStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#description:member",
              "docComment": "/**\n * Style for the description text if applicable (for compound buttons.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "description?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "description",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#descriptionChecked:member",
              "docComment": "/**\n * Style override for the description text when the button is checked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "descriptionChecked?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "descriptionChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#descriptionDisabled:member",
              "docComment": "/**\n * Style override for the description text when the button is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "descriptionDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "descriptionDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#descriptionHovered:member",
              "docComment": "/**\n * Style override for the description text when the button is hovered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "descriptionHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "descriptionHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#descriptionPressed:member",
              "docComment": "/**\n * Style for the description text when the button is pressed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "descriptionPressed?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "descriptionPressed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#flexContainer:member",
              "docComment": "/**\n * Style for the flexbox container within the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flexContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "flexContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#icon:member",
              "docComment": "/**\n * Style for the icon on the near side of the label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#iconChecked:member",
              "docComment": "/**\n * Style override for the icon when the button is checked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconChecked?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#iconDisabled:member",
              "docComment": "/**\n * Style override for the icon when the button is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#iconExpanded:member",
              "docComment": "/**\n * Style for the icon on the near side of the label when expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconExpanded?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconExpanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#iconExpandedHovered:member",
              "docComment": "/**\n * Style for the icon on the near side of the label when expanded and hovered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconExpandedHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconExpandedHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#iconHovered:member",
              "docComment": "/**\n * Style for the icon on the near side of the label on hover.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#iconPressed:member",
              "docComment": "/**\n * Style for the icon on the near side of the label when pressed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconPressed?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconPressed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#label:member",
              "docComment": "/**\n * Style for the text content of the button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#labelChecked:member",
              "docComment": "/**\n * Style override for the text content when the button is checked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelChecked?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#labelDisabled:member",
              "docComment": "/**\n * Style override for the text content when the button is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#labelHovered:member",
              "docComment": "/**\n * Style override for the text content when the button is hovered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#menuIcon:member",
              "docComment": "/**\n * Style for the menu chevron.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#menuIconChecked:member",
              "docComment": "/**\n * Style override for the menu chevron when the button is checked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuIconChecked?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuIconChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#menuIconDisabled:member",
              "docComment": "/**\n * Style override for the menu chevron when the button is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuIconDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuIconDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#menuIconExpanded:member",
              "docComment": "/**\n * Style for the menu chevron when expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuIconExpanded?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuIconExpanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#menuIconExpandedHovered:member",
              "docComment": "/**\n * Style for the menu chevron when expanded and hovered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuIconExpandedHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuIconExpandedHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#menuIconHovered:member",
              "docComment": "/**\n * Style for the menu chevron on hover.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuIconHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuIconHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#menuIconPressed:member",
              "docComment": "/**\n * Style for the menu chevron when pressed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuIconPressed?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuIconPressed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#root:member",
              "docComment": "/**\n * Style for the root element in the default enabled, non-toggled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootChecked:member",
              "docComment": "/**\n * Style override for the root element in a checked state, layered on top of the root style.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootChecked?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootCheckedDisabled:member",
              "docComment": "/**\n * Style override applied to the root on hover in a checked, disabled state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootCheckedDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootCheckedDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootCheckedHovered:member",
              "docComment": "/**\n * Style override applied to the root on hover in a checked, enabled state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootCheckedHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootCheckedHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootCheckedPressed:member",
              "docComment": "/**\n * Style override applied to the root on pressed in a checked, enabled state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootCheckedPressed?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootCheckedPressed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootDisabled:member",
              "docComment": "/**\n * Style override for the root element in a disabled state, layered on top of the root style.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootExpanded:member",
              "docComment": "/**\n * Style override applied to the root on when menu is expanded in the default, enabled, non-toggled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootExpanded?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootExpanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootExpandedHovered:member",
              "docComment": "/**\n * Style override applied to the root on hover in a expanded state on hover\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootExpandedHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootExpandedHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootFocused:member",
              "docComment": "/**\n * Style override applied to the root on focus in the default, enabled, non-toggled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootFocused?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootFocused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootHasMenu:member",
              "docComment": "/**\n * Style override for the root element when it has a menu button, layered on top of the root style.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootHasMenu?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootHasMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootHovered:member",
              "docComment": "/**\n * Style override applied to the root on hover in the default, enabled, non-toggled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#rootPressed:member",
              "docComment": "/**\n * Style override applied to the root on pressed in the default, enabled, non-toggled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootPressed?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootPressed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#screenReaderText:member",
              "docComment": "/**\n * Style override for the screen reader text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "screenReaderText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "screenReaderText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#secondaryText:member",
              "docComment": "/**\n * Style for the description text if applicable (for compound buttons.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "secondaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonContainer:member",
              "docComment": "/**\n * Style override for the container div around a SplitButton element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonContainerChecked:member",
              "docComment": "/**\n * Style for container div around a SplitButton element when the button is checked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonContainerChecked?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonContainerChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonContainerCheckedHovered:member",
              "docComment": "/**\n * Style for container div around a SplitButton element when the button is checked and hovered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonContainerCheckedHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonContainerCheckedHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonContainerDisabled:member",
              "docComment": "/**\n * Style override for the container div around a SplitButton element in a disabled state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonContainerDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonContainerDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonContainerFocused:member",
              "docComment": "/**\n * Style for container div around a SplitButton element when the button is focused.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonContainerFocused?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonContainerFocused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonContainerHovered:member",
              "docComment": "/**\n * Style for container div around a SplitButton element when the button is hovered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonContainerHovered?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonContainerHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonDivider:member",
              "docComment": "/**\n * Style override for the divider element that appears between the button and menu button for a split button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonDivider?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonDivider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonDividerDisabled:member",
              "docComment": "/**\n * Style override for the divider element that appears between the button and menu button for a split button in a disabled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonDividerDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonDividerDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonFlexContainer:member",
              "docComment": "/**\n * Style override for the SplitButton FlexContainer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonFlexContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonFlexContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonMenuButton:member",
              "docComment": "/**\n * Style override for the SplitButton menu button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonMenuButton?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonMenuButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonMenuButtonChecked:member",
              "docComment": "/**\n * Style override for the SplitButton menu button element in a checked state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonMenuButtonChecked?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonMenuButtonChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonMenuButtonDisabled:member",
              "docComment": "/**\n * Style override for the SplitButton menu button element in a disabled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonMenuButtonDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonMenuButtonDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonMenuButtonExpanded:member",
              "docComment": "/**\n * Style override for the SplitButton menu button element in an expanded state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonMenuButtonExpanded?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonMenuButtonExpanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonMenuIcon:member",
              "docComment": "/**\n * Style override for the SplitButton menu icon element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonMenuIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonMenuIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#splitButtonMenuIconDisabled:member",
              "docComment": "/**\n * Style override for the SplitButton menu icon element in a disabled state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitButtonMenuIconDisabled?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitButtonMenuIconDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles#textContainer:member",
              "docComment": "/**\n * Style for the text container within the flexbox container element (and contains the text and description).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "textContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICalendar:interface",
          "docComment": "/**\n * {@docCategory Calendar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICalendar "
            }
          ],
          "releaseTag": "Public",
          "name": "ICalendar",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendar#focus:member",
              "docComment": "/**\n * Sets focus to the selected date.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICalendarFormatDateCallbacks:interface",
          "docComment": "/**\n * {@docCategory Calendar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICalendarFormatDateCallbacks "
            }
          ],
          "releaseTag": "Public",
          "name": "ICalendarFormatDateCallbacks",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarFormatDateCallbacks#formatDay:member",
              "docComment": "/**\n * Callback to apply formatting to the days in the Day Picker calendar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formatDay: "
                },
                {
                  "kind": "Content",
                  "text": "(date: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formatDay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarFormatDateCallbacks#formatMonthDayYear:member",
              "docComment": "/**\n * Callback to apply formatting to mmmm d, yyyy formated dates\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formatMonthDayYear: "
                },
                {
                  "kind": "Content",
                  "text": "(date: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ", strings?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarStrings",
                  "canonicalReference": "office-ui-fabric-react!ICalendarStrings:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formatMonthDayYear",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarFormatDateCallbacks#formatMonthYear:member",
              "docComment": "/**\n * Callback to apply formatting to the month and year in the Day Picker header\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formatMonthYear: "
                },
                {
                  "kind": "Content",
                  "text": "(date: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ", strings?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarStrings",
                  "canonicalReference": "office-ui-fabric-react!ICalendarStrings:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formatMonthYear",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarFormatDateCallbacks#formatYear:member",
              "docComment": "/**\n * Callback to apply formatting to the year in the Month Picker header\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formatYear: "
                },
                {
                  "kind": "Content",
                  "text": "(date: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formatYear",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICalendarIconStrings:interface",
          "docComment": "/**\n * {@docCategory Calendar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICalendarIconStrings "
            }
          ],
          "releaseTag": "Public",
          "name": "ICalendarIconStrings",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarIconStrings#closeIcon:member",
              "docComment": "/**\n * Close icon\n *\n * @defaultvalue\n *\n * 'CalculatorMultiply'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeIcon?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarIconStrings#leftNavigation:member",
              "docComment": "/**\n * FabricMDL2Icons name for the left navigation icon. Previous default: ChevronLeft.\n *\n * @defaultvalue\n *\n * 'Up'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "leftNavigation?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "leftNavigation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarIconStrings#rightNavigation:member",
              "docComment": "/**\n * FabricMDL2Icons name for the right navigation icon. Previous default: ChevronRight.\n *\n * @defaultvalue\n *\n * 'Down'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rightNavigation?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rightNavigation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICalendarProps:interface",
          "docComment": "/**\n * {@docCategory Calendar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICalendarProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICalendar",
              "canonicalReference": "office-ui-fabric-react!ICalendar:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ICalendarProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#allFocusable:member",
              "docComment": "/**\n * Allows all dates and buttons to be focused, including disabled ones\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allFocusable?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allFocusable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#autoNavigateOnSelection:member",
              "docComment": "/**\n * Whether the month view should automatically navigate to the next or previous date range depending on the selected date. If this property is set to true and the currently displayed month is March 2017, if the user clicks on a day outside the month, i.e., April 1st, the picker will automatically navigate to the month of April.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoNavigateOnSelection?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "autoNavigateOnSelection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#className:member",
              "docComment": "/**\n * Optional class name to add to the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ICalendar interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICalendar",
                  "canonicalReference": "office-ui-fabric-react!ICalendar:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#dateRangeType:member",
              "docComment": "/**\n * The date range type indicating how many days should be selected as the user selects days\n *\n * @defaultvalue\n *\n * DateRangeType.Day\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateRangeType?: "
                },
                {
                  "kind": "Reference",
                  "text": "DateRangeType",
                  "canonicalReference": "@fluentui/date-time-utilities!DateRangeType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dateRangeType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#dateTimeFormatter:member",
              "docComment": "/**\n * Apply additional formating to dates, for example localized date formatting.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateTimeFormatter?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarFormatDateCallbacks",
                  "canonicalReference": "office-ui-fabric-react!ICalendarFormatDateCallbacks:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dateTimeFormatter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#firstDayOfWeek:member",
              "docComment": "/**\n * The first day of the week for your locale.\n *\n * @defaultvalue\n *\n * DayOfWeek.Sunday\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "firstDayOfWeek?: "
                },
                {
                  "kind": "Reference",
                  "text": "DayOfWeek",
                  "canonicalReference": "@fluentui/date-time-utilities!DayOfWeek:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "firstDayOfWeek",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#firstWeekOfYear:member",
              "docComment": "/**\n * Defines when the first week of the year should start, FirstWeekOfYear.FirstDay, FirstWeekOfYear.FirstFullWeek or FirstWeekOfYear.FirstFourDayWeek are the possible values\n *\n * @defaultvalue\n *\n * FirstWeekOfYear.FirstDay\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "firstWeekOfYear?: "
                },
                {
                  "kind": "Reference",
                  "text": "FirstWeekOfYear",
                  "canonicalReference": "@fluentui/date-time-utilities!FirstWeekOfYear:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "firstWeekOfYear",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#highlightCurrentMonth:member",
              "docComment": "/**\n * Whether the month picker should highlight the current month\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "highlightCurrentMonth?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "highlightCurrentMonth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#highlightSelectedMonth:member",
              "docComment": "/**\n * Whether the month picker should highlight the selected month\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "highlightSelectedMonth?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "highlightSelectedMonth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#isDayPickerVisible:member",
              "docComment": "/**\n * Whether the day picker is shown beside the month picker or hidden.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDayPickerVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDayPickerVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#isMonthPickerVisible:member",
              "docComment": "/**\n * Whether the month picker is shown beside the day picker or hidden.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMonthPickerVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMonthPickerVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#maxDate:member",
              "docComment": "/**\n * If set the Calendar will not allow navigation to or selection of a date later than this value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxDate?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#minDate:member",
              "docComment": "/**\n * If set the Calendar will not allow navigation to or selection of a date earlier than this value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minDate?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#navigationIcons:member",
              "docComment": "/**\n * Customize navigation icons using ICalendarIconStrings\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "navigationIcons?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarIconStrings",
                  "canonicalReference": "office-ui-fabric-react!ICalendarIconStrings:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "navigationIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#onDismiss:member",
              "docComment": "/**\n * Callback issued when calendar is closed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#onSelectDate:member",
              "docComment": "/**\n * Callback issued when a date is selected\n *\n * @param date - The date the user selected\n *\n * @param selectedDateRangeArray - The resultant list of dates that are selected based on the date range type set for the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSelectDate?: "
                },
                {
                  "kind": "Content",
                  "text": "(date: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ", selectedDateRangeArray?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSelectDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#restrictedDates:member",
              "docComment": "/**\n * If set the Calendar will not allow selection of dates in this array.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "restrictedDates?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "restrictedDates",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#selectDateOnClick:member",
              "docComment": "/**\n * When clicking on \"Today\", select the date and close the calendar.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectDateOnClick?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectDateOnClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#shouldFocusOnMount:member",
              "docComment": "/**\n * This property has been removed at 0.80.0 in place of the `focus` method, to be removed \\@ 1.0.0.\n *\n * @deprecated\n *\n * Replaced with the `focus` method.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldFocusOnMount?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldFocusOnMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#showCloseButton:member",
              "docComment": "/**\n * Whether the close button should be shown or not\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showCloseButton?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showCloseButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#showGoToToday:member",
              "docComment": "/**\n * Whether the \"Go to today\" link should be shown or not\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showGoToToday?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showGoToToday",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#showMonthPickerAsOverlay:member",
              "docComment": "/**\n * Show month picker on top of date picker when visible.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showMonthPickerAsOverlay?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showMonthPickerAsOverlay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#showSixWeeksByDefault:member",
              "docComment": "/**\n * Whether the calendar should show 6 weeks by default.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showSixWeeksByDefault?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showSixWeeksByDefault",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#showWeekNumbers:member",
              "docComment": "/**\n * Whether the calendar should show the week number (weeks 1 to 53) before each week row\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showWeekNumbers?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showWeekNumbers",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#strings:member",
              "docComment": "/**\n * Localized strings to use in the Calendar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "strings: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarStrings",
                  "canonicalReference": "office-ui-fabric-react!ICalendarStrings:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "strings",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#today:member",
              "docComment": "/**\n * Value of today. If null, current time in client machine will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "today?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "today",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#value:member",
              "docComment": "/**\n * Default value of the Calendar, if any\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#workWeekDays:member",
              "docComment": "/**\n * The days that are selectable when dateRangeType is WorkWeek. If dateRangeType is not WorkWeek this property does nothing.\n *\n * @defaultvalue\n *\n * [Monday,Tuesday,Wednesday,Thursday,Friday]\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "workWeekDays?: "
                },
                {
                  "kind": "Reference",
                  "text": "DayOfWeek",
                  "canonicalReference": "@fluentui/date-time-utilities!DayOfWeek:enum"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "workWeekDays",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarProps#yearPickerHidden:member",
              "docComment": "/**\n * Whether the year picker is enabled\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "yearPickerHidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "yearPickerHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICalendarState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICalendarState "
            }
          ],
          "releaseTag": "Public",
          "name": "ICalendarState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarState#isDayPickerVisible:member",
              "docComment": "/**\n * State used to show/hide day picker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDayPickerVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDayPickerVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarState#isMonthPickerVisible:member",
              "docComment": "/**\n * State used to show/hide month picker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMonthPickerVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMonthPickerVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarState#navigatedDayDate:member",
              "docComment": "/**\n * The currently focused date in the day picker, but not necessarily selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "navigatedDayDate?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "navigatedDayDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarState#navigatedMonthDate:member",
              "docComment": "/**\n * The currently focused date in the month picker, but not necessarily selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "navigatedMonthDate?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "navigatedMonthDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarState#selectedDate:member",
              "docComment": "/**\n * The currently selected date in the calendar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedDate?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICalendarStrings:interface",
          "docComment": "/**\n * {@docCategory Calendar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICalendarStrings "
            }
          ],
          "releaseTag": "Public",
          "name": "ICalendarStrings",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#closeButtonAriaLabel:member",
              "docComment": "/**\n * Aria-label for the \"close\" button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#days:member",
              "docComment": "/**\n * An array of strings for the full names of days of the week. The array is 0-based, so days[0] should be the full name of Sunday.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "days: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "days",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#goToToday:member",
              "docComment": "/**\n * String to render for button to direct the user to today's date.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "goToToday: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "goToToday",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#months:member",
              "docComment": "/**\n * An array of strings for the full names of months. The array is 0-based, so months[0] should be the full name of January.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "months: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "months",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#nextMonthAriaLabel:member",
              "docComment": "/**\n * Aria-label for the \"next month\" button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextMonthAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "nextMonthAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#nextYearAriaLabel:member",
              "docComment": "/**\n * Aria-label for the \"next year\" button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextYearAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "nextYearAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#nextYearRangeAriaLabel:member",
              "docComment": "/**\n * Aria-label for the \"next year range\" button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextYearRangeAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "nextYearRangeAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#prevMonthAriaLabel:member",
              "docComment": "/**\n * Aria-label for the \"previous month\" button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "prevMonthAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "prevMonthAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#prevYearAriaLabel:member",
              "docComment": "/**\n * Aria-label for the \"previous year\" button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "prevYearAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "prevYearAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#prevYearRangeAriaLabel:member",
              "docComment": "/**\n * Aria-label for the \"previous year range\" button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "prevYearRangeAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "prevYearRangeAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#shortDays:member",
              "docComment": "/**\n * An array of strings for the initials of the days of the week. The array is 0-based, so days[0] should be the initial of Sunday.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shortDays: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shortDays",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#shortMonths:member",
              "docComment": "/**\n * An array of strings for the short names of months. The array is 0-based, so shortMonths[0] should be the short name of January.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shortMonths: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shortMonths",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings#weekNumberFormatString:member",
              "docComment": "/**\n * Aria-label format string for the week number header. Should have 1 string param e.g. \"week number \\{0\\}\"\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "weekNumberFormatString?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "weekNumberFormatString",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps:interface",
          "docComment": "/**\n * {@docCategory Callout}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICalloutContentStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ICalloutContentStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps#backgroundColor:member",
              "docComment": "/**\n * Background color for the beak and callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "backgroundColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "backgroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps#beakWidth:member",
              "docComment": "/**\n * Width of Callout beak\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps#calloutMaxWidth:member",
              "docComment": "/**\n * Max width for callout including borders.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutMaxWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutMaxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps#calloutWidth:member",
              "docComment": "/**\n * Width for callout including borders.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps#className:member",
              "docComment": "/**\n * CSS class to apply to the callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps#overflowYHidden:member",
              "docComment": "/**\n * Whether or not to clip content of the callout, if it overflows vertically.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowYHidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowYHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps#positions:member",
              "docComment": "/**\n * Callout positioning data\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "positions?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutPositionedInfo",
                  "canonicalReference": "office-ui-fabric-react!ICalloutPositionedInfo:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "positions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps#theme:member",
              "docComment": "/**\n * Theme to apply to the calloutContent.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICalloutContentStyles:interface",
          "docComment": "/**\n * {@docCategory Callout}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICalloutContentStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ICalloutContentStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyles#beak:member",
              "docComment": "/**\n * Style for callout beak.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beak: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beak",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyles#beakCurtain:member",
              "docComment": "/**\n * Style for callout beak curtain.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakCurtain: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakCurtain",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyles#calloutMain:member",
              "docComment": "/**\n * Style for content component of the callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutMain: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutMain",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyles#container:member",
              "docComment": "/**\n * Style for wrapper of Callout component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "container: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "container",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyles#root:member",
              "docComment": "/**\n * Style for callout container root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface",
          "docComment": "/**\n * {@docCategory Callout}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICalloutProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ICalloutProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#alignTargetEdge:member",
              "docComment": "/**\n * If true the positioning logic will prefer to flip edges rather than to nudge the rectangle to fit within bounds, thus making sure the element aligns perfectly with target's alignment edge\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alignTargetEdge?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alignTargetEdge",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#ariaDescribedBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing the description for the callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#ariaLabel:member",
              "docComment": "/**\n * Accessible label text for callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#ariaLabelledBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing label text for callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#backgroundColor:member",
              "docComment": "/**\n * The background color of the Callout in hex format ie. #ffffff.\n *\n * @defaultvalue\n *\n * $ms-color-white\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "backgroundColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "backgroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#beakWidth:member",
              "docComment": "/**\n * The width of the beak.\n *\n * @defaultvalue\n *\n * 16\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#bounds:member",
              "docComment": "/**\n * The bounding rectangle (or callback that returns a rectangle) for which the contextual menu can appear in.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bounds?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRectangle",
                  "canonicalReference": "@uifabric/utilities!IRectangle:interface"
                },
                {
                  "kind": "Content",
                  "text": " | ((target?: "
                },
                {
                  "kind": "Reference",
                  "text": "Target",
                  "canonicalReference": "office-ui-fabric-react!Target:type"
                },
                {
                  "kind": "Content",
                  "text": ", targetWindow?: "
                },
                {
                  "kind": "Reference",
                  "text": "Window",
                  "canonicalReference": "!Window:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "IRectangle",
                  "canonicalReference": "@uifabric/utilities!IRectangle:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined)"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "bounds",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 9
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#calloutMaxHeight:member",
              "docComment": "/**\n * Set max height of callout When not set the callout will expand with contents up to the bottom of the screen\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutMaxHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutMaxHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#calloutMaxWidth:member",
              "docComment": "/**\n * Custom width for callout including borders. If value is 0, no width is applied.\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutMaxWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutMaxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#calloutWidth:member",
              "docComment": "/**\n * Custom width for callout including borders. If value is 0, no width is applied.\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#className:member",
              "docComment": "/**\n * CSS class to apply to the callout.\n *\n * @defaultvalue\n *\n * null\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#coverTarget:member",
              "docComment": "/**\n * If true the position returned will have the menu element cover the target. If false then it will position next to the target;\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coverTarget?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "coverTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#directionalHint:member",
              "docComment": "/**\n * How the element should be positioned\n *\n * @defaultvalue\n *\n * DirectionalHint.BottomAutoEdge\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHint?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHint",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#directionalHintFixed:member",
              "docComment": "/**\n * If true the position will not change sides in an attempt to fit the callout within bounds. It will still attempt to align it to whatever bounds are given.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHintFixed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHintFixed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#directionalHintForRTL:member",
              "docComment": "/**\n * How the element should be positioned in RTL layouts. If not specified, a mirror of the `directionalHint` alignment edge will be used instead. This means that `DirectionalHint.BottomLeft` will change to `DirectionalHint.BottomRight` but `DirectionalHint.LeftAuto` will not change.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHintForRTL?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHintForRTL",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#doNotLayer:member",
              "docComment": "/**\n * If true do not render on a new layer. If false render on a new layer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "doNotLayer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "doNotLayer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#finalHeight:member",
              "docComment": "/**\n * Specify the final height of the content. To be used when expanding the content dynamically so that callout can adjust its position.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "finalHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "finalHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#gapSpace:member",
              "docComment": "/**\n * The gap between the Callout and the target\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gapSpace?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "gapSpace",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#hidden:member",
              "docComment": "/**\n * If specified, renders the Callout in a hidden state. Use this flag, rather than rendering a callout conditionally based on visibility, to improve rendering performance when it becomes visible. Note: When callout is hidden its content will not be rendered. It will only render once the callout is visible.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#hideOverflow:member",
              "docComment": "/**\n * Manually set OverflowYHidden style prop to true on calloutMain element A variety of callout load animations will need this to hide the scollbar that can appear\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hideOverflow?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hideOverflow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#isBeakVisible:member",
              "docComment": "/**\n * If true then the beak is visible. If false it will not be shown.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isBeakVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isBeakVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#layerProps:member",
              "docComment": "/**\n * Optional props to pass to the Layer component hosting the panel.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "layerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ILayerProps",
                  "canonicalReference": "office-ui-fabric-react!ILayerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "layerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#minPagePadding:member",
              "docComment": "/**\n * The minimum distance the callout will be away from the edge of the screen.\n *\n * @defaultvalue\n *\n * 8\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minPagePadding?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minPagePadding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#onDismiss:member",
              "docComment": "/**\n * Callback when the Callout tries to close.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#onLayerMounted:member",
              "docComment": "/**\n * Optional callback when the layer content has mounted.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLayerMounted?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLayerMounted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#onPositioned:member",
              "docComment": "/**\n * Optional callback that is called once the callout has been correctly positioned.\n *\n * @param positions - Gives the user information about how the callout is positioned such as the final edge of the target that it positioned against, the beak position, and the beaks relationship to the edges of the callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onPositioned?: "
                },
                {
                  "kind": "Content",
                  "text": "(positions?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutPositionedInfo",
                  "canonicalReference": "office-ui-fabric-react!ICalloutPositionedInfo:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onPositioned",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#onRestoreFocus:member",
              "docComment": "/**\n * Called when the component is unmounting, and focus needs to be restored. Argument passed down contains two variables, the element that the underlying popup believes focus should go to * and whether or not the popup currently contains focus. If this is provided, focus will not be restored automatically, you'll need to call originalElement.focus()\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRestoreFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "(options: {\n        originalElement?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Window",
                  "canonicalReference": "!Window:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        containsFocus: boolean;\n    }) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRestoreFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#onScroll:member",
              "docComment": "/**\n * Callback when the Callout body is scrolled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onScroll?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#preventDismissOnLostFocus:member",
              "docComment": "/**\n * If true then the callout will not dismiss when it loses focus\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "preventDismissOnLostFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "preventDismissOnLostFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#preventDismissOnResize:member",
              "docComment": "/**\n * If true then the callout will not dismiss on resize\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "preventDismissOnResize?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "preventDismissOnResize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#preventDismissOnScroll:member",
              "docComment": "/**\n * If true then the callout will not dismiss on scroll\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "preventDismissOnScroll?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "preventDismissOnScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#role:member",
              "docComment": "/**\n * Aria role assigned to the callout (Eg. dialog, alertdialog).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#setInitialFocus:member",
              "docComment": "/**\n * If true then the callout will attempt to focus the first focusable element that it contains. If it doesn't find an element, no focus will be set and the method will return false. This means that it's the contents responsibility to either set focus or have focusable items.\n *\n * @returns True if focus was set, false if it was not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setInitialFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setInitialFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#shouldRestoreFocus:member",
              "docComment": "/**\n * If true, when this component is unmounted, focus will be restored to the element that had focus when the component first mounted.\n *\n * @deprecated\n *\n * use onRestoreFocus callback instead\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldRestoreFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldRestoreFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#shouldUpdateWhenHidden:member",
              "docComment": "/**\n * If true, the component will be updated even when hidden=true. Note that this would consume resources to update even though nothing is being shown to the user. This might be helpful though if your updates are small and you want the callout to be revealed fast to the user when hidden is set to false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldUpdateWhenHidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldUpdateWhenHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#style:member",
              "docComment": "/**\n * CSS style to apply to the callout.\n *\n * If you set `overflowY` in this object, it provides a performance optimization by preventing Popup (underlying component of Callout) from calculating whether it needs a scroll bar.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "style?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.CSSProperties",
                  "canonicalReference": "@types/react!~React.CSSProperties:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "style",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#styles:member",
              "docComment": "/**\n * Optional styles for the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutContentStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutContentStyles",
                  "canonicalReference": "office-ui-fabric-react!ICalloutContentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#target:member",
              "docComment": "/**\n * The target that the Callout should try to position itself based on. It can be either an Element a querySelector string of a valid Element or a MouseEvent. If MouseEvent is given then the origin point of the event will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target?: "
                },
                {
                  "kind": "Reference",
                  "text": "Target",
                  "canonicalReference": "office-ui-fabric-react!Target:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps#theme:member",
              "docComment": "/**\n * Optional theme for component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICellStyleProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICellStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ICellStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICellStyleProps#cellExtraRightPadding:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellExtraRightPadding: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellExtraRightPadding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICellStyleProps#cellLeftPadding:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellLeftPadding: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellLeftPadding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICellStyleProps#cellRightPadding:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellRightPadding: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellRightPadding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICheckbox:interface",
          "docComment": "/**\n * Checkbox class interface. {@docCategory Checkbox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICheckbox "
            }
          ],
          "releaseTag": "Public",
          "name": "ICheckbox",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckbox#checked:member",
              "docComment": "/**\n * Gets the current checked state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckbox#focus:member",
              "docComment": "/**\n * Sets focus to the checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckbox#indeterminate:member",
              "docComment": "/**\n * Gets the current indeterminate state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "indeterminate: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "indeterminate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICheckboxProps:interface",
          "docComment": "/**\n * Checkbox properties. {@docCategory Checkbox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICheckboxProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ButtonHTMLAttributes",
              "canonicalReference": "@types/react!~React.ButtonHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLInputElement",
              "canonicalReference": "!HTMLInputElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ICheckboxProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#ariaDescribedBy:member",
              "docComment": "/**\n * ID for element that provides extended information for the checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#ariaLabel:member",
              "docComment": "/**\n * Accessible label for the checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#ariaLabelledBy:member",
              "docComment": "/**\n * ID for element that contains label information for the checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#ariaPositionInSet:member",
              "docComment": "/**\n * The position in the parent set (if in a set) for aria-posinset.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaPositionInSet?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaPositionInSet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#ariaSetSize:member",
              "docComment": "/**\n * The total size of the parent set (if in a set) for aria-setsize.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaSetSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaSetSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#boxSide:member",
              "docComment": "/**\n * Allows you to set the checkbox to be at the before (start) or after (end) the label.\n *\n * @defaultvalue\n *\n * 'start'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "boxSide?: "
                },
                {
                  "kind": "Content",
                  "text": "'start' | 'end'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "boxSide",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#checked:member",
              "docComment": "/**\n * Checked state. Mutually exclusive to \"defaultChecked\". Use this if you control the checked state at a higher level and plan to pass in the correct value based on handling onChange events and re-rendering.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#checkmarkIconProps:member",
              "docComment": "/**\n * Custom icon props for the check mark rendered by the checkbox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkmarkIconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkmarkIconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#className:member",
              "docComment": "/**\n * Additional class name to provide on the root element, in addition to the ms-Checkbox class.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ICheckbox interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICheckbox",
                  "canonicalReference": "office-ui-fabric-react!ICheckbox:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#defaultChecked:member",
              "docComment": "/**\n * Default checked state. Mutually exclusive to \"checked\". Use this if you want an uncontrolled component, and want the Checkbox instance to maintain its own state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultChecked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#defaultIndeterminate:member",
              "docComment": "/**\n * Optional uncontrolled indeterminate visual state for checkbox. Setting indeterminate state takes visual precedence over checked or defaultChecked props given but does not affect checked state. This is not a toggleable state. On load the checkbox will receive indeterminate visual state and after the user's first click it will be removed exposing the true state of the checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultIndeterminate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultIndeterminate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#disabled:member",
              "docComment": "/**\n * Disabled state of the checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#indeterminate:member",
              "docComment": "/**\n * Optional controlled indeterminate visual state for checkbox. Setting indeterminate state takes visual precedence over checked or defaultChecked props given but does not affect checked state. This should not be a toggleable state. On load the checkbox will receive indeterminate visual state and after the first user click it should be removed by your supplied onChange callback function exposing the true state of the checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "indeterminate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "indeterminate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#inputProps:member",
              "docComment": "/**\n * Optional input props that will be mixed into the input element, *before* other props are applied. This allows you to extend the input element with additional attributes, such as data-automation-id needed for automation. Note that if you provide, for example, \"disabled\" as well as \"inputProps.disabled\", the former will take precedence over the later.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ButtonHTMLAttributes",
                  "canonicalReference": "@types/react!~React.ButtonHTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#keytipProps:member",
              "docComment": "/**\n * Optional keytip for this checkbox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#label:member",
              "docComment": "/**\n * Label to display next to the checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#onChange:member",
              "docComment": "/**\n * Callback that is called when the checked value has changed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FormEvent",
                  "canonicalReference": "@types/react!~React.FormEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, checked?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#onRenderLabel:member",
              "docComment": "/**\n * Custom render function for the label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderLabel?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxProps",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxStyles",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICheckboxState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICheckboxState "
            }
          ],
          "releaseTag": "Public",
          "name": "ICheckboxState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxState#isChecked:member",
              "docComment": "/**\n * Is true when Uncontrolled control is checked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isChecked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxState#isIndeterminate:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isIndeterminate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isIndeterminate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps:interface",
          "docComment": "/**\n * {@docCategory Checkbox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICheckboxStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ICheckboxStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps#checked:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps#indeterminate:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "indeterminate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "indeterminate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps#isUsingCustomLabelRender:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isUsingCustomLabelRender: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isUsingCustomLabelRender",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps#reversed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reversed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "reversed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICheckboxStyles:interface",
          "docComment": "/**\n * {@docCategory Checkbox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICheckboxStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ICheckboxStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyles#checkbox:member",
              "docComment": "/**\n * Style for checkbox in its default unchecked/enabled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkbox?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyles#checkmark:member",
              "docComment": "/**\n * Style for the checkmark in the default enabled/unchecked state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkmark?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkmark",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyles#input:member",
              "docComment": "/**\n * INTERNAL: This is mostly an internal implementation detail which you should avoid styling. This refers to the <input type=\"checkbox\"> element that is typically hidden and not rendered on screen.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyles#label:member",
              "docComment": "/**\n * Style for the label part (contains the customized checkbox + text) when enabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyles#root:member",
              "docComment": "/**\n * Style for the root element (a button) of the checkbox component in the default enabled/unchecked state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckboxStyles#text:member",
              "docComment": "/**\n * Style for text appearing with the checkbox in its default enabled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICheckProps:interface",
          "docComment": "/**\n * {@docCategory Check}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICheckProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ICheckProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckProps#alwaysShowCheck:member",
              "docComment": "/**\n * @deprecated\n *\n * Not used\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alwaysShowCheck?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alwaysShowCheck",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckProps#checked:member",
              "docComment": "/**\n * Whether or not this menu item is currently checked.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the Check\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICheckProps",
                  "canonicalReference": "office-ui-fabric-react!ICheckProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICheckStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICheckStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ICheckStyles",
                  "canonicalReference": "office-ui-fabric-react!ICheckStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckProps#useFastIcons:member",
              "docComment": "/**\n * Whether to use fast icon components. The icons can't be targeted by customization but are still customizable via class names.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useFastIcons?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useFastIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ICheckStyleProps:type",
          "docComment": "/**\n * {@docCategory Check}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ICheckStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICheckProps",
              "canonicalReference": "office-ui-fabric-react!ICheckProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ICheckProps",
              "canonicalReference": "office-ui-fabric-react!ICheckProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className' | 'checked'> & {\n    height?: string;\n    checkBoxHeight?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ICheckStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICheckStyles:interface",
          "docComment": "/**\n * {@docCategory Check}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICheckStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ICheckStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckStyles#check:member",
              "docComment": "/**\n * The 'check' icon styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "check: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "check",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckStyles#checkHost:member",
              "docComment": "/**\n * Check host style\n *\n * @deprecated\n *\n * Not used directly within the component. Instead, use `CheckGlobalClassNames.checkHost` from `Check.styles.ts` to get the static class name to apply to the parent element of the Check.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkHost: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkHost",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckStyles#circle:member",
              "docComment": "/**\n * The 'circle' icon styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "circle: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "circle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICheckStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IChoiceGroup:interface",
          "docComment": "/**\n * {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IChoiceGroup "
            }
          ],
          "releaseTag": "Public",
          "name": "IChoiceGroup",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroup#checkedOption:member",
              "docComment": "/**\n * Gets the current checked option.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkedOption: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkedOption",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroup#focus:member",
              "docComment": "/**\n * Sets focus to the checked option or the first enabled option in the ChoiceGroup.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface",
          "docComment": "/**\n * {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IChoiceGroupOption extends "
            },
            {
              "kind": "Reference",
              "text": "React.InputHTMLAttributes",
              "canonicalReference": "@types/react!~React.InputHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLInputElement",
              "canonicalReference": "!HTMLInputElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IChoiceGroupOption",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#ariaLabel:member",
              "docComment": "/**\n * Aria label of the option for the benefit of screen reader users.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#checked:member",
              "docComment": "/**\n * Whether or not the option is checked.\n *\n * @deprecated\n *\n * Do not track checked state in the options themselves. Instead, either pass `defaultSelectedKey` to the `ChoiceGroup` and allow it to track selection state internally (uncontrolled), or pass `selectedKey` and `onChange` to the `ChoiceGroup` to track/update the selection state manually (controlled).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#disabled:member",
              "docComment": "/**\n * Whether or not the option is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#iconProps:member",
              "docComment": "/**\n * Props for an icon to display with this option.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#id:member",
              "docComment": "/**\n * ID used on the option's input element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#imageAlt:member",
              "docComment": "/**\n * Alt text if the option is an image.  @default '' (empty string)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageAlt?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageAlt",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#imageSize:member",
              "docComment": "/**\n * The width and height of the image in px for choice field.\n *\n * @defaultvalue\n *\n * `{ width: 32, height: 32 }`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageSize?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        width: number;\n        height: number;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#imageSrc:member",
              "docComment": "/**\n * Image to display with this option.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageSrc?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageSrc",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#key:member",
              "docComment": "/**\n * A required key to uniquely identify the option.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#labelId:member",
              "docComment": "/**\n * ID used on the option's label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#onRenderField:member",
              "docComment": "/**\n * Used to customize option rendering.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderField?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#onRenderLabel:member",
              "docComment": "/**\n * Used to customize label rendering.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderLabel?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#selectedImageSrc:member",
              "docComment": "/**\n * The src of image for choice field which is selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedImageSrc?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedImageSrc",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOptionStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOptionStyles",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption#text:member",
              "docComment": "/**\n * The text string for the option.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps:interface",
          "docComment": "/**\n * {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IChoiceGroupOptionProps extends "
            },
            {
              "kind": "Reference",
              "text": "IChoiceGroupOption",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IChoiceGroupOptionProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IChoiceGroup interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps#focused:member",
              "docComment": "/**\n * Indicates if the ChoiceGroupOption should appear focused, visually\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focused?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps#name:member",
              "docComment": "/**\n * This value is used to group each ChoiceGroupOption into the same logical ChoiceGroup\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps#onBlur:member",
              "docComment": "/**\n * A callback for receiving a notification when the choice has lost focus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onBlur?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEvent",
                  "canonicalReference": "@types/react!~React.FocusEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, props?: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onBlur",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps#onChange:member",
              "docComment": "/**\n * A callback for receiving a notification when the choice has been changed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(evt?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FormEvent",
                  "canonicalReference": "@types/react!~React.FormEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, props?: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps#onFocus:member",
              "docComment": "/**\n * A callback for receiving a notification when the choice has received focus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEvent",
                  "canonicalReference": "@types/react!~React.FocusEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, props?: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps#required:member",
              "docComment": "/**\n * If true, it specifies that an option must be selected in the ChoiceGroup before submitting the form\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "required?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "required",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps:interface",
          "docComment": "/**\n * Defines props needed to construct styles. This represents the simplified set of immutable things which control the class names. {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IChoiceGroupOptionStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IChoiceGroupOptionStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps#checked:member",
              "docComment": "/**\n * Whether the option is checked or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps#disabled:member",
              "docComment": "/**\n * Whether the option is disabled or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps#focused:member",
              "docComment": "/**\n * Whether the option is in focus or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focused?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps#hasIcon:member",
              "docComment": "/**\n * Whether the option has an icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasIcon?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps#hasImage:member",
              "docComment": "/**\n * Whether the option icon is an image.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasImage?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasImage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps#imageIsLarge:member",
              "docComment": "/**\n * Whether the image width or height are higher than `71`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageIsLarge?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageIsLarge",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps#imageSize:member",
              "docComment": "/**\n * Image sizes used when `hasImage` or `hasIcon` style props are enabled.\n *\n * @defaultvalue\n *\n * \\{height: 32, width: 32\\}\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageSize?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        height: number;\n        width: number;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles:interface",
          "docComment": "/**\n * {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IChoiceGroupOptionStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IChoiceGroupOptionStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles#choiceFieldWrapper:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "choiceFieldWrapper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "choiceFieldWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles#field:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "field?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "field",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles#iconWrapper:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconWrapper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles#imageWrapper:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageWrapper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles#innerField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "innerField?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "innerField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles#input:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles#labelWrapper:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelWrapper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionStyles#selectedImageWrapper:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedImageWrapper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedImageWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps:interface",
          "docComment": "/**\n * {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IChoiceGroupProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.InputHTMLAttributes",
              "canonicalReference": "@types/react!~React.InputHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLInputElement",
              "canonicalReference": "!HTMLInputElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IChoiceGroupProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#ariaLabelledBy:member",
              "docComment": "/**\n * ID of an element to use as the aria label for this ChoiceGroup.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IChoiceGroup interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroup",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#defaultSelectedKey:member",
              "docComment": "/**\n * The key of the option that will be initially checked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSelectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultSelectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#label:member",
              "docComment": "/**\n * Descriptive label for the choice group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#onChange:member",
              "docComment": "/**\n * A callback for receiving a notification when the choice has been changed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FormEvent",
                  "canonicalReference": "@types/react!~React.FormEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, option?: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#onChanged:member",
              "docComment": "/**\n * Deprecated and will be removed by 07/17/2017. Use `onChange` instead.\n *\n * @deprecated\n *\n * Use `onChange` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(option: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ", evt?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FormEvent",
                  "canonicalReference": "@types/react!~React.FormEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#options:member",
              "docComment": "/**\n * The options for the choice group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options?: "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupOption",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#selectedKey:member",
              "docComment": "/**\n * The key of the selected option. If you provide this, you must maintain selection state by observing onChange events and passing a new value in when changed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IChoiceGroupStyles",
                  "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IChoiceGroupState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IChoiceGroupState "
            }
          ],
          "releaseTag": "Public",
          "name": "IChoiceGroupState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupState#keyChecked:member",
              "docComment": "/**\n * Current selected option, for **internal use only**. External users should access `IChoiceGroup.checkedOption` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keyChecked?: "
                },
                {
                  "kind": "Content",
                  "text": "string | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keyChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupState#keyFocused:member",
              "docComment": "/**\n * Is set when the control has focus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keyFocused?: "
                },
                {
                  "kind": "Content",
                  "text": "string | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keyFocused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyleProps:interface",
          "docComment": "/**\n * {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IChoiceGroupStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IChoiceGroupStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyleProps#optionsContainIconOrImage:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionsContainIconOrImage?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "optionsContainIconOrImage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyles:interface",
          "docComment": "/**\n * {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IChoiceGroupStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IChoiceGroupStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyles#applicationRole:member",
              "docComment": "/**\n * The actual root of the component.\n *\n * @deprecated\n *\n * Styles will be merged with `root` in a future release.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "applicationRole?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "applicationRole",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyles#flexContainer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flexContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "flexContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyles#label:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupStyles#root:member",
              "docComment": "/**\n * Not currently the actual root of the component (will be fixed in a future release). For now, to style the actual root, use `applicationRole`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICircle:interface",
          "docComment": "/**\n * Circle element interface {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICircle extends "
            },
            {
              "kind": "Reference",
              "text": "IShimmerElement",
              "canonicalReference": "office-ui-fabric-react!IShimmerElement:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ICircle",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICircle#height:member",
              "docComment": "/**\n * Sets the height of the shimmer circle in pixels. Minimum supported 10px.\n *\n * @defaultvalue\n *\n * 24px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICoachmark:interface",
          "docComment": "/**\n * {@docCategory Coachmark}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICoachmark "
            }
          ],
          "releaseTag": "Public",
          "name": "ICoachmark",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmark#dismiss:member",
              "docComment": "/**\n * Forces the Coachmark to dismiss\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICoachmarkProps:interface",
          "docComment": "/**\n * Coachmark component props {@docCategory Coachmark}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICoachmarkProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "CoachmarkBase",
              "canonicalReference": "office-ui-fabric-react!CoachmarkBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ICoachmarkProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#ariaAlertText:member",
              "docComment": "/**\n * Text to announce to screen reader / narrator when Coachmark is displayed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaAlertText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaAlertText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#ariaDescribedBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing the description for the Coachmark.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#ariaDescribedByText:member",
              "docComment": "/**\n * Defines the text content for the ariaDescribedBy element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedByText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedByText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#ariaLabelledBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing label text for Coachmark.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#ariaLabelledByText:member",
              "docComment": "/**\n * Defines the text content for the ariaLabelledBy element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledByText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledByText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#beaconColorOne:member",
              "docComment": "/**\n * Beacon color one.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beaconColorOne?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beaconColorOne",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#beaconColorTwo:member",
              "docComment": "/**\n * Beacon color two.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beaconColorTwo?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beaconColorTwo",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#beakHeight:member",
              "docComment": "/**\n * The height of the Beak component.\n *\n * @deprecated\n *\n * No longer used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#beakWidth:member",
              "docComment": "/**\n * The width of the Beak component.\n *\n * @deprecated\n *\n * No longer used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#className:member",
              "docComment": "/**\n * If provided, additional class name to provide on the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#collapsed:member",
              "docComment": "/**\n * The starting collapsed state for the Coachmark. Use `isCollapsed` instead.\n *\n * @deprecated\n *\n * Use `isCollapsed` instead.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapsed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#color:member",
              "docComment": "/**\n * Color of the Coachmark/TeachingBubble.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ICoachmark interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmark",
                  "canonicalReference": "office-ui-fabric-react!ICoachmark:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#delayBeforeCoachmarkAnimation:member",
              "docComment": "/**\n * Delay in milliseconds before Coachmark animation appears.\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "delayBeforeCoachmarkAnimation?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "delayBeforeCoachmarkAnimation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#delayBeforeMouseOpen:member",
              "docComment": "/**\n * Delay before allowing mouse movements to open the Coachmark.\n *\n * @defaultvalue\n *\n * 3600\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "delayBeforeMouseOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "delayBeforeMouseOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#height:member",
              "docComment": "/**\n * The height of the Coachmark.\n *\n * @deprecated\n *\n * No longer used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#isCollapsed:member",
              "docComment": "/**\n * The starting collapsed state for the Coachmark.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCollapsed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#isPositionForced:member",
              "docComment": "/**\n * Whether or not to force the Coachmark/TeachingBubble content to fit within the window bounds.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isPositionForced?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isPositionForced",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#mouseProximityOffset:member",
              "docComment": "/**\n * The distance in pixels the mouse is located before opening up the Coachmark.\n *\n * @defaultvalue\n *\n * 10\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mouseProximityOffset?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "mouseProximityOffset",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#onAnimationOpenEnd:member",
              "docComment": "/**\n * Callback when the opening animation completes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onAnimationOpenEnd?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onAnimationOpenEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#onAnimationOpenStart:member",
              "docComment": "/**\n * Callback when the opening animation begins.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onAnimationOpenStart?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onAnimationOpenStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#onDismiss:member",
              "docComment": "/**\n * Callback when the Coachmark tries to close.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#onMouseMove:member",
              "docComment": "/**\n * Callback to run when the mouse moves.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseMove?: "
                },
                {
                  "kind": "Content",
                  "text": "(e: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseMove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#persistentBeak:member",
              "docComment": "/**\n * If true then the Coachmark beak (arrow pointing towards target) will always be visible as long as Coachmark is visible\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "persistentBeak?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "persistentBeak",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#positioningContainerProps:member",
              "docComment": "/**\n * Props to pass to the PositioningContainer component. Specify the `directionalHint` to indicate on which edge the Coachmark/TeachingBubble should be positioned.\n *\n * @defaultvalue\n *\n * directionalHint: DirectionalHint.bottomAutoEdge\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "positioningContainerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPositioningContainerProps",
                  "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "positioningContainerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#preventDismissOnLostFocus:member",
              "docComment": "/**\n * If true then the Coachmark will not dismiss when it loses focus\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "preventDismissOnLostFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "preventDismissOnLostFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#preventFocusOnMount:member",
              "docComment": "/**\n * If true then focus will not be set to the Coachmark when it mounts. Useful in cases where focus on coachmark is causing other components in page to dismiss upon losing focus.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "preventFocusOnMount?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "preventFocusOnMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmarkStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ICoachmarkStyles",
                  "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#target:member",
              "docComment": "/**\n * The target that the Coachmark should try to position itself based on.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | string | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#teachingBubbleRef:member",
              "docComment": "/**\n * Ref for TeachingBubble\n *\n * @deprecated\n *\n * Coachmark uses `focusFirstChild` utility instead to focus on TeachingBubbleContent\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "teachingBubbleRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITeachingBubble",
                  "canonicalReference": "office-ui-fabric-react!ITeachingBubble:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "teachingBubbleRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#theme:member",
              "docComment": "/**\n * Theme provided by higher order component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps#width:member",
              "docComment": "/**\n * The width of the Coachmark.\n *\n * @deprecated\n *\n * No longer used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICoachmarkState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICoachmarkState "
            }
          ],
          "releaseTag": "Public",
          "name": "ICoachmarkState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#alertText:member",
              "docComment": "/**\n * ARIA alert text to read aloud with Narrator once the Coachmark is mounted\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alertText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alertText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#beakBottom:member",
              "docComment": "/**\n * The bottom position of the beak\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakBottom?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakBottom",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#beakLeft:member",
              "docComment": "/**\n * The left position of the beak\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakLeft?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakLeft",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#beakRight:member",
              "docComment": "/**\n * The right position of the beak\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakRight?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakRight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#beakTop:member",
              "docComment": "/**\n * The right position of the beak\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakTop?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#entityInnerHostRect:member",
              "docComment": "/**\n * Cached width and height of _entityInnerHostElement\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "entityInnerHostRect: "
                },
                {
                  "kind": "Reference",
                  "text": "IEntityRect",
                  "canonicalReference": "office-ui-fabric-react!IEntityRect:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "entityInnerHostRect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#isBeaconAnimating:member",
              "docComment": "/**\n * Enables/Disables the beacon that radiates from the center of the coachmark.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isBeaconAnimating: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isBeaconAnimating",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#isCollapsed:member",
              "docComment": "/**\n * Is the Coachmark currently collapsed into a tear drop shape\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCollapsed: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#isMeasured:member",
              "docComment": "/**\n * Is the Coachmark done measuring the hosted entity\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMeasured: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMeasured",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#isMeasuring:member",
              "docComment": "/**\n * Is the teaching bubble currently retreiving the original dimensions of the hosted entity.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMeasuring: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMeasuring",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#isMouseInProximity:member",
              "docComment": "/**\n * Is the mouse in proximity of the default target element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMouseInProximity: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMouseInProximity",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#targetAlignment:member",
              "docComment": "/**\n * Alignment edge of callout in relation to target\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "targetAlignment?: "
                },
                {
                  "kind": "Reference",
                  "text": "RectangleEdge",
                  "canonicalReference": "office-ui-fabric-react!RectangleEdge:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "targetAlignment",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#targetPosition:member",
              "docComment": "/**\n * Position of Coachmark/TeachingBubble in relation to target\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "targetPosition?: "
                },
                {
                  "kind": "Reference",
                  "text": "RectangleEdge",
                  "canonicalReference": "office-ui-fabric-react!RectangleEdge:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "targetPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkState#transformOrigin:member",
              "docComment": "/**\n * Transform origin of teaching bubble callout\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "transformOrigin?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "transformOrigin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps:interface",
          "docComment": "/**\n * The props needed to construct styles. {@docCategory Coachmark}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICoachmarkStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ICoachmarkStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#beaconColorOne:member",
              "docComment": "/**\n * Beacon color one\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beaconColorOne?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beaconColorOne",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#beaconColorTwo:member",
              "docComment": "/**\n * Beacon color two\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beaconColorTwo?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beaconColorTwo",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#className:member",
              "docComment": "/**\n * ClassName to provide on the root style area.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#collapsed:member",
              "docComment": "/**\n * Is the Coachmark collapsed. Deprecated, use `isCollapsed` instead.\n *\n * @deprecated\n *\n * Use `isCollapsed` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapsed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#color:member",
              "docComment": "/**\n * Color\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#delayBeforeCoachmarkAnimation:member",
              "docComment": "/**\n * Delay time for the animation to start\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "delayBeforeCoachmarkAnimation?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "delayBeforeCoachmarkAnimation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#entityHostHeight:member",
              "docComment": "/**\n * The height measured before the component has been mounted in pixels\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "entityHostHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "entityHostHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#entityHostWidth:member",
              "docComment": "/**\n * The width measured in pixels\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "entityHostWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "entityHostWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#height:member",
              "docComment": "/**\n * Height of the coachmark\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#isBeaconAnimating:member",
              "docComment": "/**\n * Is the beacon currently animating.\n *\n * @deprecated\n *\n * Property is never used\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isBeaconAnimating: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isBeaconAnimating",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#isCollapsed:member",
              "docComment": "/**\n * Is the Coachmark collapsed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCollapsed: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#isMeasured:member",
              "docComment": "/**\n * Is the Coachmark finished measuring the dimensions of innerHostElement\n *\n * @deprecated\n *\n * Value is always the inverse of `isMeasuring`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMeasured: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMeasured",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#isMeasuring:member",
              "docComment": "/**\n * Is the component taking measurements\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMeasuring: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMeasuring",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#theme:member",
              "docComment": "/**\n * Current theme.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#transformOrigin:member",
              "docComment": "/**\n * Transform origin for teaching bubble content\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "transformOrigin?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "transformOrigin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyleProps#width:member",
              "docComment": "/**\n * Width of the coachmark\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory Coachmark}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICoachmarkStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ICoachmarkStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#ariaContainer:member",
              "docComment": "/**\n * The styles applied to the ARIA attribute container\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#childrenContainer:member",
              "docComment": "/**\n * The layer that directly contains the TeachingBubbleContent\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "childrenContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "childrenContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#collapsed:member",
              "docComment": "/**\n * The styles applied when the Coachmark has collapsed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapsed?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#entityHost:member",
              "docComment": "/**\n * The layer that content/components/elements will be hosted in.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "entityHost?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "entityHost",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#entityInnerHost:member",
              "docComment": "/**\n * The inner layer that components will be hosted in and primary purpose is scaling the layer down while the Coachmark collapsed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "entityInnerHost: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "entityInnerHost",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#pulsingBeacon:member",
              "docComment": "/**\n * The pulsing beacon that animates when the Coachmark is collapsed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pulsingBeacon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pulsingBeacon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#root:member",
              "docComment": "/**\n * Style for the root element in the default enabled/unchecked state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#rotateAnimationLayer:member",
              "docComment": "/**\n * The layer the Rotate animation will be applied to.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rotateAnimationLayer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rotateAnimationLayer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#scaleAnimationLayer:member",
              "docComment": "/**\n * The layer the Scale animation will be applied to.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scaleAnimationLayer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scaleAnimationLayer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkStyles#translateAnimationContainer:member",
              "docComment": "/**\n * The layer, or div, that the translate animation will be applied to.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "translateAnimationContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "translateAnimationContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ICoachmarkTypes:type",
          "docComment": "/**\n * @deprecated\n *\n * No longer used. {@docCategory Coachmark}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ICoachmarkTypes = "
            },
            {
              "kind": "Reference",
              "text": "ICoachmarkProps",
              "canonicalReference": "office-ui-fabric-react!ICoachmarkProps:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ICoachmarkTypes",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColor:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColor extends "
            },
            {
              "kind": "Reference",
              "text": "IRGB",
              "canonicalReference": "office-ui-fabric-react!IRGB:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IHSV",
              "canonicalReference": "office-ui-fabric-react!IHSV:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IColor",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColor#hex:member",
              "docComment": "/**\n * Hex string for the color (excluding alpha component), *not* prefixed with #.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hex: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColor#str:member",
              "docComment": "/**\n * CSS color string. If a hex value, it must be prefixed with #.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "str: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "str",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColor#t:member",
              "docComment": "/**\n * Transparency value, range 0 (opaque) to 100 (transparent). Usually assumed to be 0 if not specified.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "t?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "t",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorCellProps:interface",
          "docComment": "/**\n * {@docCategory SwatchColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorCellProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorCellProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorCellProps#color:member",
              "docComment": "/**\n * The CSS-compatible string to describe the color\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorCellProps#id:member",
              "docComment": "/**\n * Arbitrary unique string associated with this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorCellProps#index:member",
              "docComment": "/**\n * Index for this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "index?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "index",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorCellProps#label:member",
              "docComment": "/**\n * Tooltip and aria label for this item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorPicker:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorPicker "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorPicker",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPicker#color:member",
              "docComment": "/**\n * The currently selected color.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color: "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps:interface",
          "docComment": "/**\n * {@docCategory SwatchColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorPickerGridCellProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorPickerGridCellProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#borderWidth:member",
              "docComment": "/**\n * Width of the border that indicates a selected/hovered cell, in pixels.\n *\n * @defaultvalue\n *\n * 2 if `cellWidth` is less than 24; otherwise 4\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "borderWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#circle:member",
              "docComment": "/**\n * True if this cell should be rendered as a circle, false if it should be a square.  @default `true` (render as circle)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "circle?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "circle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#color:member",
              "docComment": "/**\n * The CSS-compatible string to describe the color\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#disabled:member",
              "docComment": "/**\n * Whether this cell should be disabled  @default false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#height:member",
              "docComment": "/**\n * Height of the cell, in pixels\n *\n * @defaultvalue\n *\n * 20\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#id:member",
              "docComment": "/**\n * Used as a PREFIX for the cell's ID (the cell will not have this literal string as its ID).\n *\n * @deprecated\n *\n * Deprecated due to misleading name. Use `idPrefix` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#idPrefix:member",
              "docComment": "/**\n * Prefix for this cell's ID. Will be required in a future version once `id` is removed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "idPrefix?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "idPrefix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#index:member",
              "docComment": "/**\n * Index for this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "index?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "index",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#item:member",
              "docComment": "/**\n * Item to render\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Reference",
                  "text": "IColorCellProps",
                  "canonicalReference": "office-ui-fabric-react!IColorCellProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#label:member",
              "docComment": "/**\n * Tooltip and aria label for this item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#onClick:member",
              "docComment": "/**\n * Handler for when a color cell is clicked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IColorCellProps",
                  "canonicalReference": "office-ui-fabric-react!IColorCellProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#onFocus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IColorCellProps",
                  "canonicalReference": "office-ui-fabric-react!IColorCellProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#onHover:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onHover?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColorCellProps",
                  "canonicalReference": "office-ui-fabric-react!IColorCellProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onHover",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#onKeyDown:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onKeyDown?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onKeyDown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#onMouseEnter:member",
              "docComment": "/**\n * Mouse enter handler. Returns true if the event should be processed, false otherwise.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseEnter?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseEnter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#onMouseLeave:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseLeave?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseLeave",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#onMouseMove:member",
              "docComment": "/**\n * Mouse move handler. Returns true if the event should be processed, false otherwise.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseMove?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseMove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#onWheel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onWheel?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onWheel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#selected:member",
              "docComment": "/**\n * Whether this cell is currently selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#styles:member",
              "docComment": "/**\n * Custom styles for the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerGridCellStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerGridCellStyles",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#theme:member",
              "docComment": "/**\n * The theme object to use for styling.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellProps#width:member",
              "docComment": "/**\n * Width of the cell, in pixels\n *\n * @defaultvalue\n *\n * 20\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps:interface",
          "docComment": "/**\n * {@docCategory SwatchColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorPickerGridCellStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorPickerGridCellStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps#borderWidth:member",
              "docComment": "/**\n * The width of the border indicating a hovered or selected cell, in pixels.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "borderWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps#circle:member",
              "docComment": "/**\n * Whether the svg color element should be rendered as a circle or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "circle?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "circle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps#disabled:member",
              "docComment": "/**\n * Whether the component is disabled or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps#height:member",
              "docComment": "/**\n * The height of this cell, in pixels.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps#isWhite:member",
              "docComment": "/**\n * Whether the color being rendered is white or not. If it is white we show a border around it.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isWhite?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isWhite",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps#selected:member",
              "docComment": "/**\n * Whether the cell is currently selected or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps#theme:member",
              "docComment": "/**\n * Theme to apply to the cell.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps#width:member",
              "docComment": "/**\n * The width of this cell, in pixels.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyles:interface",
          "docComment": "/**\n * {@docCategory SwatchColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorPickerGridCellStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorPickerGridCellStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyles#colorCell:member",
              "docComment": "/**\n * Style to apply to a colorCell in the color picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "colorCell: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "colorCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyles#svg:member",
              "docComment": "/**\n * Style to apply to the svg element that renders the color.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "svg: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "svg",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorPickerProps:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorPickerProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorPickerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#alphaLabel:member",
              "docComment": "/**\n * Label for the alpha textfield.\n *\n * @deprecated\n *\n * Use `strings`\n *\n * @defaultvalue\n *\n * Alpha\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alphaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alphaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#alphaSliderHidden:member",
              "docComment": "/**\n * Whether to hide the alpha (or transparency) slider and text field.\n *\n * @deprecated\n *\n * Use `alphaType: 'none'`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alphaSliderHidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alphaSliderHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#alphaType:member",
              "docComment": "/**\n * `alpha` (the default) means display a slider and text field for editing alpha values. `transparency` also displays a slider and text field but for editing transparency values. `none` hides these controls.\n *\n * Alpha represents the opacity of the color, whereas transparency represents the transparentness of the color: i.e. a 30% transparent color has 70% opaqueness.\n *\n * @defaultvalue\n *\n * 'alpha'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alphaType?: "
                },
                {
                  "kind": "Content",
                  "text": "'alpha' | 'transparency' | 'none'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alphaType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#blueLabel:member",
              "docComment": "/**\n * Label for the blue text field.\n *\n * @deprecated\n *\n * Use `strings`\n *\n * @defaultvalue\n *\n * Blue\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "blueLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "blueLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the ColorPicker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#color:member",
              "docComment": "/**\n * Object or CSS-compatible string to describe the color.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color: "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": " | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorPicker",
                  "canonicalReference": "office-ui-fabric-react!IColorPicker:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#greenLabel:member",
              "docComment": "/**\n * Label for the green text field.\n *\n * @deprecated\n *\n * Use `strings`\n *\n * @defaultvalue\n *\n * Green\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "greenLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "greenLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#hexLabel:member",
              "docComment": "/**\n * Label for the hex text field.\n *\n * @deprecated\n *\n * Use `strings`\n *\n * @defaultvalue\n *\n * Hex\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hexLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hexLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#onChange:member",
              "docComment": "/**\n * Callback for when the user changes the color. (Not called when the color is changed via props.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.SyntheticEvent",
                  "canonicalReference": "@types/react!~React.SyntheticEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, color: "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#redLabel:member",
              "docComment": "/**\n * Label for the red text field.\n *\n * @deprecated\n *\n * Use `strings`\n *\n * @defaultvalue\n *\n * Red\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "redLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "redLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#showPreview:member",
              "docComment": "/**\n * Whether to show color preview box.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showPreview?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showPreview",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#strings:member",
              "docComment": "/**\n * Labels for elements within the ColorPicker. Defaults are provided in English only.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "strings?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerStrings",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerStrings:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "strings",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerStyles",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorPickerState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorPickerState "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorPickerState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerState#color:member",
              "docComment": "/**\n * Most recently selected color\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color: "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerState#editingColor:member",
              "docComment": "/**\n * Color component currently being edited via a text field (if intermediate value is invalid)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "editingColor?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        component: "
                },
                {
                  "kind": "Reference",
                  "text": "ColorComponent",
                  "canonicalReference": "office-ui-fabric-react!~ColorComponent:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n        value: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "editingColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorPickerStrings:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorPickerStrings "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorPickerStrings",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#alpha:member",
              "docComment": "/**\n * Label for the alpha text field. Also used as the aria label for the alpha slider if `alphaAriaLabel` is not provided.\n *\n * @defaultvalue\n *\n * Alpha\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alpha?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alpha",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#alphaAriaLabel:member",
              "docComment": "/**\n * Customized aria-label for the alpha slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alphaAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alphaAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#blue:member",
              "docComment": "/**\n * Label for the blue text field.\n *\n * @defaultvalue\n *\n * Blue\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "blue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "blue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#green:member",
              "docComment": "/**\n * Label for the green text field.\n *\n * @defaultvalue\n *\n * Green\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "green?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "green",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#hex:member",
              "docComment": "/**\n * Label for the hex text field.\n *\n * @defaultvalue\n *\n * Hex\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hex?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#hue:member",
              "docComment": "/**\n * Aria label for the hue slider.\n *\n * @deprecated\n *\n * Use `hueAriaLabel`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#hueAriaLabel:member",
              "docComment": "/**\n * Aria label for the hue slider.\n *\n * @defaultvalue\n *\n * Hue\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hueAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hueAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#red:member",
              "docComment": "/**\n * Label for the red text field.\n *\n * @defaultvalue\n *\n * Red\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "red?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "red",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#rootAriaLabelFormat:member",
              "docComment": "/**\n * Accessible label for the root of the color picker region. The string should contain a placeholder `{0}` for the currently selected color.\n *\n * @defaultvalue\n *\n * `'Color picker, {0} selected.'`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootAriaLabelFormat?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootAriaLabelFormat",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#svAriaDescription:member",
              "docComment": "/**\n * Detailed description for how to use the color rectangle. Moving the thumb horizontally adjusts saturation and moving it vertically adjusts value (essentially, brightness).\n *\n * @defaultvalue\n *\n * 'Use left and right arrow keys to set saturation. Use up and down arrow keys to set brightness.'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "svAriaDescription?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "svAriaDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#svAriaLabel:member",
              "docComment": "/**\n * Aria label for the color rectangle, which adjusts saturation and value (brightness).\n *\n * @defaultvalue\n *\n * 'Saturation and brightness'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "svAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "svAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#svAriaValueFormat:member",
              "docComment": "/**\n * Format string for the current values of the color rectangle. The string must include descriptions and two placeholders for the current values: `{0}` for saturation and `{1}` for value/brightness.\n *\n * @defaultvalue\n *\n * `'Saturation {0} brightness {1}'`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "svAriaValueFormat?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "svAriaValueFormat",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#transparency:member",
              "docComment": "/**\n * Label for the transparency text field.\n *\n * @defaultvalue\n *\n * Transparency\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "transparency?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "transparency",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStrings#transparencyAriaLabel:member",
              "docComment": "/**\n * Customized aria-label for the transparency slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "transparencyAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "transparencyAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IColorPickerStyleProps:type",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IColorPickerStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IColorPickerProps",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IColorPickerProps",
              "canonicalReference": "office-ui-fabric-react!IColorPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className' | 'alphaType'>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IColorPickerStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorPickerStyles:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorPickerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorPickerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#colorRectangle:member",
              "docComment": "/**\n * Style set for the panel element that contains the color rectangle\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "colorRectangle?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "colorRectangle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#colorSquare:member",
              "docComment": "/**\n * Color Square\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "colorSquare?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "colorSquare",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#flexContainer:member",
              "docComment": "/**\n * flexContainer\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flexContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "flexContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#flexPreviewBox:member",
              "docComment": "/**\n * flexPreviewBox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flexPreviewBox?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "flexPreviewBox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#flexSlider:member",
              "docComment": "/**\n * flexSlider\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flexSlider?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "flexSlider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#input:member",
              "docComment": "/**\n * Style set for each text field input.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#panel:member",
              "docComment": "/**\n * Style set for the panel element that contains the color rectangle, color sliders and inputs .\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "panel?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "panel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#root:member",
              "docComment": "/**\n * Style set for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#table:member",
              "docComment": "/**\n * Style set for the table element that contains the color sliders and inputs.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "table?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "table",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#tableAlphaCell:member",
              "docComment": "/**\n * Style set for the table cell that contains the alpha or transparency label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tableAlphaCell?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tableAlphaCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#tableHeader:member",
              "docComment": "/**\n * Style set for the table header that contains the labels.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tableHeader?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tableHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorPickerStyles#tableHexCell:member",
              "docComment": "/**\n * Style set for the table cell that contains the hex label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tableHexCell?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tableHexCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorRectangle:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorRectangle "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorRectangle",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangle#color:member",
              "docComment": "/**\n * Currently selected color.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color: "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorRectangleProps:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorRectangleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorRectangleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#ariaDescription:member",
              "docComment": "/**\n * Detailed description for how to use the color rectangle. Moving the thumb horizontally adjusts saturation and moving it vertically adjusts value (essentially, brightness).\n *\n * @defaultvalue\n *\n * 'Use left and right arrow keys to set saturation. Use up and down arrow keys to set brightness.'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescription?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#ariaLabel:member",
              "docComment": "/**\n * Label of the ColorRectangle for the benefit of screen reader users.\n *\n * @defaultvalue\n *\n * 'Saturation and brightness'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#ariaValueFormat:member",
              "docComment": "/**\n * Format string for the color rectangle's current value as read by screen readers. The string must include descriptions and two placeholders for the current values: `{0}` for saturation and `{1}` for value/brightness.\n *\n * @defaultvalue\n *\n * `'Saturation {0} brightness {1}'`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaValueFormat?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaValueFormat",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the ColorRectangle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#color:member",
              "docComment": "/**\n * Current color of the rectangle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color: "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorRectangle",
                  "canonicalReference": "office-ui-fabric-react!IColorRectangle:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#minSize:member",
              "docComment": "/**\n * Minimum width and height.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#onChange:member",
              "docComment": "/**\n * Callback for when the color changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ", color: "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorRectangleStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IColorRectangleStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IColorRectangleStyles",
                  "canonicalReference": "office-ui-fabric-react!IColorRectangleStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorRectangleStyleProps:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorRectangleStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorRectangleStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleStyleProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the ColorRectangle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleStyleProps#minSize:member",
              "docComment": "/**\n * Minimum width and height.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleStyleProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorRectangleStyles:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorRectangleStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorRectangleStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleStyles#dark:member",
              "docComment": "/**\n * Style set for the dark-colored rectangle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dark?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dark",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleStyles#description:member",
              "docComment": "/**\n * Style for a hidden detailed description for screen reader users.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "description?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "description",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleStyles#light:member",
              "docComment": "/**\n * Style set for the light-colored rectangle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "light?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "light",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleStyles#root:member",
              "docComment": "/**\n * Style set for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorRectangleStyles#thumb:member",
              "docComment": "/**\n * Style set for the draggable thumb element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "thumb?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "thumb",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorSlider:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorSlider "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorSlider",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSlider#value:member",
              "docComment": "/**\n * Current value of the slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorSliderProps:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorSliderProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorSliderProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#ariaLabel:member",
              "docComment": "/**\n * Label of the ColorSlider for the benefit of screen reader users.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the ColorSlider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorSlider",
                  "canonicalReference": "office-ui-fabric-react!IColorSlider:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#isAlpha:member",
              "docComment": "/**\n * If true, the slider represents an alpha slider and will display a gray checkered pattern in the background. Otherwise, the slider represents a hue slider.\n *\n * @deprecated\n *\n * Use `type`\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isAlpha?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isAlpha",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#maxValue:member",
              "docComment": "/**\n * Maximum value of the slider.\n *\n * @deprecated\n *\n * Will be 100 for alpha or transparency sliders, or 359 for hue sliders.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxValue?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#minValue:member",
              "docComment": "/**\n * Minimum value of the slider.\n *\n * @deprecated\n *\n * Will always be 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minValue?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#onChange:member",
              "docComment": "/**\n * Callback issued when the value changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ", newValue?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#overlayColor:member",
              "docComment": "/**\n * Hex color to use when rendering an alpha or transparency slider's overlay, *without* the `#`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overlayColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overlayColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#overlayStyle:member",
              "docComment": "/**\n * Custom style for the overlay element.\n *\n * @deprecated\n *\n * Use `overlayColor` instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overlayStyle?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.CSSProperties",
                  "canonicalReference": "@types/react!~React.CSSProperties:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overlayStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorSliderStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IColorSliderStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IColorSliderStyles",
                  "canonicalReference": "office-ui-fabric-react!IColorSliderStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#thumbColor:member",
              "docComment": "/**\n * CSS-compatible string for the color of the thumb element.\n *\n * @deprecated\n *\n * Not used. Use `styles.sliderThumb` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "thumbColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "thumbColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#type:member",
              "docComment": "/**\n * Type of slider to display.\n *\n * @defaultvalue\n *\n * 'hue'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type?: "
                },
                {
                  "kind": "Content",
                  "text": "'hue' | 'alpha' | 'transparency'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps#value:member",
              "docComment": "/**\n * Current value of the slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IColorSliderStyleProps:type",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IColorSliderStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IColorSliderProps",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IColorSliderProps",
              "canonicalReference": "office-ui-fabric-react!IColorSliderProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className' | 'type'> & {\n    isAlpha?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IColorSliderStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColorSliderStyles:interface",
          "docComment": "/**\n * {@docCategory ColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColorSliderStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IColorSliderStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderStyles#root:member",
              "docComment": "/**\n * Style set for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderStyles#sliderOverlay:member",
              "docComment": "/**\n * Style set for the overlay element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sliderOverlay?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "sliderOverlay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColorSliderStyles#sliderThumb:member",
              "docComment": "/**\n * Style set for the draggable thumb element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sliderThumb?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "sliderThumb",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColumn:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColumn "
            }
          ],
          "releaseTag": "Public",
          "name": "IColumn",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#ariaLabel:member",
              "docComment": "/**\n * Accessible label for the column. The column name will still be used as the primary label, but this text (if specified) will be read after the column name.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#calculatedWidth:member",
              "docComment": "/**\n * Internal only value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calculatedWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calculatedWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#className:member",
              "docComment": "/**\n * Class name to apply to the column cell within each row.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#columnActionsMode:member",
              "docComment": "/**\n * Defines how the column's header should render.\n *\n * @defaultvalue\n *\n * ColumnActionsMode.clickable\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnActionsMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ColumnActionsMode",
                  "canonicalReference": "office-ui-fabric-react!ColumnActionsMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnActionsMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#currentWidth:member",
              "docComment": "/**\n * Internal only value. Remembers the actual width of the column in any case. `calculatedWidth` is only saved when it's defined by user, not for justified calculations.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#data:member",
              "docComment": "/**\n * Arbitrary data passthrough which can be used by the caller.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#fieldName:member",
              "docComment": "/**\n * The field to pull the text value from for the column. Can be unset if a custom `onRender` method is provided.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fieldName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "fieldName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#filterAriaLabel:member",
              "docComment": "/**\n * Accessible label for the status of this column when filtered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "filterAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#getValueKey:member",
              "docComment": "/**\n * Custom override for the parent list's `getCellValueKey`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getValueKey?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number, column?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getValueKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#groupAriaLabel:member",
              "docComment": "/**\n * Accessible label for the status of this column when grouped.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#headerClassName:member",
              "docComment": "/**\n * Class name to apply to the column header cell.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#iconClassName:member",
              "docComment": "/**\n * Class name for the icon within the header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#iconName:member",
              "docComment": "/**\n * Custom icon to use in the column header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isCollapsable:member",
              "docComment": "/**\n * If true, allow the column to be collapsed when rendered in justified layout.\n *\n * @deprecated\n *\n * Use `isCollapsible`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCollapsable?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCollapsable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isCollapsible:member",
              "docComment": "/**\n * If true, allow the column to be collapsed when rendered in justified layout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCollapsible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCollapsible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isFiltered:member",
              "docComment": "/**\n * Whether the list is filtered by this column. If true, shows a filter icon next to this column's name.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isFiltered?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isFiltered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isGrouped:member",
              "docComment": "/**\n * Whether the list is grouped by this column. If true, shows a grouped icon next to this column's name.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isGrouped?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isGrouped",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isIconOnly:member",
              "docComment": "/**\n * Whether only the icon should be displayed in the column header. If true, the column name and dropdown chevron will not be displayed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isIconOnly?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isIconOnly",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isMenuOpen:member",
              "docComment": "/**\n * Whether a dropdown menu is open so that the appropriate ARIA attributes are rendered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMenuOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMenuOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isMultiline:member",
              "docComment": "/**\n * Determines if the column can render multi-line text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMultiline?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMultiline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isPadded:member",
              "docComment": "/**\n * If true, add additional LTR padding-right to column and cells.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isPadded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isPadded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isResizable:member",
              "docComment": "/**\n * Determines if the column can be resized.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isResizable?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isResizable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isRowHeader:member",
              "docComment": "/**\n * Whether the column is a header for the given row. There should be only one column with this set to true.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isRowHeader?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isRowHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isSorted:member",
              "docComment": "/**\n * Determines if the column is currently sorted. Renders a sort arrow in the column header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSorted?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSorted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#isSortedDescending:member",
              "docComment": "/**\n * Determines if the sort arrow is pointed down (descending) or up.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSortedDescending?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSortedDescending",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#key:member",
              "docComment": "/**\n * A unique key for identifying the column.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#maxWidth:member",
              "docComment": "/**\n * Maximum width for the column, if stretching is allowed in justified scenarios.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#minWidth:member",
              "docComment": "/**\n * Minimum width for the column.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minWidth: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#name:member",
              "docComment": "/**\n * Name to render on the column header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#onColumnClick:member",
              "docComment": "/**\n * Callback for when the user clicks on the column header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#onColumnContextMenu:member",
              "docComment": "/**\n * Callback for when the user opens the column header context menu.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnContextMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "(column?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ", ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnContextMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#onColumnResize:member",
              "docComment": "/**\n * Callback for when the column is resized (`width` is the current width).\n *\n * Prefer this over `DetailsList`'s `onColumnResize` if you require the `IColumn` to report its width after every resize event. Consider debouncing the callback if resize events occur frequently.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnResize?: "
                },
                {
                  "kind": "Content",
                  "text": "(width?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnResize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#onRender:member",
              "docComment": "/**\n * Custom renderer for cell content, instead of the default text rendering.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRender?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number, column?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRender",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#onRenderDivider:member",
              "docComment": "/**\n * Custom renderer for column header divider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderDivider?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsColumnProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderDivider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#sortAscendingAriaLabel:member",
              "docComment": "/**\n * Accessible label for indicating that the list is sorted by this column in ascending order. This will be read after the main column header label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sortAscendingAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "sortAscendingAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#sortDescendingAriaLabel:member",
              "docComment": "/**\n * Accessible label for indicating that the list is sorted by this column in descending order. This will be read after the main column header label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sortDescendingAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "sortDescendingAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumn#styles:member",
              "docComment": "/**\n * Custom overrides to the themed or default styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsColumnStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsColumnStyles",
                  "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColumnDragDropDetails:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColumnDragDropDetails "
            }
          ],
          "releaseTag": "Public",
          "name": "IColumnDragDropDetails",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnDragDropDetails#draggedIndex:member",
              "docComment": "/**\n * Specifies the source column index\n *\n * @defaultvalue\n *\n * -1\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "draggedIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "draggedIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnDragDropDetails#targetIndex:member",
              "docComment": "/**\n * Specifies the target column index\n *\n * @defaultvalue\n *\n * -1\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "targetIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "targetIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColumnReorderHeaderProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColumnReorderHeaderProps extends "
            },
            {
              "kind": "Reference",
              "text": "IColumnReorderOptions",
              "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IColumnReorderHeaderProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnReorderHeaderProps#onColumnDragEnd:member",
              "docComment": "/**\n * Callback to notify the column dragEnd event to List Need this to check whether the dragEnd has happened on corresponding list or outside of the list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnDragEnd?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: {\n        dropLocation?: "
                },
                {
                  "kind": "Reference",
                  "text": "ColumnDragEndLocation",
                  "canonicalReference": "office-ui-fabric-react!ColumnDragEndLocation:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }, event: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnDragEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColumnReorderOptions "
            }
          ],
          "releaseTag": "Public",
          "name": "IColumnReorderOptions",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions#frozenColumnCountFromEnd:member",
              "docComment": "/**\n * Specifies the number fixed columns from right\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "frozenColumnCountFromEnd?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "frozenColumnCountFromEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions#frozenColumnCountFromStart:member",
              "docComment": "/**\n * Specifies the number fixed columns from left\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "frozenColumnCountFromStart?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "frozenColumnCountFromStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions#handleColumnReorder:member",
              "docComment": "/**\n * Callback to handle column reordering. `draggedIndex` is the source column index, which should be placed at `targetIndex`.\n *\n * @deprecated\n *\n * Use `onColumnDrop` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleColumnReorder?: "
                },
                {
                  "kind": "Content",
                  "text": "(draggedIndex: number, targetIndex: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "handleColumnReorder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions#onColumnDragStart:member",
              "docComment": "/**\n * Callback to handle when dragging on this column's DetailsHeader has started.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnDragStart?: "
                },
                {
                  "kind": "Content",
                  "text": "(dragStarted: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnDragStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions#onColumnDrop:member",
              "docComment": "/**\n * Callback to handle column reordering. `draggedIndex` is the source column index, which should be placed at `targetIndex`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnDrop?: "
                },
                {
                  "kind": "Content",
                  "text": "(dragDropDetails: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumnDragDropDetails",
                  "canonicalReference": "office-ui-fabric-react!IColumnDragDropDetails:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnDrop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions#onDragEnd:member",
              "docComment": "/**\n * Callback to handle when dragging on this column's DetailsHeader has finished.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDragEnd?: "
                },
                {
                  "kind": "Content",
                  "text": "(columnDropLocationDetails: "
                },
                {
                  "kind": "Reference",
                  "text": "ColumnDragEndLocation",
                  "canonicalReference": "office-ui-fabric-react!ColumnDragEndLocation:enum"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDragEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IColumnResizeDetails:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IColumnResizeDetails "
            }
          ],
          "releaseTag": "Public",
          "name": "IColumnResizeDetails",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnResizeDetails#columnIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnResizeDetails#columnMinWidth:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnMinWidth: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnMinWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IColumnResizeDetails#originX:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "originX?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "originX",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IComboBox:interface",
          "docComment": "/**\n * {@docCategory ComboBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IComboBox "
            }
          ],
          "releaseTag": "Public",
          "name": "IComboBox",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBox#dismissMenu:member",
              "docComment": "/**\n * If there is a menu open this will dismiss the menu\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissMenu: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IComboBox#focus:member(1)",
              "docComment": "/**\n * Sets focus to the input in the comboBox\n *\n * @param shouldOpenOnFocus - Determines if we should open the ComboBox menu when the input gets focus\n *\n * @param useFocusAsync - Determines if we should focus the input asynchronously\n *\n * @returns True if focus could be set, false if no operation was taken.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(shouldOpenOnFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", useFocusAsync?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "shouldOpenOnFocus",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "useFocusAsync",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "focus"
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBox#selectedOptions:member",
              "docComment": "/**\n * All selected options\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectedOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface",
          "docComment": "/**\n * {@docCategory ComboBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IComboBoxOption extends "
            },
            {
              "kind": "Reference",
              "text": "ISelectableOption",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IComboBoxOption",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxOption#styles:member",
              "docComment": "/**\n * Specific styles for each comboBox option. If you intend to give common styles to all comboBox option please use the prop comboBoxOptionStyles\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOptionStyles",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOptionStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxOption#useAriaLabelAsText:member",
              "docComment": "/**\n * In scenarios where embedded data is used at the text prop, we will use the ariaLabel prop to set the aria-label and preview text. Default to false\n *\n * @defaultvalue\n *\n * false;\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useAriaLabelAsText?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useAriaLabelAsText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IComboBoxOptionStyles:interface",
          "docComment": "/**\n * {@docCategory ComboBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IComboBoxOptionStyles extends "
            },
            {
              "kind": "Reference",
              "text": "IButtonStyles",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IComboBoxOptionStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxOptionStyles#optionText:member",
              "docComment": "/**\n * Styles for the text inside the comboBox option. This should be used instead of the description inside IButtonStyles because we custom render the text in the comboBox options.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "optionText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxOptionStyles#optionTextWrapper:member",
              "docComment": "/**\n * Styles for the comboBox option text's wrapper.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionTextWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "optionTextWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface",
          "docComment": "/**\n * {@docCategory ComboBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IComboBoxProps extends "
            },
            {
              "kind": "Reference",
              "text": "ISelectableDroppableTextProps",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IComboBox",
              "canonicalReference": "office-ui-fabric-react!IComboBox:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IComboBox",
              "canonicalReference": "office-ui-fabric-react!IComboBox:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IComboBoxProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#allowFreeform:member",
              "docComment": "/**\n * Whether the ComboBox is free form, meaning that the user input is not bound to provided options. Defaults to false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowFreeform?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowFreeform",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#ariaDescribedBy:member",
              "docComment": "/**\n * Optional prop to add a string id that can be referenced inside the aria-describedby attribute\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#autoComplete:member",
              "docComment": "/**\n * Whether the ComboBox auto completes. As the user is inputing text, it will be suggested potential matches from the list of options. If the combo box is expanded, this will also scroll to the suggested option, and give it a selected style.\n *\n * @defaultvalue\n *\n * \"on\"\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoComplete?: "
                },
                {
                  "kind": "Content",
                  "text": "'on' | 'off'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "autoComplete",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#autofill:member",
              "docComment": "/**\n * The AutofillProps to be passed into the Autofill component inside combobox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autofill?: "
                },
                {
                  "kind": "Reference",
                  "text": "IAutofillProps",
                  "canonicalReference": "office-ui-fabric-react!IAutofillProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "autofill",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#buttonIconProps:member",
              "docComment": "/**\n * The IconProps to use for the button aspect of the combobox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "buttonIconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "buttonIconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#caretDownButtonStyles:member",
              "docComment": "/**\n * Styles for the caret down button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "caretDownButtonStyles?: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonStyles",
                  "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "caretDownButtonStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#comboBoxOptionStyles:member",
              "docComment": "/**\n * Default styles that should be applied to ComboBox options, in case an option does not come with user-defined custom styles\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "comboBoxOptionStyles?: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOptionStyles",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOptionStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "comboBoxOptionStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IComboBox interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IComboBox",
                  "canonicalReference": "office-ui-fabric-react!IComboBox:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#dropdownMaxWidth:member",
              "docComment": "/**\n * Custom max width for dropdown\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownMaxWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownMaxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#dropdownWidth:member",
              "docComment": "/**\n * Custom width for dropdown (unless useComboBoxAsMenuWidth is undefined or false)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#getClassNames:member",
              "docComment": "/**\n * Custom function for providing the classNames for the ComboBox. Can be used to provide all styles for the component instead of applying them on top of the default styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getClassNames?: "
                },
                {
                  "kind": "Content",
                  "text": "(theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ", isOpen: boolean, disabled: boolean, required: boolean, focused: boolean, allowFreeForm: boolean, hasErrorMessage: boolean, className?: string) => "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxClassNames",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#iconButtonProps:member",
              "docComment": "/**\n * Optional iconButton props on combo box\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#isButtonAriaHidden:member",
              "docComment": "/**\n * Sets the 'aria-hidden' attribute on the ComboBox's button element instructing screen readers how to handle the element. This element is hidden by default because all functionality is handled by the input element and the arrow button is only meant to be decorative.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isButtonAriaHidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isButtonAriaHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#keytipProps:member",
              "docComment": "/**\n * Optional keytip for this combo box\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#multiSelectDelimiter:member",
              "docComment": "/**\n * When multiple items are selected, this will be used to separate values in the combobox input.\n *\n * @defaultvalue\n *\n * \", \"\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "multiSelectDelimiter?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "multiSelectDelimiter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onChange:member",
              "docComment": "/**\n * Callback issued when either: 1) the selected option changes 2) a manually edited value is submitted. In this case there may not be a matched option if allowFreeform is also true (and hence only value would be true, the other parameter would be null in this case)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FormEvent",
                  "canonicalReference": "@types/react!~React.FormEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IComboBox",
                  "canonicalReference": "office-ui-fabric-react!IComboBox:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, option?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ", index?: number, value?: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onItemClick:member",
              "docComment": "/**\n * Callback issued when a ComboBox item is clicked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FormEvent",
                  "canonicalReference": "@types/react!~React.FormEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IComboBox",
                  "canonicalReference": "office-ui-fabric-react!IComboBox:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, option?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ", index?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onMenuDismiss:member",
              "docComment": "/**\n * Function that gets invoked before the menu gets dismissed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMenuDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMenuDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onMenuDismissed:member",
              "docComment": "/**\n * Function that gets invoked when the ComboBox menu is dismissed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMenuDismissed?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMenuDismissed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onMenuOpen:member",
              "docComment": "/**\n * Function that gets invoked when the ComboBox menu is launched\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMenuOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMenuOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onPendingValueChanged:member",
              "docComment": "/**\n * Callback issued when the user changes the pending value in ComboBox. This will be called any time the component is updated and there is a current pending value. Option, index, and value will all be undefined if no change has taken place and the previously entered pending value is still valid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onPendingValueChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(option?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ", index?: number, value?: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onPendingValueChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onRenderLabel:member",
              "docComment": "/**\n * Custom render function for the label text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderLabel?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IOnRenderComboBoxLabelProps",
                  "canonicalReference": "office-ui-fabric-react!IOnRenderComboBoxLabelProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onRenderLowerContent:member",
              "docComment": "/**\n * Add additional content below the callout list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderLowerContent?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxProps",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderLowerContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onRenderUpperContent:member",
              "docComment": "/**\n * Add additional content above the callout list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderUpperContent?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxProps",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderUpperContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onResolveOptions:member",
              "docComment": "/**\n * Callback issued when the options should be resolved, if they have been updated or if they need to be passed in the first time\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onResolveOptions?: "
                },
                {
                  "kind": "Content",
                  "text": "(options: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]) => "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[] | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onResolveOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#onScrollToItem:member",
              "docComment": "/**\n * Callback issued when the ComboBox requests the list to scroll to a specific element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onScrollToItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onScrollToItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#options:member",
              "docComment": "/**\n * Collection of options for this ComboBox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#persistMenu:member",
              "docComment": "/**\n * Menu will not be created or destroyed when opened or closed, instead it will be hidden. This will improve perf of the menu opening but could potentially impact overall perf by having more elements in the dom. Should only be used when perf is important. Note: This may increase the amount of time it takes for the comboBox itself to mount.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "persistMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "persistMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#scrollSelectedToTop:member",
              "docComment": "/**\n * When options are scrollable the selected option is positioned at the top of the callout when it is opened (unless it has reached the end of the scrollbar).\n *\n * @defaultvalue\n *\n * false;\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollSelectedToTop?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollSelectedToTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#shouldRestoreFocus:member",
              "docComment": "/**\n * When specified, determines whether the callout (the menu which drops down) should restore the focus after being dismissed or not. If false, then the menu will not try to set focus to whichever element had focus before the menu was opened.\n *\n * @defaultvalue\n *\n * true;\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldRestoreFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldRestoreFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#styles:member",
              "docComment": "/**\n * Custom styles for this component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxStyles",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#text:member",
              "docComment": "/**\n * Value to show in the input, does not have to map to a combobox option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps#useComboBoxAsMenuWidth:member",
              "docComment": "/**\n * Whether to use the ComboBoxes width as the menu's width\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useComboBoxAsMenuWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useComboBoxAsMenuWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IComboBoxState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IComboBoxState "
            }
          ],
          "releaseTag": "Public",
          "name": "IComboBoxState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxState#currentOptions:member",
              "docComment": "/**\n * The options currently available for the callout\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxState#currentPendingValue:member",
              "docComment": "/**\n * When taking input, this will store the actual text that is being entered\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentPendingValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentPendingValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxState#currentPendingValueValidIndex:member",
              "docComment": "/**\n * When taking input, this will store the index that the options input matches (-1 if no input or match)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentPendingValueValidIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentPendingValueValidIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxState#currentPendingValueValidIndexOnHover:member",
              "docComment": "/**\n * Stores the hovered over value in the dropdown (used for styling the options without updating the input)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentPendingValueValidIndexOnHover: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentPendingValueValidIndexOnHover",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxState#focusState:member",
              "docComment": "/**\n * The focused state of the comboBox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusState?: "
                },
                {
                  "kind": "Content",
                  "text": "'none' | 'focused' | 'focusing'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusState",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxState#isOpen:member",
              "docComment": "/**\n * The open state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxState#selectedIndices:member",
              "docComment": "/**\n * The currently selected indices\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedIndices?: "
                },
                {
                  "kind": "Content",
                  "text": "number[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedIndices",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxState#suggestedDisplayValue:member",
              "docComment": "/**\n * This value is used for the autocomplete hint value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestedDisplayValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestedDisplayValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IComboBoxStyles:interface",
          "docComment": "/**\n * {@docCategory ComboBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IComboBoxStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IComboBoxStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#callout:member",
              "docComment": "/**\n * Styles for the callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "callout: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "callout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#container:member",
              "docComment": "/**\n * Style for the container which has the ComboBox and the label\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "container: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "container",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#divider:member",
              "docComment": "/**\n * Styles for a divider in the options.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "divider: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "divider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#errorMessage:member",
              "docComment": "/**\n * Styles for the error Message text of the comboBox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorMessage: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "errorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#header:member",
              "docComment": "/**\n * Styles for a header in the options.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "header: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "header",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#input:member",
              "docComment": "/**\n * Base styles for the input element - which contains the currently selected option.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#inputDisabled:member",
              "docComment": "/**\n * Style override for the input element when comboBox is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#label:member",
              "docComment": "/**\n * Style for the label element of the ComboBox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#labelDisabled:member",
              "docComment": "/**\n * Style for the label element of the ComboBox in the disabled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#optionsContainer:member",
              "docComment": "/**\n * Styles for the container of all the Combobox options Includes the headers and dividers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionsContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "optionsContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#optionsContainerWrapper:member",
              "docComment": "/**\n * Styles for the optionsContainerWrapper.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionsContainerWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "optionsContainerWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#root:member",
              "docComment": "/**\n * Base styles for the root element of all ComboBoxes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#rootDisabled:member",
              "docComment": "/**\n * Styles for when the comboBox is disabled. These styles override all the other styles. NOTE : Hover (or) Focused (or) active styles are not applied for disabled comboBoxes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#rootDisallowFreeForm:member",
              "docComment": "/**\n * Styles for variant of ComboBox where allowFreeForm is false in the props.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootDisallowFreeForm: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootDisallowFreeForm",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#rootError:member",
              "docComment": "/**\n * Styles for the root element for variant of ComboBox with an errorMessage in the props.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootError: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootError",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#rootFocused:member",
              "docComment": "/**\n * Styles for when the ComboBox is focused. These styles are applied for all comboBoxes except when the comboBox is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootFocused: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootFocused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#rootHovered:member",
              "docComment": "/**\n * Styles for when the ComboBox is hovered. These styles are applied for all comboBoxes except when the comboBox is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootHovered: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#rootPressed:member",
              "docComment": "/**\n * Styles for when the ComboBox is active. These styles are applied for all comboBoxes except when the comboBox is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootPressed: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootPressed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IComboBoxStyles#screenReaderText:member",
              "docComment": "/**\n * Styles for hidden screen reader text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "screenReaderText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "screenReaderText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICommandBar:interface",
          "docComment": "/**\n * {@docCategory CommandBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICommandBar "
            }
          ],
          "releaseTag": "Public",
          "name": "ICommandBar",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBar#focus:member(1)",
              "docComment": "/**\n * Sets focus to the active command in the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBar#remeasure:member(1)",
              "docComment": "/**\n * Remeasures the available space.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "remeasure(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "remeasure"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICommandBarData:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICommandBarData "
            }
          ],
          "releaseTag": "Public",
          "name": "ICommandBarData",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarData#cacheKey:member",
              "docComment": "/**\n * Unique string used to cache the width of the command bar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cacheKey: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cacheKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarData#farItems:member",
              "docComment": "/**\n * Items being rendered on the far side\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "farItems: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarItemProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[] | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "farItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarData#minimumOverflowItems:member",
              "docComment": "/**\n * Length of original overflowItems to ensure that they are not moved into primary region on resize\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minimumOverflowItems: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minimumOverflowItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarData#overflowItems:member",
              "docComment": "/**\n * Items being rendered in the overflow\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowItems: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarItemProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarData#primaryItems:member",
              "docComment": "/**\n * Items being rendered in the primary region\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryItems: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarItemProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface",
          "docComment": "/**\n * ICommandBarItemProps extends IContextualMenuItem and adds a few CommandBar-specific props. {@docCategory CommandBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICommandBarItemProps extends "
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuItem",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ICommandBarItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps#buttonStyles:member",
              "docComment": "/**\n * Custom styles for individual button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "buttonStyles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonStyles",
                  "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "buttonStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps#cacheKey:member",
              "docComment": "/**\n * A custom cache key to be used for this item. If `cacheKey` is changed, the cache will invalidate. Defaults to `key` value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cacheKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cacheKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps#commandBarButtonAs:member",
              "docComment": "/**\n * Method to override the render of the individual command bar button. Not used when item is rendered in overflow.\n *\n * @defaultvalue\n *\n * CommandBarButton\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "commandBarButtonAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComponentAs",
                  "canonicalReference": "@uifabric/utilities!IComponentAs:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarItemProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "commandBarButtonAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps#iconOnly:member",
              "docComment": "/**\n * Show only an icon for this item, not text. Does not apply if item is in the overflow.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconOnly?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconOnly",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps#renderedInOverflow:member",
              "docComment": "/**\n * Context under which the item is being rendered. This value is mutated by the CommandBar and is useful for adjusting the `onRender` function.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderedInOverflow?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderedInOverflow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps#tooltipHostProps:member",
              "docComment": "/**\n * Props for the tooltip when in `iconOnly` mode.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tooltipHostProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipHostProps",
                  "canonicalReference": "office-ui-fabric-react!ITooltipHostProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tooltipHostProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICommandBarProps:interface",
          "docComment": "/**\n * {@docCategory CommandBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICommandBarProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ICommandBarProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#ariaLabel:member",
              "docComment": "/**\n * Accessibility text to be read by the screen reader when the user's focus enters the command bar. The screen reader will read this text after reading information about the first focusable item in the command bar.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#buttonAs:member",
              "docComment": "/**\n * Custom component for the near and far item buttons. Not used for overflow menu items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "buttonAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComponentAs",
                  "canonicalReference": "@uifabric/utilities!IComponentAs:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "buttonAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the command bar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ICommandBar interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBar",
                  "canonicalReference": "office-ui-fabric-react!ICommandBar:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#dataDidRender:member",
              "docComment": "/**\n * Function to be called every time data is rendered. It provides the data that was actually rendered. A use case would be adding telemetry when a particular control is shown in an overflow or dropped as a result of `onReduceData`, or to count the number of renders that an implementation of `onReduceData` triggers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dataDidRender?: "
                },
                {
                  "kind": "Content",
                  "text": "(renderedData: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dataDidRender",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#farItems:member",
              "docComment": "/**\n * Items to render on the right side (or left, in RTL). ICommandBarItemProps extends IContextualMenuItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "farItems?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarItemProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "farItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#items:member",
              "docComment": "/**\n * Items to render. ICommandBarItemProps extends IContextualMenuItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarItemProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#onDataGrown:member",
              "docComment": "/**\n * Callback invoked when data has been grown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDataGrown?: "
                },
                {
                  "kind": "Content",
                  "text": "(movedItem: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarItemProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDataGrown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#onDataReduced:member",
              "docComment": "/**\n * Callback invoked when data has been reduced.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDataReduced?: "
                },
                {
                  "kind": "Content",
                  "text": "(movedItem: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarItemProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDataReduced",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#onGrowData:member",
              "docComment": "/**\n * Custom function to grow data if items are too small for the given space. Return `undefined` if no more steps can be taken to avoid infinate loop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onGrowData?: "
                },
                {
                  "kind": "Content",
                  "text": "(data: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarData",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarData:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarData",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarData:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onGrowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#onReduceData:member",
              "docComment": "/**\n * Custom function to reduce data if items do not fit in given space. Return `undefined` if no more steps can be taken to avoid infinate loop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onReduceData?: "
                },
                {
                  "kind": "Content",
                  "text": "(data: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarData",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarData:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarData",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarData:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onReduceData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#overflowButtonAs:member",
              "docComment": "/**\n * Custom component for the overflow button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowButtonAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComponentAs",
                  "canonicalReference": "@uifabric/utilities!IComponentAs:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowButtonAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#overflowButtonProps:member",
              "docComment": "/**\n * Props to be passed to overflow button. If `menuProps` are passed through this prop, any items provided will be prepended to any computed overflow items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#overflowItems:member",
              "docComment": "/**\n * Default items to have in the overflow menu. ICommandBarItemProps extends IContextualMenuItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowItems?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarItemProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#shiftOnReduce:member",
              "docComment": "/**\n * When true, items will be 'shifted' off the front of the array when reduced, and unshifted during grow.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shiftOnReduce?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shiftOnReduce",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#styles:member",
              "docComment": "/**\n * Customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ICommandBarStyles",
                  "canonicalReference": "office-ui-fabric-react!ICommandBarStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICommandBarStyleProps:interface",
          "docComment": "/**\n * {@docCategory CommandBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICommandBarStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ICommandBarStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ICommandBarStyles:interface",
          "docComment": "/**\n * {@docCategory CommandBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ICommandBarStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ICommandBarStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarStyles#primarySet:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primarySet?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primarySet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ICommandBarStyles#secondarySet:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondarySet?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "secondarySet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Icon:var",
          "docComment": "/**\n * Legacy Icon component which can be targeted by customization. It's recommended to use `FontIcon` or `ImageIcon` instead, especially in scenarios where rendering performance is important. {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Icon: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IIconProps",
              "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Icon",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!IconBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class IconBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IIconProps",
              "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IIconState",
              "canonicalReference": "office-ui-fabric-react!IIconState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IconBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!IconBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `IconBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!IconBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!IconButton:class",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class IconButton extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "IconButton",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!IconButton#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenu:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenu "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenu",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuItem "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuItem",
          "members": [
            {
              "kind": "IndexSignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:index(1)",
              "docComment": "/**\n * Any additional properties to use when custom rendering menu items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "[propertyName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "]: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "propertyName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#ariaLabel:member",
              "docComment": "/**\n * Custom accessible label for the element. If no override is specified, the `aria-label` attribute will contain the item name.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#canCheck:member",
              "docComment": "/**\n * Whether or not this menu item can be checked\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canCheck?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canCheck",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#checked:member",
              "docComment": "/**\n * Whether or not this menu item is currently checked.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#className:member",
              "docComment": "/**\n * Additional CSS class to apply to the menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IContextualMenuRenderItem interface. This will get passed down to ContextualMenuItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuRenderItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuRenderItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#customOnRenderListLength:member",
              "docComment": "/**\n * When rendering a custom menu component that is passed in, the component might also be a list of elements. We want to keep track of the correct index our menu is using based off of the length of the custom list. It is up to the user to increment the count for their list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "customOnRenderListLength?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "customOnRenderListLength",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#data:member",
              "docComment": "/**\n * Any custom data the developer wishes to associate with the menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#disabled:member",
              "docComment": "/**\n * Whether the menu item is disabled\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#getItemClassNames:member",
              "docComment": "/**\n * Method to provide the classnames to style the individual items inside a menu.\n *\n * @deprecated\n *\n * Use `styles` prop of `IContextualMenuItemProps` to leverage mergeStyles API.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getItemClassNames?: "
                },
                {
                  "kind": "Content",
                  "text": "(theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ", disabled: boolean, expanded: boolean, checked: boolean, isAnchorLink: boolean, knownIcon: boolean, itemClassName?: string, dividerClassName?: string, iconClassName?: string, subMenuClassName?: string, primaryDisabled?: boolean) => "
                },
                {
                  "kind": "Reference",
                  "text": "IMenuItemClassNames",
                  "canonicalReference": "office-ui-fabric-react!IMenuItemClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getItemClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#getSplitButtonVerticalDividerClassNames:member",
              "docComment": "/**\n * Method to provide the classnames to style the Vertical Divider of a split button inside a menu. Default value is the `getSplitButtonVerticalDividerClassNames` func defined in `ContextualMenu.classnames.ts`.\n *\n * @defaultvalue\n *\n * getSplitButtonVerticalDividerClassNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSplitButtonVerticalDividerClassNames?: "
                },
                {
                  "kind": "Content",
                  "text": "(theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "IVerticalDividerClassNames",
                  "canonicalReference": "office-ui-fabric-react!IVerticalDividerClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getSplitButtonVerticalDividerClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#href:member",
              "docComment": "/**\n * Navigate to this URL when the menu item is clicked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "href?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "href",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#iconProps:member",
              "docComment": "/**\n * Props for an icon to display next to the item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#inactive:member",
              "docComment": "/**\n * This prop is no longer used. All contextual menu items are now focusable when disabled.\n *\n * @deprecated\n *\n * in 6.38.2 will be removed in 7.0.0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inactive?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inactive",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#itemProps:member",
              "docComment": "/**\n * Optional IContextualMenuItemProps overrides to customize behaviors such as item styling via `styles`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItemProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#itemType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemType?: "
                },
                {
                  "kind": "Reference",
                  "text": "ContextualMenuItemType",
                  "canonicalReference": "office-ui-fabric-react!ContextualMenuItemType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#key:member",
              "docComment": "/**\n * Unique id to identify the item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#keytipProps:member",
              "docComment": "/**\n * Keytip for this contextual menu item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#name:member",
              "docComment": "/**\n * Text of the menu item.\n *\n * @deprecated\n *\n * Use `text` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#onClick:member",
              "docComment": "/**\n * Callback for when the menu item is invoked. If `ev.preventDefault()` is called in `onClick`, the click will not close the menu.\n *\n * Only for ContextualMenu items, returning true will dismiss the menu even if `ev.preventDefault()` was called (does not apply for button or CommandBar sub-menu items).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#onMouseDown:member",
              "docComment": "/**\n * A function to be executed on mouse down. This is executed before an `onClick` event and can be used to interrupt native on click events as well. The click event should still handle the commands. This should only be used in special cases when react and non-react are mixed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseDown?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ", event: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseDown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#onRender:member",
              "docComment": "/**\n * Method to custom render this menu item. For keyboard accessibility, the top-level rendered item should be a focusable element (like an anchor or a button) or have the `data-is-focusable` property set to true.\n *\n * @param item - Item to render. Will typically be of type `IContextualMenuItem`. (When rendering a command bar item, will be `ICommandBarItemProps`.)\n *\n * @param dismissMenu - Function to dismiss the menu. Can be used to ensure that a custom menu item click dismisses the menu. (Will be undefined if rendering a command bar item.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRender?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: any, dismissMenu: (ev?: any, dismissAll?: boolean) => void) => "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRender",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#onRenderIcon:member",
              "docComment": "/**\n * Custom render function for the menu item icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItemProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#primaryDisabled:member",
              "docComment": "/**\n * If the menu item is a split button, this prop disables purely the primary action of the button.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryDisabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#rel:member",
              "docComment": "/**\n * Link relation setting when using `href`. If `target` is `_blank`, `rel` is defaulted to a value to prevent clickjacking.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#role:member",
              "docComment": "/**\n * Optional override for the menu button's role. Defaults to `menuitem` or `menuitemcheckbox`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#secondaryText:member",
              "docComment": "/**\n * Seconday description for the menu item to display\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "secondaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#sectionProps:member",
              "docComment": "/**\n * Properties to apply to render this item as a section. This prop is mutually exclusive with `subMenuProps`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sectionProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuSection",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuSection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "sectionProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#shortCut:member",
              "docComment": "/**\n * @deprecated\n *\n * Not used\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shortCut?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shortCut",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#split:member",
              "docComment": "/**\n * Whether or not this menu item is a splitButton.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "split?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "split",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#style:member",
              "docComment": "/**\n * Additional styles to apply to the menu item\n *\n * @deprecated\n *\n * in favor of the `styles` prop to leverage mergeStyles API.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "style?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.CSSProperties",
                  "canonicalReference": "@types/react!~React.CSSProperties:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "style",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#submenuIconProps:member",
              "docComment": "/**\n * Props for the Icon used for the chevron.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "submenuIconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "submenuIconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#subMenuProps:member",
              "docComment": "/**\n * Properties to apply to a submenu to this item.\n *\n * The ContextualMenu will provide default values for `target`, `onDismiss`, `isSubMenu`, `id`, `shouldFocusOnMount`, `directionalHint`, `className`, and `gapSpace`, all of which can be overridden.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subMenuProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subMenuProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#target:member",
              "docComment": "/**\n * Target window when using `href`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#text:member",
              "docComment": "/**\n * Text of the menu item. If a standard hyphen (-) is passed in, then the item will be rendered as a divider. If a dash must appear as text, use an emdash (—), figuredash (‒), or minus symbol (−) instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem#title:member",
              "docComment": "/**\n * Title (tooltip) text displayed when hovering over an item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuItemProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuItemProps",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the ContextualMenuItem\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#classNames:member",
              "docComment": "/**\n * Classnames for different aspects of a menu item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "classNames: "
                },
                {
                  "kind": "Reference",
                  "text": "IMenuItemClassNames",
                  "canonicalReference": "office-ui-fabric-react!IMenuItemClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "classNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IContextualMenuRenderItem interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuRenderItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuRenderItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#dismissMenu:member",
              "docComment": "/**\n * This prop will get set by ContextualMenu and can be called to close the menu this item belongs to. If dismissAll is true, all menus will be closed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any, dismissAll?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#dismissSubMenu:member",
              "docComment": "/**\n * This prop will get set by ContextualMenu and can be called to close this item's subMenu, if present.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissSubMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissSubMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#getSubmenuTarget:member",
              "docComment": "/**\n * This prop will get set by the wrapping component and will return the element that wraps this ContextualMenuItem. Used for openSubMenu.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSubmenuTarget?: "
                },
                {
                  "kind": "Content",
                  "text": "() => "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getSubmenuTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#hasIcons:member",
              "docComment": "/**\n * If this item has icons\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasIcons: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#index:member",
              "docComment": "/**\n * Index of the item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "index",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#item:member",
              "docComment": "/**\n * The item to display\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#onCheckmarkClick:member",
              "docComment": "/**\n * Click handler for the checkmark\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCheckmarkClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ", ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCheckmarkClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#openSubMenu:member",
              "docComment": "/**\n * This prop will get set by ContextualMenu and can be called to open this item's subMenu, if present.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openSubMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: any, target: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "openSubMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItemStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItemStyles",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuItemRenderProps:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuItemRenderProps extends "
            },
            {
              "kind": "Reference",
              "text": "IContextualMenuItem",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuItemRenderProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemRenderProps#focusableElementIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusableElementIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusableElementIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemRenderProps#hasCheckmarks:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasCheckmarks: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasCheckmarks",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemRenderProps#hasIcons:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasIcons: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemRenderProps#index:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "index",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemRenderProps#totalItemCount:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "totalItemCount: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "totalItemCount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuItemStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuItemStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#checked:member",
              "docComment": "/**\n * Whether or not the menu item is checked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#disabled:member",
              "docComment": "/**\n * Whether or not the menu item is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#dividerClassName:member",
              "docComment": "/**\n * The optional class name to apply to the divider element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dividerClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dividerClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#expanded:member",
              "docComment": "/**\n * Whether or not the menu item is expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expanded: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#iconClassName:member",
              "docComment": "/**\n * The optional class name to apply to the icon element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#isAnchorLink:member",
              "docComment": "/**\n * Indicates if a menu item is an anchor link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isAnchorLink: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isAnchorLink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#itemClassName:member",
              "docComment": "/**\n * The optional class name to apply to the item element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#knownIcon:member",
              "docComment": "/**\n * Indicates if the icon used is of the known set of icons.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "knownIcon: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "knownIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#primaryDisabled:member",
              "docComment": "/**\n * Whether or not the primary section of a split menu item is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryDisabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#subMenuClassName:member",
              "docComment": "/**\n * The optional class name to apply to the sub-menu if present.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subMenuClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subMenuClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuItemStyles extends "
            },
            {
              "kind": "Reference",
              "text": "IButtonStyles",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuItemStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#anchorLink:member",
              "docComment": "/**\n * Styles for a menu item that is an anchor link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "anchorLink: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "anchorLink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#checkmarkIcon:member",
              "docComment": "/**\n * Default style for checkmark icons.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkmarkIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkmarkIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#divider:member",
              "docComment": "/**\n * Styles for a divider item of a ContextualMenu.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "divider: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "divider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#icon:member",
              "docComment": "/**\n * Styles for the icon element of a menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#iconColor:member",
              "docComment": "/**\n * Default icon color style for known icons.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconColor: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#item:member",
              "docComment": "/**\n * Styles for a menu item that is an anchor link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#label:member",
              "docComment": "/**\n * Styles for the label of a menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#linkContent:member",
              "docComment": "/**\n * Styles for the content inside the button/link of the menuItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#linkContentMenu:member",
              "docComment": "/**\n * Styles for a menu item that is a link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkContentMenu: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkContentMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#secondaryText:member",
              "docComment": "/**\n * Styles for the secondary text of a menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "secondaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#splitContainer:member",
              "docComment": "/**\n * Styles for the container of a split menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#splitMenu:member",
              "docComment": "/**\n * Styles for the menu portion of a split menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitMenu: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#splitPrimary:member",
              "docComment": "/**\n * Styles for the primary portion of a split menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "splitPrimary: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "splitPrimary",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyles#subMenuIcon:member",
              "docComment": "/**\n * Styles for the submenu icon of a menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subMenuIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subMenuIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuListProps:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuListProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuListProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuListProps#defaultMenuItemRenderer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultMenuItemRenderer: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItemRenderProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItemRenderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultMenuItemRenderer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuListProps#hasCheckmarks:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasCheckmarks: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasCheckmarks",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuListProps#hasIcons:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasIcons: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuListProps#items:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuListProps#role:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuListProps#totalItemCount:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "totalItemCount: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "totalItemCount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IContextualMenu",
              "canonicalReference": "office-ui-fabric-react!IContextualMenu:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IWithResponsiveModeState",
              "canonicalReference": "office-ui-fabric-react!IWithResponsiveModeState:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#alignTargetEdge:member",
              "docComment": "/**\n * If true the positioning logic will prefer to flip edges rather than to nudge the rectangle to fit within bounds, thus making sure the element aligns perfectly with target's alignment edge\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alignTargetEdge?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alignTargetEdge",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#ariaLabel:member",
              "docComment": "/**\n * Accessible label for the ContextualMenu's root element (inside the callout).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#beakWidth:member",
              "docComment": "/**\n * The width of the beak.\n *\n * @defaultvalue\n *\n * 16\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#bounds:member",
              "docComment": "/**\n * The bounding rectangle (or callback that returns a rectangle) which the contextual menu can appear in.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bounds?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRectangle",
                  "canonicalReference": "@uifabric/utilities!IRectangle:interface"
                },
                {
                  "kind": "Content",
                  "text": " | ((target?: "
                },
                {
                  "kind": "Reference",
                  "text": "Target",
                  "canonicalReference": "office-ui-fabric-react!Target:type"
                },
                {
                  "kind": "Content",
                  "text": ", targetWindow?: "
                },
                {
                  "kind": "Reference",
                  "text": "Window",
                  "canonicalReference": "!Window:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "IRectangle",
                  "canonicalReference": "@uifabric/utilities!IRectangle:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined)"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "bounds",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 9
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#calloutProps:member",
              "docComment": "/**\n * Additional custom props for the Callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#className:member",
              "docComment": "/**\n * Additional CSS class to apply to the ContextualMenu.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IContextualMenu interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenu",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenu:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#contextualMenuItemAs:member",
              "docComment": "/**\n * Custom component to use for rendering individual menu items.\n *\n * @defaultvalue\n *\n * ContextualMenuItem\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contextualMenuItemAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ComponentClass",
                  "canonicalReference": "@types/react!~React.ComponentClass:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItemProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.FunctionComponent",
                  "canonicalReference": "@types/react!~React.FunctionComponent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItemProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contextualMenuItemAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 9
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#coverTarget:member",
              "docComment": "/**\n * If true, the menu will be positioned to cover the target. If false, it will be positioned next to the target.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coverTarget?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "coverTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#delayUpdateFocusOnHover:member",
              "docComment": "/**\n * If true, the contextual menu will not be updated until focus enters the menu via other means. This will only result in different behavior when `shouldFocusOnMount = false`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "delayUpdateFocusOnHover?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "delayUpdateFocusOnHover",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#directionalHint:member",
              "docComment": "/**\n * How the menu should be positioned\n *\n * @defaultvalue\n *\n * DirectionalHint.bottomAutoEdge\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHint?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHint",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#directionalHintFixed:member",
              "docComment": "/**\n * If true the position will not change sides in an attempt to fit the ContextualMenu within bounds. It will still attempt to align it to whatever bounds are given.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHintFixed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHintFixed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#directionalHintForRTL:member",
              "docComment": "/**\n * How the menu should be positioned in RTL layouts. If not specified, a mirror of `directionalHint` will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHintForRTL?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHintForRTL",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#doNotLayer:member",
              "docComment": "/**\n * If true do not render on a new layer. If false render on a new layer.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "doNotLayer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "doNotLayer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#focusZoneProps:member",
              "docComment": "/**\n * Props to pass down to the FocusZone. NOTE: the default FocusZoneDirection will be used unless a direction is specified in the focusZoneProps (even if other focusZoneProps are defined)\n *\n * @defaultvalue\n *\n * \\{ direction: FocusZoneDirection.vertical \\}\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusZoneProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusZoneProps",
                  "canonicalReference": "@fluentui/react-focus!IFocusZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusZoneProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#gapSpace:member",
              "docComment": "/**\n * The gap between the ContextualMenu and the target\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gapSpace?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "gapSpace",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#getMenuClassNames:member",
              "docComment": "/**\n * Method to provide the classnames to style the contextual menu.\n *\n * @deprecated\n *\n * Use `styles` instead to leverage mergeStyles API.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getMenuClassNames?: "
                },
                {
                  "kind": "Content",
                  "text": "(theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ", className?: string) => "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuClassNames",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getMenuClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#hidden:member",
              "docComment": "/**\n * If true, renders the ContextualMenu in a hidden state. Use this flag, rather than rendering a ContextualMenu conditionally based on visibility, to improve rendering performance when it becomes visible. Note: When ContextualMenu is hidden its content will not be rendered. It will only render once the ContextualMenu is visible.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#id:member",
              "docComment": "/**\n * ID for the ContextualMenu's root element (inside the callout). Should be used for `aria-owns` and other such uses, rather than direct reference for programmatic purposes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#isBeakVisible:member",
              "docComment": "/**\n * If true then the beak is visible. If false it will not be shown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isBeakVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isBeakVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#isSubMenu:member",
              "docComment": "/**\n * Whether this menu is a submenu of another menu.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSubMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSubMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#items:member",
              "docComment": "/**\n * Menu items to display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#labelElementId:member",
              "docComment": "/**\n * Used as `aria-labelledby` for the menu element inside the callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelElementId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelElementId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#onDismiss:member",
              "docComment": "/**\n * Callback when the ContextualMenu tries to close. If `dismissAll` is true then all submenus will be dismissed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ", dismissAll?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#onItemClick:member",
              "docComment": "/**\n * Click handler which is invoked if `onClick` is not passed for individual contextual menu item. Returning true will dismiss the menu even if `ev.preventDefault()` was called.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => boolean | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 12
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#onMenuDismissed:member",
              "docComment": "/**\n * Callback for when the menu is being closed (removing from the DOM).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMenuDismissed?: "
                },
                {
                  "kind": "Content",
                  "text": "(contextualMenu?: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMenuDismissed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#onMenuOpened:member",
              "docComment": "/**\n * Callback for when the menu has been opened.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMenuOpened?: "
                },
                {
                  "kind": "Content",
                  "text": "(contextualMenu?: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMenuOpened",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#onRenderMenuList:member",
              "docComment": "/**\n * Method to override the render of the list of menu items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderMenuList?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuListProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderMenuList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#onRenderSubMenu:member",
              "docComment": "/**\n * Custom render function for a submenu.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderSubMenu?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderSubMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#onRestoreFocus:member",
              "docComment": "/**\n * Called when the component is unmounting, and focus needs to be restored. Argument passed down contains two variables, the element that the underlying popup believes focus should go to and whether or not the popup currently contains focus. If this prop is provided, focus will not be restored automatically, you'll need to call originalElement.focus()\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRestoreFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "(options: {\n        originalElement?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Window",
                  "canonicalReference": "!Window:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        containsFocus: boolean;\n    }) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRestoreFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#shouldFocusOnContainer:member",
              "docComment": "/**\n * Whether to focus on the contextual menu container (as opposed to the first menu item).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldFocusOnContainer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldFocusOnContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#shouldFocusOnMount:member",
              "docComment": "/**\n * Whether to focus on the menu when mounted.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldFocusOnMount?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldFocusOnMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#shouldUpdateWhenHidden:member",
              "docComment": "/**\n * If true, the menu will be updated even when `hidden=true`. Note that this will consume resources to update even when nothing is being shown to the user. This might be helpful if your updates are small and you want the menu to display quickly when `hidden` is set to false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldUpdateWhenHidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldUpdateWhenHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuStyles",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#subMenuHoverDelay:member",
              "docComment": "/**\n * Delay (in milliseconds) to wait before expanding / dismissing a submenu on mouseEnter or mouseLeave\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subMenuHoverDelay?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subMenuHoverDelay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#target:member",
              "docComment": "/**\n * The target that the ContextualMenu should try to position itself based on. It can be either an element, a query selector string resolving to a valid element, or a MouseEvent. If a MouseEvent is given, the origin point of the event will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target?: "
                },
                {
                  "kind": "Reference",
                  "text": "Target",
                  "canonicalReference": "office-ui-fabric-react!Target:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#theme:member",
              "docComment": "/**\n * Theme provided by higher-order component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#title:member",
              "docComment": "/**\n * Title to be displayed at the top of the menu, above the items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#useTargetAsMinWidth:member",
              "docComment": "/**\n * If true the context menu will have a minimum width equal to the width of the target element\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useTargetAsMinWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useTargetAsMinWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuProps#useTargetWidth:member",
              "docComment": "/**\n * If true the context menu will render as the same width as the target element\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useTargetWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useTargetWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 8
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuRenderItem:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuRenderItem "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuRenderItem",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuRenderItem#dismissMenu:member",
              "docComment": "/**\n * Dismiss the menu this item belongs to.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissMenu: "
                },
                {
                  "kind": "Content",
                  "text": "(dismissAll?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuRenderItem#dismissSubMenu:member",
              "docComment": "/**\n * Function to close this item's subMenu, if present.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissSubMenu: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissSubMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuRenderItem#openSubMenu:member",
              "docComment": "/**\n * Function to open this item's subMenu, if present.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openSubMenu: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "openSubMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuSection:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuSection extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<any> "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuSection",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuSection#bottomDivider:member",
              "docComment": "/**\n * If set to true, the section will display a divider at the bottom of the section.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bottomDivider?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "bottomDivider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuSection#items:member",
              "docComment": "/**\n * The items to include inside the section.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuSection#title:member",
              "docComment": "/**\n * The optional section title.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuSection#topDivider:member",
              "docComment": "/**\n * If set to true, the section will display a divider at the top of the section.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topDivider?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "topDivider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuState "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#contextualMenuItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contextualMenuItems?: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contextualMenuItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#contextualMenuTarget:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contextualMenuTarget?: "
                },
                {
                  "kind": "Reference",
                  "text": "Element",
                  "canonicalReference": "!Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contextualMenuTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#dismissedMenuItemKey:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissedMenuItemKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissedMenuItemKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#expandedByMouseClick:member",
              "docComment": "/**\n * True if the menu was expanded by mouse click OR hover (as opposed to by keyboard)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandedByMouseClick?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandedByMouseClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#expandedMenuItemKey:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandedMenuItemKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandedMenuItemKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#positions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "positions?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "positions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#slideDirectionalClassName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slideDirectionalClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "slideDirectionalClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#submenuDirection:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "submenuDirection?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "submenuDirection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#subMenuId:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subMenuId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subMenuId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuState#submenuTarget:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "submenuTarget?: "
                },
                {
                  "kind": "Reference",
                  "text": "Element",
                  "canonicalReference": "!Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "submenuTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuStyleProps:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuStyles:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuStyles#container:member",
              "docComment": "/**\n * Style for the container which parents all menu items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "container: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "container",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuStyles#header:member",
              "docComment": "/**\n * Styles for the header item of a ContextualMenu\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "header: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "header",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuStyles#list:member",
              "docComment": "/**\n * Styles for the list that contains all menuItems.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "list: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "list",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuStyles#root:member",
              "docComment": "/**\n * Base styles for the root element of all ContextualMenus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuStyles#subComponentStyles:member",
              "docComment": "/**\n * SubComponent styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subComponentStyles: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuSubComponentStyles",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuSubComponentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subComponentStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuStyles#title:member",
              "docComment": "/**\n * Style override for the contextual menu title.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IContextualMenuSubComponentStyles:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IContextualMenuSubComponentStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IContextualMenuSubComponentStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuSubComponentStyles#callout:member",
              "docComment": "/**\n * Styles for the callout that hosts the ContextualMenu options.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "callout: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutContentStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "callout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IContextualMenuSubComponentStyles#menuItem:member",
              "docComment": "/**\n * Styles for each menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuItem: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItemStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItemStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!IconType:enum",
          "docComment": "/**\n * @deprecated\n *\n * Icon type is inferred based on presence of `IIconProps.imageProps` {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum IconType "
            }
          ],
          "releaseTag": "Public",
          "name": "IconType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!IconType.default:member",
              "docComment": "/**\n * Render using the fabric icon font.\n *\n * @deprecated\n *\n * Icon type is inferred based on presence of `IIconProps.imageProps`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "default = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "default",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!IconType.Default:member",
              "docComment": "/**\n * Deprecated, use `default`.\n *\n * @deprecated\n *\n * Use `default`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Default = "
                },
                {
                  "kind": "Content",
                  "text": "100000"
                }
              ],
              "releaseTag": "Public",
              "name": "Default",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!IconType.image:member",
              "docComment": "/**\n * Render using an image, where imageProps would be used.\n *\n * @deprecated\n *\n * Icon type is inferred based on presence of `IIconProps.imageProps`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "image = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "image",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!IconType.Image:member",
              "docComment": "/**\n * Deprecated, use `image`.\n *\n * @deprecated\n *\n * Use `image`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Image = "
                },
                {
                  "kind": "Content",
                  "text": "100001"
                }
              ],
              "releaseTag": "Public",
              "name": "Image",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDatePicker:interface",
          "docComment": "/**\n * {@docCategory DatePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDatePicker "
            }
          ],
          "releaseTag": "Public",
          "name": "IDatePicker",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IDatePicker#focus:member(1)",
              "docComment": "/**\n * Sets focus to the text field\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IDatePicker#reset:member(1)",
              "docComment": "/**\n * Reset the state of the picker to the default\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reset(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "reset"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDatePickerProps:interface",
          "docComment": "/**\n * {@docCategory DatePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDatePickerProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDatePicker",
              "canonicalReference": "office-ui-fabric-react!IDatePicker:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDatePickerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#allFocusable:member",
              "docComment": "/**\n * Allows all elements to be focused, including disabled ones\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allFocusable?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allFocusable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#allowTextInput:member",
              "docComment": "/**\n * Whether the DatePicker allows input a date string directly or not\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowTextInput?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowTextInput",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#ariaLabel:member",
              "docComment": "/**\n * Aria Label for TextField of the DatePicker for screen reader users.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#borderless:member",
              "docComment": "/**\n * Determines if DatePicker has a border.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderless?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "borderless",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#calendarAs:member",
              "docComment": "/**\n * Custom Calendar to be used for date picking\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calendarAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComponentAs",
                  "canonicalReference": "@uifabric/utilities!IComponentAs:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarProps",
                  "canonicalReference": "office-ui-fabric-react!ICalendarProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calendarAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#calendarProps:member",
              "docComment": "/**\n * Pass calendar props to calendar component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calendarProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarProps",
                  "canonicalReference": "office-ui-fabric-react!ICalendarProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calendarProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#calloutProps:member",
              "docComment": "/**\n * Pass callout props to callout component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#className:member",
              "docComment": "/**\n * Optional Classname for datepicker root element .\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IDatePicker interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDatePicker",
                  "canonicalReference": "office-ui-fabric-react!IDatePicker:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#dateTimeFormatter:member",
              "docComment": "/**\n * Apply additional formating to dates, for example localized date formatting.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dateTimeFormatter?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalendarFormatDateCallbacks",
                  "canonicalReference": "office-ui-fabric-react!ICalendarFormatDateCallbacks:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dateTimeFormatter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#disableAutoFocus:member",
              "docComment": "/**\n * Whether the DatePicker should open automatically when the control is focused\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableAutoFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disableAutoFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#disabled:member",
              "docComment": "/**\n * Disabled state of the DatePicker.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#firstDayOfWeek:member",
              "docComment": "/**\n * The first day of the week for your locale.\n *\n * @defaultvalue\n *\n * DayOfWeek.Sunday\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "firstDayOfWeek?: "
                },
                {
                  "kind": "Reference",
                  "text": "DayOfWeek",
                  "canonicalReference": "@fluentui/date-time-utilities!DayOfWeek:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "firstDayOfWeek",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#firstWeekOfYear:member",
              "docComment": "/**\n * Defines when the first week of the year should start, FirstWeekOfYear.FirstDay, FirstWeekOfYear.FirstFullWeek or FirstWeekOfYear.FirstFourDayWeek are the possible values\n *\n * @defaultvalue\n *\n * FirstWeekOfYear.FirstFullWeek\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "firstWeekOfYear?: "
                },
                {
                  "kind": "Reference",
                  "text": "FirstWeekOfYear",
                  "canonicalReference": "@fluentui/date-time-utilities!FirstWeekOfYear:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "firstWeekOfYear",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#formatDate:member",
              "docComment": "/**\n * Optional method to format the chosen date to a string to display in the DatePicker\n *\n * @defaultvalue\n *\n * date.toString()\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formatDate?: "
                },
                {
                  "kind": "Content",
                  "text": "(date?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formatDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#highlightCurrentMonth:member",
              "docComment": "/**\n * Whether the month picker should highlight the current month\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "highlightCurrentMonth?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "highlightCurrentMonth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#highlightSelectedMonth:member",
              "docComment": "/**\n * Whether the month picker should highlight the selected month\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "highlightSelectedMonth?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "highlightSelectedMonth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#initialPickerDate:member",
              "docComment": "/**\n * The initially highlighted date in the calendar picker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialPickerDate?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initialPickerDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#isMonthPickerVisible:member",
              "docComment": "/**\n * Whether the month picker is shown beside the day picker or hidden.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMonthPickerVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMonthPickerVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#isRequired:member",
              "docComment": "/**\n * Whether the DatePicker is a required field or not\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isRequired?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isRequired",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#label:member",
              "docComment": "/**\n * Label for the DatePicker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#maxDate:member",
              "docComment": "/**\n * The maximum allowable date.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxDate?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#minDate:member",
              "docComment": "/**\n * The minimum allowable date.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minDate?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#onAfterMenuDismiss:member",
              "docComment": "/**\n * Callback that runs after DatePicker's menu (Calendar) is closed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onAfterMenuDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onAfterMenuDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#onSelectDate:member",
              "docComment": "/**\n * Callback issued when a date is selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSelectDate?: "
                },
                {
                  "kind": "Content",
                  "text": "(date: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSelectDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#parseDateFromString:member",
              "docComment": "/**\n * Optional method to parse the text input value to date, it is only useful when allowTextInput is set to true\n *\n * @defaultvalue\n *\n * new Date(Date.parse(dateStr))\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "parseDateFromString?: "
                },
                {
                  "kind": "Content",
                  "text": "(dateStr: string) => "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "parseDateFromString",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#pickerAriaLabel:member",
              "docComment": "/**\n * Aria label for date picker popup for screen reader users.\n *\n * @defaultvalue\n *\n * Calendar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pickerAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pickerAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#placeholder:member",
              "docComment": "/**\n * Placeholder text for the DatePicker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placeholder?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "placeholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#showCloseButton:member",
              "docComment": "/**\n * Whether the CalendarDay close button should be shown or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showCloseButton?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showCloseButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#showGoToToday:member",
              "docComment": "/**\n * Whether the \"Go to today\" link should be shown or not\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showGoToToday?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showGoToToday",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#showMonthPickerAsOverlay:member",
              "docComment": "/**\n * Show month picker on top of date picker when visible.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showMonthPickerAsOverlay?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showMonthPickerAsOverlay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#showWeekNumbers:member",
              "docComment": "/**\n * Whether the calendar should show the week number (weeks 1 to 53) before each week row\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showWeekNumbers?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showWeekNumbers",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#strings:member",
              "docComment": "/**\n * Localized strings to use in the DatePicker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "strings?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDatePickerStrings",
                  "canonicalReference": "office-ui-fabric-react!IDatePickerStrings:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "strings",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDatePickerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDatePickerStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDatePickerStyles",
                  "canonicalReference": "office-ui-fabric-react!IDatePickerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#tabIndex:member",
              "docComment": "/**\n * The tabIndex of the TextField\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tabIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tabIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#textField:member",
              "docComment": "/**\n * Pass textField props to textField component. Prop name is \"textField\" for compatiblity with upcoming slots work.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textField?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "textField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#today:member",
              "docComment": "/**\n * Value of today. If null, current time in client machine will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "today?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "today",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#underlined:member",
              "docComment": "/**\n * Whether or not the Textfield of the DatePicker is underlined.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "underlined?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "underlined",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerProps#value:member",
              "docComment": "/**\n * Default value of the DatePicker, if any\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDatePickerState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDatePickerState "
            }
          ],
          "releaseTag": "Public",
          "name": "IDatePickerState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerState#errorMessage:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorMessage?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "errorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerState#formattedDate:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formattedDate?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formattedDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerState#isDatePickerShown:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDatePickerShown?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDatePickerShown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerState#selectedDate:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedDate?: "
                },
                {
                  "kind": "Reference",
                  "text": "Date",
                  "canonicalReference": "!Date:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedDate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDatePickerStrings:interface",
          "docComment": "/**\n * {@docCategory DatePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDatePickerStrings extends "
            },
            {
              "kind": "Reference",
              "text": "ICalendarStrings",
              "canonicalReference": "office-ui-fabric-react!ICalendarStrings:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDatePickerStrings",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStrings#invalidInputErrorMessage:member",
              "docComment": "/**\n * Error message to render for TextField if input date string parsing fails.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "invalidInputErrorMessage?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "invalidInputErrorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStrings#isOutOfBoundsErrorMessage:member",
              "docComment": "/**\n * Error message to render for TextField if date boundary (minDate, maxDate) validation fails.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOutOfBoundsErrorMessage?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOutOfBoundsErrorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStrings#isRequiredErrorMessage:member",
              "docComment": "/**\n * Error message to render for TextField if isRequired validation fails.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isRequiredErrorMessage?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isRequiredErrorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDatePickerStyleProps:interface",
          "docComment": "/**\n * {@docCategory DatePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDatePickerStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDatePickerStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStyleProps#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStyleProps#isDatePickerShown:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDatePickerShown?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDatePickerShown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStyleProps#label:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDatePickerStyles:interface",
          "docComment": "/**\n * {@docCategory DatePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDatePickerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDatePickerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStyles#callout:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "callout: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "callout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStyles#icon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDatePickerStyles#textField:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textField: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "textField",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsCheckboxProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsCheckboxProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsCheckboxProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsCheckboxProps#checked:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsCheckboxProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsColumnProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DetailsColumnBase",
              "canonicalReference": "office-ui-fabric-react!DetailsColumnBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsColumnProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#cellStyleProps:member",
              "docComment": "/**\n * Custom styles for cell rendering.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellStyleProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICellStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellStyleProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#column:member",
              "docComment": "/**\n * The column definition for the component instance.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "column",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#columnIndex:member",
              "docComment": "/**\n * The column index for the component instance.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#componentRef:member",
              "docComment": "/**\n * A reference to the component instance.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#dragDropHelper:member",
              "docComment": "/**\n * The drag and drop helper for the component instance.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragDropHelper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropHelper",
                  "canonicalReference": "office-ui-fabric-react!IDragDropHelper:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragDropHelper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#isDraggable:member",
              "docComment": "/**\n * Whether or not the column can be re-ordered via drag and drop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDraggable?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDraggable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#isDropped:member",
              "docComment": "/**\n * Whether or not the column has been dropped via drag and drop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDropped?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDropped",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#onColumnClick:member",
              "docComment": "/**\n * Callback fired when click event occurs.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#onColumnContextMenu:member",
              "docComment": "/**\n * Callback fired on contextual menu event to provide contextual menu UI.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnContextMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "(column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ", ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnContextMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#onRenderColumnHeaderTooltip:member",
              "docComment": "/**\n * Render function for providing a column header tooltip.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderColumnHeaderTooltip?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsColumnRenderTooltipProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsColumnRenderTooltipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderColumnHeaderTooltip",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#parentId:member",
              "docComment": "/**\n * Parent ID used for accessibility label(s).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "parentId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "parentId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#setDraggedItemIndex:member",
              "docComment": "/**\n * @deprecated\n *\n * use `updateDragInfo`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setDraggedItemIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setDraggedItemIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#styles:member",
              "docComment": "/**\n * The component styles to respect during render.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsColumnStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsColumnStyles",
                  "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#theme:member",
              "docComment": "/**\n * The theme object to respect during render.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#updateDragInfo:member",
              "docComment": "/**\n * Callback on drag and drop event.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateDragInfo?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: {\n        itemIndex: number;\n    }, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "updateDragInfo",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps#useFastIcons:member",
              "docComment": "/**\n * Whether to use fast icon and check components. The icons can't be targeted by customization but are still customizable via class names.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useFastIcons?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useFastIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsColumnRenderTooltipProps:interface",
          "docComment": "/**\n * {@docgategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsColumnRenderTooltipProps extends "
            },
            {
              "kind": "Reference",
              "text": "ITooltipHostProps",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsColumnRenderTooltipProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnRenderTooltipProps#column:member",
              "docComment": "/**\n * Information about the column for which the tooltip is being rendered. Use this to format status information about the column, such as its filter or sort state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "column?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "column",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyleProps:type",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IDetailsColumnStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsColumnProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme' | 'cellStyleProps'>> & {\n    headerClassName?: string;\n    isActionable?: boolean;\n    isEmpty?: boolean;\n    isIconVisible?: boolean;\n    isPadded?: boolean;\n    isIconOnly?: boolean;\n    iconClassName?: string;\n    transitionDurationDrag?: number;\n    transitionDurationDrop?: number;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsColumnStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsColumnStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsColumnStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#accessibleLabel:member",
              "docComment": "/**\n * Styleable label region.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "accessibleLabel: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "accessibleLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#borderAfterDropping:member",
              "docComment": "/**\n * Styleable border region after drag & drop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderAfterDropping: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "borderAfterDropping",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#borderWhileDragging:member",
              "docComment": "/**\n * Styleable border while drag & drop occurs.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderWhileDragging: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "borderWhileDragging",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#cellName:member",
              "docComment": "/**\n * Styleable cell name region.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellName: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#cellTitle:member",
              "docComment": "/**\n * Styleable cell title region.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellTitle: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellTitle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#cellTooltip:member",
              "docComment": "/**\n * Styleable cell tooltip region.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellTooltip: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellTooltip",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#filterChevron:member",
              "docComment": "/**\n * Styleable filter glyph.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "filterChevron: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "filterChevron",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#gripperBarVerticalStyle:member",
              "docComment": "/**\n * Styleable resize glyph region.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gripperBarVerticalStyle: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "gripperBarVerticalStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#iconClassName:member",
              "docComment": "/**\n * Styleable icon region.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconClassName: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#nearIcon:member",
              "docComment": "/**\n * Styleable margin by icon region.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nearIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "nearIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#noBorderAfterDropping:member",
              "docComment": "/**\n * Transparent no border region after drag & drop to avoid content shift.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "noBorderAfterDropping: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "noBorderAfterDropping",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#noBorderWhileDragging:member",
              "docComment": "/**\n * Transparent no border region while drag & drop occurs to avoid content shift.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "noBorderWhileDragging: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "noBorderWhileDragging",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#root:member",
              "docComment": "/**\n * Styleable root region.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsColumnStyles#sortIcon:member",
              "docComment": "/**\n * Styleable column sort icon region.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sortIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "sortIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsFooterBaseProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsFooterBaseProps extends "
            },
            {
              "kind": "Reference",
              "text": "IDetailsItemProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsFooterBaseProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsFooterProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsFooterProps extends "
            },
            {
              "kind": "Reference",
              "text": "IDetailsFooterBaseProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsFooterBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsFooterProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsFooterProps#columns:member",
              "docComment": "/**\n * Column metadata\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columns: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columns",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsFooterProps#selection:member",
              "docComment": "/**\n * Selection from utilities\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelection",
                  "canonicalReference": "@uifabric/utilities!ISelection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsFooterProps#selectionMode:member",
              "docComment": "/**\n * Selection mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionMode: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsGroupDividerProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsGroupDividerProps extends "
            },
            {
              "kind": "Reference",
              "text": "IGroupDividerProps",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IDetailsItemProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsGroupDividerProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsGroupRenderProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsGroupRenderProps extends "
            },
            {
              "kind": "Reference",
              "text": "IGroupRenderProps",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsGroupRenderProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsGroupRenderProps#onRenderFooter:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderFooter?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsGroupDividerProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsGroupDividerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderFooter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsGroupRenderProps#onRenderHeader:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderHeader?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsGroupDividerProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsGroupDividerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsHeader:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsHeader "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsHeader",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeader#focus:member",
              "docComment": "/**\n * sets focus into the header\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsHeaderBaseProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DetailsHeaderBase",
              "canonicalReference": "office-ui-fabric-react!DetailsHeaderBase:class"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IDetailsItemProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsHeaderBaseProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#ariaLabel:member",
              "docComment": "/**\n * ariaLabel for the entire header\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#ariaLabelForSelectAllCheckbox:member",
              "docComment": "/**\n * ariaLabel for the header checkbox that selects or deselects everything\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelForSelectAllCheckbox?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelForSelectAllCheckbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#ariaLabelForSelectionColumn:member",
              "docComment": "/**\n * ariaLabel for the selection column\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelForSelectionColumn?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelForSelectionColumn",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#ariaLabelForToggleAllGroupsButton:member",
              "docComment": "/**\n * ariaLabel for expand/collapse group button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelForToggleAllGroupsButton?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelForToggleAllGroupsButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#className:member",
              "docComment": "/**\n * Overriding class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#collapseAllVisibility:member",
              "docComment": "/**\n * Whether to collapse for all visibility\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapseAllVisibility?: "
                },
                {
                  "kind": "Reference",
                  "text": "CollapseAllVisibility",
                  "canonicalReference": "office-ui-fabric-react!CollapseAllVisibility:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapseAllVisibility",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#columnReorderOptions:member",
              "docComment": "/**\n * Column reordering options\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnReorderOptions?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumnReorderOptions",
                  "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnReorderOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#columnReorderProps:member",
              "docComment": "/**\n * Column reordering options\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnReorderProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumnReorderHeaderProps",
                  "canonicalReference": "office-ui-fabric-react!IColumnReorderHeaderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnReorderProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#componentRef:member",
              "docComment": "/**\n * Ref to the component itself\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsHeader",
                  "canonicalReference": "office-ui-fabric-react!IDetailsHeader:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#isAllCollapsed:member",
              "docComment": "/**\n * Whether or not all is collapsed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isAllCollapsed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isAllCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#layoutMode:member",
              "docComment": "/**\n * Layout mode - fixedColumns or justified\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "layoutMode: "
                },
                {
                  "kind": "Reference",
                  "text": "DetailsListLayoutMode",
                  "canonicalReference": "office-ui-fabric-react!DetailsListLayoutMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "layoutMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#minimumPixelsForDrag:member",
              "docComment": "/**\n * Minimum pixels to be moved before dragging is registered\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minimumPixelsForDrag?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minimumPixelsForDrag",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#onColumnAutoResized:member",
              "docComment": "/**\n * Callback for when column is automatically resized\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnAutoResized?: "
                },
                {
                  "kind": "Content",
                  "text": "(column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ", columnIndex: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnAutoResized",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#onColumnClick:member",
              "docComment": "/**\n * Callback for when the column is clicked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#onColumnContextMenu:member",
              "docComment": "/**\n * Callback for when the column needs to show a context menu\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnContextMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "(column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ", ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnContextMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#onColumnIsSizingChanged:member",
              "docComment": "/**\n * Callback for when column sizing has changed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnIsSizingChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ", isSizing: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnIsSizingChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#onColumnResized:member",
              "docComment": "/**\n * Callback for when column is resized\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnResized?: "
                },
                {
                  "kind": "Content",
                  "text": "(column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ", newWidth: number, columnIndex: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnResized",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#onRenderColumnHeaderTooltip:member",
              "docComment": "/**\n * Callback to render a tooltip for the column header\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderColumnHeaderTooltip?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsColumnRenderTooltipProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsColumnRenderTooltipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderColumnHeaderTooltip",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#onRenderDetailsCheckbox:member",
              "docComment": "/**\n * If provided, can be used to render a custom checkbox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderDetailsCheckbox?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsCheckboxProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsCheckboxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderDetailsCheckbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#onToggleCollapseAll:member",
              "docComment": "/**\n * Callback for when collapse all is toggled\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onToggleCollapseAll?: "
                },
                {
                  "kind": "Content",
                  "text": "(isAllCollapsed: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onToggleCollapseAll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#selectAllVisibility:member",
              "docComment": "/**\n * Select all button visibility\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectAllVisibility?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectAllVisibility",
                  "canonicalReference": "office-ui-fabric-react!SelectAllVisibility:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectAllVisibility",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsHeaderStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsHeaderStyles",
                  "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#theme:member",
              "docComment": "/**\n * Theme from the Higher Order Component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps#useFastIcons:member",
              "docComment": "/**\n * Whether to use fast icon and check components. The icons can't be targeted by customization but are still customizable via class names.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useFastIcons?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useFastIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 8
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsHeaderProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsHeaderProps extends "
            },
            {
              "kind": "Reference",
              "text": "IDetailsHeaderBaseProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsHeaderProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderProps#columns:member",
              "docComment": "/**\n * Column metadata\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columns: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columns",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderProps#selection:member",
              "docComment": "/**\n * Selection from utilities\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelection",
                  "canonicalReference": "@uifabric/utilities!ISelection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderProps#selectionMode:member",
              "docComment": "/**\n * Selection mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionMode: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsHeaderState:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsHeaderState "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsHeaderState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderState#columnResizeDetails:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnResizeDetails?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumnResizeDetails",
                  "canonicalReference": "office-ui-fabric-react!IColumnResizeDetails:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnResizeDetails",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderState#isAllCollapsed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isAllCollapsed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isAllCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderState#isAllSelected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isAllSelected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isAllSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderState#isSizing:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSizing?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSizing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyleProps:type",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IDetailsHeaderStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsHeaderProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsHeaderProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className'> & {\n    isSelectAllHidden?: boolean;\n    isAllSelected?: boolean;\n    isResizingColumn?: boolean;\n    isAllCollapsed?: boolean;\n    isSizing?: boolean;\n    isCheckboxHidden?: boolean;\n    cellStyleProps?: "
            },
            {
              "kind": "Reference",
              "text": "ICellStyleProps",
              "canonicalReference": "office-ui-fabric-react!ICellStyleProps:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsHeaderStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 13
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsHeaderStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsHeaderStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#accessibleLabel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "accessibleLabel: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "accessibleLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#cellIsActionable:member",
              "docComment": "/**\n * @deprecated\n *\n * Not used\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellIsActionable: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellIsActionable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#cellIsCheck:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellIsCheck: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellIsCheck",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#cellIsEmpty:member",
              "docComment": "/**\n * @deprecated\n *\n * Not used\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellIsEmpty: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellIsEmpty",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#cellIsGroupExpander:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellIsGroupExpander: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellIsGroupExpander",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#cellIsResizing:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellIsResizing: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellIsResizing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#cellSizer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellSizer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellSizer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#cellSizerEnd:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellSizerEnd: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellSizerEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#cellSizerStart:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellSizerStart: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellSizerStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#cellWrapperPadded:member",
              "docComment": "/**\n * @deprecated\n *\n * Not used\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellWrapperPadded: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellWrapperPadded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#check:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "check: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "check",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#checkTooltip:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkTooltip: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkTooltip",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#collapseButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapseButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapseButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#dropHintCaretStyle:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropHintCaretStyle: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropHintCaretStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#dropHintCircleStyle:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropHintCircleStyle: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropHintCircleStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#dropHintLineStyle:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropHintLineStyle: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropHintLineStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#dropHintStyle:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropHintStyle: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropHintStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsHeaderStyles#sizingOverlay:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sizingOverlay: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "sizingOverlay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsItemProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsItemProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps#cellStyleProps:member",
              "docComment": "/**\n * Rules for rendering column cells.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellStyleProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICellStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellStyleProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps#checkboxVisibility:member",
              "docComment": "/**\n * Checkbox visibility\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkboxVisibility?: "
                },
                {
                  "kind": "Reference",
                  "text": "CheckboxVisibility",
                  "canonicalReference": "office-ui-fabric-react!CheckboxVisibility:enum"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkboxVisibility",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps#columns:member",
              "docComment": "/**\n * Column metadata\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columns?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columns",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps#groupNestingDepth:member",
              "docComment": "/**\n * Nesting depth of a grouping\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupNestingDepth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupNestingDepth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps#indentWidth:member",
              "docComment": "/**\n * How much to indent\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "indentWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "indentWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps#rowWidth:member",
              "docComment": "/**\n * Minimum width of the row.\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rowWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps#selection:member",
              "docComment": "/**\n * Selection from utilities\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection?: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelection",
                  "canonicalReference": "@uifabric/utilities!ISelection:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps#selectionMode:member",
              "docComment": "/**\n * Selection mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps#viewport:member",
              "docComment": "/**\n * View port of the virtualized list\n *\n * @deprecated\n *\n * use rowWidth instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "viewport?: "
                },
                {
                  "kind": "Reference",
                  "text": "IViewport",
                  "canonicalReference": "office-ui-fabric-react!IViewport:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "viewport",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsList:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsList extends "
            },
            {
              "kind": "Reference",
              "text": "IList",
              "canonicalReference": "office-ui-fabric-react!IList:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsList",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsList#focusIndex:member",
              "docComment": "/**\n * Scroll to and focus the item at the given index. focusIndex will call scrollToIndex on the specified index.\n *\n * @param index - Index of item to scroll to\n *\n * @param forceIntoFirstElement - If true, focus will be set to the first focusable child element of the item rather than the item itself.\n *\n * @param measureItem - Optional callback to measure the height of an individual item\n *\n * @param scrollToMode - Optional setting to determine where in the window the item should be scrolled to when focused.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusIndex: "
                },
                {
                  "kind": "Content",
                  "text": "(index: number, forceIntoFirstElement?: boolean, measureItem?: (itemIndex: number) => number, scrollToMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ScrollToMode",
                  "canonicalReference": "office-ui-fabric-react!ScrollToMode:type"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsList#forceUpdate:member",
              "docComment": "/**\n * Ensures that the list content is updated. Call this in cases where the list prop updates don't change, but the list still needs to be re-evaluated. For example, if a sizer bar is adjusted and causes the list width to change, you can call this to force a re-evaluation. Be aware that this can be an expensive operation and should be done sparingly.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceUpdate: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceUpdate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsList#getStartItemIndexInView:member",
              "docComment": "/**\n * Get the start index of the page that is currently in view\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getStartItemIndexInView: "
                },
                {
                  "kind": "Content",
                  "text": "() => number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getStartItemIndexInView",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsListCheckboxProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsListCheckboxProps extends "
            },
            {
              "kind": "Reference",
              "text": "IDetailsCheckboxProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsCheckboxProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsListCheckboxProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsListProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsList",
              "canonicalReference": "office-ui-fabric-react!IDetailsList:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IWithViewportProps",
              "canonicalReference": "office-ui-fabric-react!IWithViewportProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsListProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#ariaLabel:member",
              "docComment": "/**\n * Accessible label describing or summarizing the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#ariaLabelForGrid:member",
              "docComment": "/**\n * Accessible label for the grid within the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelForGrid?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelForGrid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#ariaLabelForListHeader:member",
              "docComment": "/**\n * Accessible label for the list header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelForListHeader?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelForListHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#ariaLabelForSelectAllCheckbox:member",
              "docComment": "/**\n * Accessible label for the select all checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelForSelectAllCheckbox?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelForSelectAllCheckbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#ariaLabelForSelectionColumn:member",
              "docComment": "/**\n * Accessible label for the name of the selection column.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelForSelectionColumn?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelForSelectionColumn",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#cellStyleProps:member",
              "docComment": "/**\n * Props impacting the render style of cells. Since these have an impact on calculated column widths, they are handled separately from normal theme styling, but they are passed to the styling system.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellStyleProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICellStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellStyleProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#checkboxCellClassName:member",
              "docComment": "/**\n * Class name to add to the cell of a checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkboxCellClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkboxCellClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#checkboxVisibility:member",
              "docComment": "/**\n * Controls the visibility of selection check box.\n *\n * @defaultvalue\n *\n * CheckboxVisibility.onHover\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkboxVisibility?: "
                },
                {
                  "kind": "Reference",
                  "text": "CheckboxVisibility",
                  "canonicalReference": "office-ui-fabric-react!CheckboxVisibility:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkboxVisibility",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#checkButtonAriaLabel:member",
              "docComment": "/**\n * Accessible label for the check button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#className:member",
              "docComment": "/**\n * Class name to add to the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#columnReorderOptions:member",
              "docComment": "/**\n * Options for column reordering using drag and drop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnReorderOptions?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumnReorderOptions",
                  "canonicalReference": "office-ui-fabric-react!IColumnReorderOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnReorderOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#columns:member",
              "docComment": "/**\n * column defitions. If none are provided, default columns will be created based on the items' properties.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columns?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columns",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#compact:member",
              "docComment": "/**\n * Whether to render in compact mode.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#componentRef:member",
              "docComment": "/**\n * Callback to access the IDetailsList interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsList",
                  "canonicalReference": "office-ui-fabric-react!IDetailsList:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#constrainMode:member",
              "docComment": "/**\n * Controls how the list contrains overflow.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constrainMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ConstrainMode",
                  "canonicalReference": "office-ui-fabric-react!ConstrainMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "constrainMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#disableSelectionZone:member",
              "docComment": "/**\n * Whether to disable the built-in SelectionZone, so the host component can provide its own.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableSelectionZone?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disableSelectionZone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#dragDropEvents:member",
              "docComment": "/**\n * Map of callback functions related to row drag and drop functionality.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragDropEvents?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropEvents",
                  "canonicalReference": "office-ui-fabric-react!IDragDropEvents:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragDropEvents",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#enableUpdateAnimations:member",
              "docComment": "/**\n * Whether to animate updates\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableUpdateAnimations?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableUpdateAnimations",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#enterModalSelectionOnTouch:member",
              "docComment": "/**\n * Whether the selection zone should enter modal state on touch.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enterModalSelectionOnTouch?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enterModalSelectionOnTouch",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#getCellValueKey:member",
              "docComment": "/**\n * If provided, will be the \"default\" item column cell value return. A column's `getValueKey` can override `getCellValueKey`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getCellValueKey?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number, column?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getCellValueKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#getGroupHeight:member",
              "docComment": "/**\n * Callback to override default group height calculation used by list virtualization.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGroupHeight?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupedListProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupedListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "['getGroupHeight']"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getGroupHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#getKey:member",
              "docComment": "/**\n * Callback to get the item key, to be used in the selection and on render. Must be provided if sorting or filtering is enabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getKey?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: any, index?: number) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#getRowAriaDescribedBy:member",
              "docComment": "/**\n * Callback to get the aria-describedby IDs (space-separated strings) of elements that describe the item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getRowAriaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: any) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getRowAriaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#getRowAriaLabel:member",
              "docComment": "/**\n * Callback to get the aria-label string for a given item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getRowAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: any) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getRowAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#groupProps:member",
              "docComment": "/**\n * Override properties to render groups.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsGroupRenderProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsGroupRenderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#groups:member",
              "docComment": "/**\n * Grouping instructions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groups?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#indentWidth:member",
              "docComment": "/**\n * Override for the indent width used for group nesting.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "indentWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "indentWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#initialFocusedIndex:member",
              "docComment": "/**\n * Default index to set focus to once the items have rendered and the index exists.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialFocusedIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initialFocusedIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#isHeaderVisible:member",
              "docComment": "/**\n * Controls the visibility of the header.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isHeaderVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isHeaderVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#isPlaceholderData:member",
              "docComment": "/**\n * Set this to true to indicate that the items being displayed are placeholder data.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isPlaceholderData?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isPlaceholderData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#items:member",
              "docComment": "/**\n * The items to render.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#layoutMode:member",
              "docComment": "/**\n * Controls how the columns are adjusted.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "layoutMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "DetailsListLayoutMode",
                  "canonicalReference": "office-ui-fabric-react!DetailsListLayoutMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "layoutMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#listProps:member",
              "docComment": "/**\n * Properties to pass through to the List components being rendered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "listProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "listProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#minimumPixelsForDrag:member",
              "docComment": "/**\n * The minimum mouse move distance to interpret the action as drag event.\n *\n * @defaultvalue\n *\n * 5\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minimumPixelsForDrag?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minimumPixelsForDrag",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onActiveItemChanged:member",
              "docComment": "/**\n * Callback for when an item in the list becomes active by clicking anywhere inside the row or navigating to it with the keyboard.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onActiveItemChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number, ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEvent",
                  "canonicalReference": "@types/react!~React.FocusEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onActiveItemChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onColumnHeaderClick:member",
              "docComment": "/**\n * Callback for when the user clicks on the column header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnHeaderClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, column?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnHeaderClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onColumnHeaderContextMenu:member",
              "docComment": "/**\n * Callback for when the user asks for a contextual menu (usually via right click) from a column header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnHeaderContextMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "(column?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ", ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnHeaderContextMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onColumnResize:member",
              "docComment": "/**\n * Callback fired on column resize\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColumnResize?: "
                },
                {
                  "kind": "Content",
                  "text": "(column?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ", newWidth?: number, columnIndex?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColumnResize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onDidUpdate:member",
              "docComment": "/**\n * Callback for when the list has been updated. Useful for telemetry tracking externally.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDidUpdate?: "
                },
                {
                  "kind": "Content",
                  "text": "(detailsList?: "
                },
                {
                  "kind": "Reference",
                  "text": "DetailsListBase",
                  "canonicalReference": "office-ui-fabric-react!DetailsListBase:class"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDidUpdate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onItemContextMenu:member",
              "docComment": "/**\n * Callback for when the context menu of an item has been accessed. If undefined or false is returned, `ev.preventDefault()` will be called.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemContextMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number, ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void | boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemContextMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onItemInvoked:member",
              "docComment": "/**\n * Callback for when a given row has been invoked (by pressing enter while it is selected.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemInvoked?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number, ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemInvoked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onRenderCheckbox:member",
              "docComment": "/**\n * If provided, can be used to render a custom checkbox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderCheckbox?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsListCheckboxProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsListCheckboxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderCheckbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onRenderDetailsFooter:member",
              "docComment": "/**\n * An override to render the details footer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderDetailsFooter?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsFooterProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsFooterProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderDetailsFooter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onRenderDetailsHeader:member",
              "docComment": "/**\n * An override to render the details header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderDetailsHeader?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsHeaderProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsHeaderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderDetailsHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onRenderItemColumn:member",
              "docComment": "/**\n * If provided, will be the \"default\" item column renderer method. This affects cells within the rows, not the rows themselves. If a column definition provides its own `onRender` method, that will be used instead of this.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderItemColumn?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number, column?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderItemColumn",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onRenderMissingItem:member",
              "docComment": "/**\n * Callback for what to render when the item is missing.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderMissingItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(index?: number, rowProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderMissingItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onRenderRow:member",
              "docComment": "/**\n * Callback to override the default row rendering.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderRow?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderRow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onRowDidMount:member",
              "docComment": "/**\n * Callback for when a given row has been mounted. Useful for identifying when a row has been rendered on the page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRowDidMount?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRowDidMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onRowWillUnmount:member",
              "docComment": "/**\n * Callback for when a given row has been unmounted. Useful for identifying when a row has been removed from the page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRowWillUnmount?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRowWillUnmount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#onShouldVirtualize:member",
              "docComment": "/**\n * Callback to determine whether the list should be rendered in full, or virtualized.\n *\n * Virtualization will add and remove pages of items as the user scrolls them into the visible range. This benefits larger list scenarios by reducing the DOM on the screen, but can negatively affect performance for smaller lists.\n *\n * The default implementation will virtualize when this callback is not provided.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onShouldVirtualize?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onShouldVirtualize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#rowElementEventMap:member",
              "docComment": "/**\n * Event names and corresponding callbacks that will be registered to rendered row elements.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowElementEventMap?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        eventName: string;\n        callback: (context: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropContext",
                  "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ", event?: any) => void;\n    }[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rowElementEventMap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#selection:member",
              "docComment": "/**\n * Selection model to track selection state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection?: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelection",
                  "canonicalReference": "@uifabric/utilities!ISelection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#selectionMode:member",
              "docComment": "/**\n * Controls how/if the details list manages selection. Options include none, single, multiple\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#selectionPreservedOnEmptyClick:member",
              "docComment": "/**\n * By default, selection is cleared when clicking on an empty (non-focusable) section of the screen. Setting this value to true overrides that behavior and maintains selection.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionPreservedOnEmptyClick?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionPreservedOnEmptyClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#selectionZoneProps:member",
              "docComment": "/**\n * Additional props to pass through to the SelectionZone created by default.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionZoneProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelectionZoneProps",
                  "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionZoneProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#setKey:member",
              "docComment": "/**\n * A key that uniquely identifies the given items. If provided, the selection will be reset when the key changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#shouldApplyApplicationRole:member",
              "docComment": "/**\n * Whether the role `application` should be applied to the list.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldApplyApplicationRole?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldApplyApplicationRole",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#styles:member",
              "docComment": "/**\n * Custom overrides to the themed or default styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsListStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsListStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsListStyles",
                  "canonicalReference": "office-ui-fabric-react!IDetailsListStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#theme:member",
              "docComment": "/**\n * Theme provided by a higher-order component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#useFastIcons:member",
              "docComment": "/**\n * Whether to use fast icon and check components. The icons can't be targeted by customization but are still customizable via class names.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useFastIcons?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useFastIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#usePageCache:member",
              "docComment": "/**\n * Whether to enable render page caching. This is an experimental performance optimization that is off by default.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "usePageCache?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "usePageCache",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#useReducedRowRenderer:member",
              "docComment": "/**\n * Whether to re-render a row only when props changed. Might cause regression when depending on external updates.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useReducedRowRenderer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useReducedRowRenderer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps#viewport:member",
              "docComment": "/**\n * Viewport info, provided by the `withViewport` decorator.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "viewport?: "
                },
                {
                  "kind": "Reference",
                  "text": "IViewport",
                  "canonicalReference": "office-ui-fabric-react!IViewport:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "viewport",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 8
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsListState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsListState "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsListState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListState#adjustedColumns:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "adjustedColumns: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "adjustedColumns",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListState#focusedItemIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusedItemIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusedItemIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListState#isCollapsed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCollapsed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListState#isSizing:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSizing?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSizing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListState#isSomeGroupExpanded:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSomeGroupExpanded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSomeGroupExpanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListState#lastSelectionMode:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lastSelectionMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "lastSelectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListState#lastWidth:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lastWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "lastWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListState#version:member",
              "docComment": "/**\n * A unique object used to force-update the List when it changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "version: "
                },
                {
                  "kind": "Content",
                  "text": "{}"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "version",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IDetailsListStyleProps:type",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IDetailsListStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className'> & {\n    isHorizontalConstrained?: boolean;\n    compact?: boolean;\n    isFixed?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsListStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsListStyles:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsListStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsListStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListStyles#contentWrapper:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contentWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contentWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListStyles#focusZone:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusZone: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusZone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListStyles#headerWrapper:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsListStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsRow:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsRow "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRow",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsRowBaseProps extends "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'onRenderItemColumn' | 'getCellValueKey'>"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsRow",
              "canonicalReference": "office-ui-fabric-react!IDetailsRow:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IDetailsItemProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsItemProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowBaseProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#cellsByColumn:member",
              "docComment": "/**\n * Optional pre-rendered content per column. Preferred over onRender or onRenderItemColumn if provided.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellsByColumn?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [columnKey: string]: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellsByColumn",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#checkboxCellClassName:member",
              "docComment": "/**\n * Class name for the checkbox cell\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkboxCellClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkboxCellClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#checkButtonAriaLabel:member",
              "docComment": "/**\n * Check button's aria label\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#className:member",
              "docComment": "/**\n * Overriding class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#collapseAllVisibility:member",
              "docComment": "/**\n * Collapse all visibility\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapseAllVisibility?: "
                },
                {
                  "kind": "Reference",
                  "text": "CollapseAllVisibility",
                  "canonicalReference": "office-ui-fabric-react!CollapseAllVisibility:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapseAllVisibility",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#compact:member",
              "docComment": "/**\n * Whether to render in compact mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#componentRef:member",
              "docComment": "/**\n * Ref of the component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRow",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRow:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#dragDropEvents:member",
              "docComment": "/**\n * Handling drag and drop events\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragDropEvents?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropEvents",
                  "canonicalReference": "office-ui-fabric-react!IDragDropEvents:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragDropEvents",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#dragDropHelper:member",
              "docComment": "/**\n * Helper for the drag and drop\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragDropHelper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropHelper",
                  "canonicalReference": "office-ui-fabric-react!IDragDropHelper:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragDropHelper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#enableUpdateAnimations:member",
              "docComment": "/**\n * Whether to animate updates\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableUpdateAnimations?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableUpdateAnimations",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#eventsToRegister:member",
              "docComment": "/**\n * A list of events to register\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "eventsToRegister?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        eventName: string;\n        callback: (item?: any, index?: number, event?: any) => void;\n    }[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "eventsToRegister",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#getRowAriaDescribedBy:member",
              "docComment": "/**\n * Callback for getting the row aria-describedby\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getRowAriaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: any) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getRowAriaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#getRowAriaLabel:member",
              "docComment": "/**\n * Callback for getting the row aria label\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getRowAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: any) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getRowAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#item:member",
              "docComment": "/**\n * Data source for this component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#itemIndex:member",
              "docComment": "/**\n * Index of the collection of items of the DetailsList\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#onDidMount:member",
              "docComment": "/**\n * Callback for did mount for parent\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDidMount?: "
                },
                {
                  "kind": "Content",
                  "text": "(row?: "
                },
                {
                  "kind": "Reference",
                  "text": "DetailsRowBase",
                  "canonicalReference": "office-ui-fabric-react!DetailsRowBase:class"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDidMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#onRenderCheck:member",
              "docComment": "/**\n * Callback for rendering a checkbox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderCheck?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowCheckProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderCheck",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#onRenderDetailsCheckbox:member",
              "docComment": "/**\n * If provided, can be used to render a custom checkbox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderDetailsCheckbox?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsCheckboxProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsCheckboxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderDetailsCheckbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#onWillUnmount:member",
              "docComment": "/**\n * Callback for will mount for parent\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onWillUnmount?: "
                },
                {
                  "kind": "Content",
                  "text": "(row?: "
                },
                {
                  "kind": "Reference",
                  "text": "DetailsRowBase",
                  "canonicalReference": "office-ui-fabric-react!DetailsRowBase:class"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onWillUnmount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#rowFieldsAs:member",
              "docComment": "/**\n * DOM element into which to render row field\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowFieldsAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ComponentType",
                  "canonicalReference": "@types/react!~React.ComponentType:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowFieldsProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rowFieldsAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#styles:member",
              "docComment": "/**\n * Overriding styles to this row\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowStyles",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#theme:member",
              "docComment": "/**\n * Theme provided by styled() function\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#useFastIcons:member",
              "docComment": "/**\n * Whether to use fast icon and check components. The icons can't be targeted by customization but are still customizable via class names.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useFastIcons?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useFastIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps#useReducedRowRenderer:member",
              "docComment": "/**\n * Rerender DetailsRow only when props changed. Might cause regression when depending on external updates.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useReducedRowRenderer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useReducedRowRenderer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 10
            },
            {
              "startIndex": 11,
              "endIndex": 13
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsRowCheckProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowCheckProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#anySelected:member",
              "docComment": "/**\n * Is any selected - also true for isSelectionModal\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "anySelected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "anySelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#canSelect:member",
              "docComment": "/**\n * Can this checkbox be selectable\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canSelect: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canSelect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#checkClassName:member",
              "docComment": "/**\n * The classname to be passed down to Check component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#className:member",
              "docComment": "/**\n * Optional className to attach to the slider root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#compact:member",
              "docComment": "/**\n * Is this in compact mode?\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#isHeader:member",
              "docComment": "/**\n * Is the check part of the header in a DetailsList\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isHeader?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#isVisible:member",
              "docComment": "/**\n * Whether or not this checkbox is visible\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#onRenderDetailsCheckbox:member",
              "docComment": "/**\n * If provided, can be used to render a custom checkbox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderDetailsCheckbox?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsCheckboxProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsCheckboxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderDetailsCheckbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#selected:member",
              "docComment": "/**\n * Whether or not this check is selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#styles:member",
              "docComment": "/**\n * Style override\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowCheckStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowCheckStyles",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps#useFastIcons:member",
              "docComment": "/**\n * Whether to use fast icon and check components. The icons can't be targeted by customization but are still customizable via class names.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useFastIcons?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useFastIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckStyleProps:type",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IDetailsRowCheckStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowCheckProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowCheckProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'compact' | 'isHeader' | 'selected' | 'anySelected' | 'canSelect' | 'className'> & {\n    isVisible?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowCheckStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckStyles:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsRowCheckStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowCheckStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckStyles#check:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `root` (they're applied to the same element)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "check: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "check",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckStyles#isDisabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowCheckStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps:interface",
          "docComment": "/**\n * Props interface for the DetailsRowFields component.\n *\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsRowFieldsProps extends "
            },
            {
              "kind": "Reference",
              "text": "IOverrideColumnRenderProps",
              "canonicalReference": "office-ui-fabric-react!IOverrideColumnRenderProps:type"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowFieldsProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps#cellStyleProps:member",
              "docComment": "/**\n * Style properties to customize cell render output.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellStyleProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICellStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICellStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellStyleProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps#columns:member",
              "docComment": "/**\n * Columns metadata\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columns: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columns",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps#columnStartIndex:member",
              "docComment": "/**\n * Index to start for the column\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnStartIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnStartIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps#compact:member",
              "docComment": "/**\n * whether to render as a compact field\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps#enableUpdateAnimations:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableUpdateAnimations?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableUpdateAnimations",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps#item:member",
              "docComment": "/**\n * Data source for this component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps#itemIndex:member",
              "docComment": "/**\n * The item index of the collection for the DetailsList\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowFieldsProps#rowClassNames:member",
              "docComment": "/**\n * Subset of classnames currently generated in DetailsRow that are used within DetailsRowFields.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowClassNames: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [k in keyof "
                },
                {
                  "kind": "Reference",
                  "text": "Pick",
                  "canonicalReference": "!Pick:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowStyles",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ", 'isMultiline' | 'isRowHeader' | 'cell' | 'cellAnimation' | 'cellPadded' | 'cellUnpadded' | 'fields'>]: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rowClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowProps:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsRowProps extends "
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowBaseProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowProps#columns:member",
              "docComment": "/**\n * Column metadata\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columns: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columns",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowProps#selection:member",
              "docComment": "/**\n * Selection from utilities\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelection",
                  "canonicalReference": "@uifabric/utilities!ISelection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowProps#selectionMode:member",
              "docComment": "/**\n * Selection mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionMode: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowSelectionState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsRowSelectionState "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowSelectionState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowSelectionState#isSelected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowSelectionState#isSelectionModal:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelectionModal: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelectionModal",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsRowState "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowState#columnMeasureInfo:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnMeasureInfo?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        index: number;\n        column: "
                },
                {
                  "kind": "Reference",
                  "text": "IColumn",
                  "canonicalReference": "office-ui-fabric-react!IColumn:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        onMeasureDone: (measuredWidth: number) => void;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnMeasureInfo",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowState#isDropping:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDropping?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDropping",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowState#selectionState:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionState: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowSelectionState",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowSelectionState:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionState",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowStyleProps:type",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IDetailsRowStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & {\n    isSelected?: boolean;\n    anySelected?: boolean;\n    canSelect?: boolean;\n    droppingClassName?: string;\n    isCheckVisible?: boolean;\n    isRowHeader?: boolean;\n    checkboxCellClassName?: string;\n    className?: string;\n    compact?: boolean;\n    cellStyleProps?: "
            },
            {
              "kind": "Reference",
              "text": "ICellStyleProps",
              "canonicalReference": "office-ui-fabric-react!ICellStyleProps:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    enableUpdateAnimations?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDetailsRowStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDetailsRowStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#cell:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cell: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#cellAnimation:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellAnimation: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellAnimation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#cellMeasurer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellMeasurer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellMeasurer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#cellPadded:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellPadded: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellPadded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#cellUnpadded:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellUnpadded: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellUnpadded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#check:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "check: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "check",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#checkCell:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkCell: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#checkCover:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkCover: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkCover",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#fields:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fields: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "fields",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#isMultiline:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMultiline: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMultiline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#isRowHeader:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isRowHeader: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isRowHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialog:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialog "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialog",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogContent:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogContent "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogContent",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogContentProps:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogContentProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DialogContentBase",
              "canonicalReference": "office-ui-fabric-react!DialogContentBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogContentProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#closeButtonAriaLabel:member",
              "docComment": "/**\n * Label to be passed to to aria-label of close button\n *\n * @defaultvalue\n *\n * Close\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IDialogContent interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDialogContent",
                  "canonicalReference": "office-ui-fabric-react!IDialogContent:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#draggableHeaderClassName:member",
              "docComment": "/**\n * The classname for when the header is draggable\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "draggableHeaderClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "draggableHeaderClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#isMultiline:member",
              "docComment": "/**\n * Is inside a multiline wrapper\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMultiline?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMultiline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#onDismiss:member",
              "docComment": "/**\n * Callback for when the Dialog is dismissed from the close button or light dismiss, before the animation completes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#responsiveMode:member",
              "docComment": "/**\n * Responsive mode passed in from decorator.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "responsiveMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ResponsiveMode",
                  "canonicalReference": "office-ui-fabric-react!ResponsiveMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "responsiveMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#showCloseButton:member",
              "docComment": "/**\n * Show an 'x' close button in the upper-right corner\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showCloseButton?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showCloseButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDialogContentStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDialogContentStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogContentStyles",
                  "canonicalReference": "office-ui-fabric-react!IDialogContentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#subText:member",
              "docComment": "/**\n * The subtext to display in the dialog\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#subTextId:member",
              "docComment": "/**\n * The Id for subText container\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subTextId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subTextId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#title:member",
              "docComment": "/**\n * The title text to display at the top of the dialog.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#titleId:member",
              "docComment": "/**\n * The Id for title container\n *\n * @deprecated\n *\n * use the `id` attribute in `titleProps` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "titleId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "titleId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#titleProps:member",
              "docComment": "/**\n * The props for title container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "titleProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "titleProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#topButtonsProps:member",
              "docComment": "/**\n * Other top buttons that will show up next to the close button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topButtonsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "topButtonsProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentProps#type:member",
              "docComment": "/**\n * The type of Dialog to display.\n *\n * @defaultvalue\n *\n * DialogType.normal\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type?: "
                },
                {
                  "kind": "Reference",
                  "text": "DialogType",
                  "canonicalReference": "office-ui-fabric-react!DialogType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogContentStyleProps:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogContentStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogContentStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyleProps#draggableHeaderClassName:member",
              "docComment": "/**\n * The classname for when the header is draggable\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "draggableHeaderClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "draggableHeaderClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyleProps#hidden:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyleProps#isClose:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isClose?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isClose",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyleProps#isLargeHeader:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isLargeHeader?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isLargeHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyleProps#isMultiline:member",
              "docComment": "/**\n * Is inside a multiline wrapper\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMultiline?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMultiline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogContentStyles:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogContentStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogContentStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyles#button:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "button: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "button",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyles#content:member",
              "docComment": "/**\n * Style for the content element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyles#header:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "header: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "header",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyles#inner:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inner: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyles#innerContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "innerContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "innerContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyles#subText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyles#title:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogContentStyles#topButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "topButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogFooter:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogFooter "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogFooter",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogFooterProps:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogFooterProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.Props",
              "canonicalReference": "@types/react!~React.Props:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DialogFooterBase",
              "canonicalReference": "office-ui-fabric-react!DialogFooterBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogFooterProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDialogFooter",
                  "canonicalReference": "office-ui-fabric-react!IDialogFooter:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDialogFooterStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDialogFooterStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogFooterStyles",
                  "canonicalReference": "office-ui-fabric-react!IDialogFooterStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogFooterStyleProps:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogFooterStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogFooterStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogFooterStyles:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogFooterStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogFooterStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterStyles#action:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "action: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "action",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterStyles#actions:member",
              "docComment": "/**\n * Style for the actions element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actions: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "actions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogFooterStyles#actionsRight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actionsRight: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "actionsRight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogProps:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DialogBase",
              "canonicalReference": "office-ui-fabric-react!DialogBase:class"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IWithResponsiveModeState",
              "canonicalReference": "office-ui-fabric-react!IWithResponsiveModeState:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IAccessiblePopupProps",
              "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#ariaDescribedById:member",
              "docComment": "/**\n * Optional id for aria-DescribedBy\n *\n * @deprecated\n *\n * Pass through via `modalProps.subtitleAriaId` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedById?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedById",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#ariaLabelledById:member",
              "docComment": "/**\n * Optional id for aria-LabelledBy\n *\n * @deprecated\n *\n * Pass through via `modalProps.titleAriaId` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledById?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledById",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#className:member",
              "docComment": "/**\n * Optional class name to be added to the root class\n *\n * @deprecated\n *\n * Pass through via `modalProps.className` instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IDialog interface. Use this instead of ref for accessing the public methods and properties of the component.\n *\n * @deprecated\n *\n * Unused, returns no value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDialog",
                  "canonicalReference": "office-ui-fabric-react!IDialog:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#containerClassName:member",
              "docComment": "/**\n * Optional override for container class\n *\n * @deprecated\n *\n * Pass through via `modalProps.className` instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "containerClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "containerClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#contentClassName:member",
              "docComment": "/**\n * Optional override content class\n *\n * @deprecated\n *\n * Pass through via `dialogContentProps` instead as `className`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contentClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contentClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#dialogContentProps:member",
              "docComment": "/**\n * Props to be passed through to Dialog Content\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dialogContentProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogContentProps",
                  "canonicalReference": "office-ui-fabric-react!IDialogContentProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dialogContentProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#hidden:member",
              "docComment": "/**\n * Whether the dialog is hidden.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#isBlocking:member",
              "docComment": "/**\n * Whether the dialog can be light dismissed by clicking outside the dialog (on the overlay).\n *\n * @deprecated\n *\n * Pass through via `modalProps` instead\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isBlocking?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isBlocking",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#isDarkOverlay:member",
              "docComment": "/**\n * Whether the overlay is dark themed.\n *\n * @deprecated\n *\n * Pass through via `modalProps` instead\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDarkOverlay?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDarkOverlay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#isOpen:member",
              "docComment": "/**\n * Whether the dialog is displayed. Deprecated, use `hidden` instead.\n *\n * @deprecated\n *\n * Use `hidden` instead\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#maxWidth:member",
              "docComment": "/**\n * Sets the maximum width for the dialog. It limits the width property to be larger than the value specified in max-width.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxWidth?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICSSRule",
                  "canonicalReference": "@uifabric/merge-styles!ICSSRule:type"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "ICSSPixelUnitRule",
                  "canonicalReference": "@uifabric/merge-styles!ICSSPixelUnitRule:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#minWidth:member",
              "docComment": "/**\n * Sets the minimum width of the dialog. It limits the width property to be not smaller than the value specified in min-width.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minWidth?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICSSRule",
                  "canonicalReference": "@uifabric/merge-styles!ICSSRule:type"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "ICSSPixelUnitRule",
                  "canonicalReference": "@uifabric/merge-styles!ICSSPixelUnitRule:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#modalProps:member",
              "docComment": "/**\n * Props to be passed through to Modal\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "modalProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IModalProps",
                  "canonicalReference": "office-ui-fabric-react!IModalProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "modalProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#onDismiss:member",
              "docComment": "/**\n * A callback function for when the Dialog is dismissed from the close button or light dismiss. Can also be specified separately in content and modal.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#onDismissed:member",
              "docComment": "/**\n * A callback function which is called after the Dialog is dismissed and the animation is complete.\n *\n * @deprecated\n *\n * Pass through via `modalProps` instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismissed?: "
                },
                {
                  "kind": "Content",
                  "text": "() => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismissed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#onLayerDidMount:member",
              "docComment": "/**\n * A callback function for when the Dialog content is mounted on the overlay layer\n *\n * @deprecated\n *\n * Pass through via `modalProps.layerProps` instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLayerDidMount?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLayerDidMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#onLayerMounted:member",
              "docComment": "/**\n * Deprecated at 0.81.2, use `onLayerDidMount` instead.\n *\n * @deprecated\n *\n * Use `onLayerDidMount` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLayerMounted?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLayerMounted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDialogStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDialogStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogStyles",
                  "canonicalReference": "office-ui-fabric-react!IDialogStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#subText:member",
              "docComment": "/**\n * The subtext to display in the dialog.\n *\n * @deprecated\n *\n * Pass through via `dialogContentProps` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#title:member",
              "docComment": "/**\n * The title text to display at the top of the dialog.\n *\n * @deprecated\n *\n * Pass through via `dialogContentProps` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#topButtonsProps:member",
              "docComment": "/**\n * Other top buttons that will show up next to the close button\n *\n * @deprecated\n *\n * Pass through via `dialogContentProps` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topButtonsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "topButtonsProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogProps#type:member",
              "docComment": "/**\n * The type of Dialog to display.\n *\n * @deprecated\n *\n * Pass through via `dialogContentProps` instead.\n *\n * @defaultvalue\n *\n * DialogType.normal\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type?: "
                },
                {
                  "kind": "Reference",
                  "text": "DialogType",
                  "canonicalReference": "office-ui-fabric-react!DialogType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 7
            },
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogState "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#hasBeenOpened:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasBeenOpened?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasBeenOpened",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#id:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#isInKeyboardMoveMode:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isInKeyboardMoveMode?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isInKeyboardMoveMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#isModalMenuOpen:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isModalMenuOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isModalMenuOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#isOpen:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#isVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#isVisibleClose:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isVisibleClose?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isVisibleClose",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#modalRectangleTop:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "modalRectangleTop?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "modalRectangleTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#x:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "x: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "x",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogState#y:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "y: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "y",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogStyleProps:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogStyleProps#containerClassName:member",
              "docComment": "/**\n * Optional override for container class\n *\n * @deprecated\n *\n * Pass through via `modalProps.className` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "containerClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "containerClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogStyleProps#contentClassName:member",
              "docComment": "/**\n * Optional override content class\n *\n * @deprecated\n *\n * Pass through via `dialogContentProps` instead as `className`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contentClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contentClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogStyleProps#dialogDefaultMaxWidth:member",
              "docComment": "/**\n * Default max-width for the dialog box.\n *\n * @defaultvalue\n *\n * '340px'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dialogDefaultMaxWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "ICSSRule",
                  "canonicalReference": "@uifabric/merge-styles!ICSSRule:type"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "ICSSPixelUnitRule",
                  "canonicalReference": "@uifabric/merge-styles!ICSSPixelUnitRule:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dialogDefaultMaxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogStyleProps#dialogDefaultMinWidth:member",
              "docComment": "/**\n * Default min-width for the dialog box.\n *\n * @defaultvalue\n *\n * '288px'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dialogDefaultMinWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "ICSSRule",
                  "canonicalReference": "@uifabric/merge-styles!ICSSRule:type"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "ICSSPixelUnitRule",
                  "canonicalReference": "@uifabric/merge-styles!ICSSPixelUnitRule:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dialogDefaultMinWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogStyleProps#hidden:member",
              "docComment": "/**\n * Whether the dialog is hidden.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDialogStyles:interface",
          "docComment": "/**\n * {@docCategory Dialog}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDialogStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDialogStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogStyles#main:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "main: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "main",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDialogStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDividerAsProps:interface",
          "docComment": "/**\n * {@docCategory Breadcrumb}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDividerAsProps extends "
            },
            {
              "kind": "Reference",
              "text": "IIconProps",
              "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDividerAsProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDividerAsProps#item:member",
              "docComment": "/**\n * Breadcrumb item to left of the divider to be passed for custom rendering. For overflowed items, it will be last item in the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBreadcrumbItem",
                  "canonicalReference": "office-ui-fabric-react!IBreadcrumbItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCard:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCard "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCard",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCard#focus:member",
              "docComment": "/**\n * Sets focus to the DocumentCard.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardActions:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardActions "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardActions",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardActionsProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DocumentCardActionsBase",
              "canonicalReference": "office-ui-fabric-react!DocumentCardActionsBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardActionsProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsProps#actions:member",
              "docComment": "/**\n * The actions available for this document.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actions: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "actions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardActions",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardActions:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardActionsStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardActionsStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsProps#views:member",
              "docComment": "/**\n * The number of views this document has received.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "views?: "
                },
                {
                  "kind": "Reference",
                  "text": "Number",
                  "canonicalReference": "!Number:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "views",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardActionsStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardActionsStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardActionsStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardActionsStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyles#action:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "action: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "action",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyles#views:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "views: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "views",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActionsStyles#viewsIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "viewsIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "viewsIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardActivity:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardActivity "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardActivity",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityPerson:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardActivityPerson "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardActivityPerson",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityPerson#allowPhoneInitials:member",
              "docComment": "/**\n * Whether initials are calculated for phone numbers and number sequences. Example: Set property to true to get initials for project names consisting of numbers only.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowPhoneInitials?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowPhoneInitials",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityPerson#initials:member",
              "docComment": "/**\n * The user's initials to display in the profile photo area when there is no image.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initials?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initials",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityPerson#initialsColor:member",
              "docComment": "/**\n * The background color when the user's initials are displayed.\n *\n * @defaultvalue\n *\n * PersonaInitialsColor.blue\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialsColor?: "
                },
                {
                  "kind": "Reference",
                  "text": "PersonaInitialsColor",
                  "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initialsColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityPerson#name:member",
              "docComment": "/**\n * The name of the person.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityPerson#profileImageSrc:member",
              "docComment": "/**\n * Path to the profile photo of the person.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "profileImageSrc: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "profileImageSrc",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardActivityProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DocumentCardActivityBase",
              "canonicalReference": "office-ui-fabric-react!DocumentCardActivityBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardActivityProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityProps#activity:member",
              "docComment": "/**\n * Describes the activity that has taken place, such as \"Created Feb 23, 2016\".\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activity: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activity",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardActivity",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardActivity:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityProps#people:member",
              "docComment": "/**\n * One or more people who are involved in this activity.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "people: "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardActivityPerson",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityPerson:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "people",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardActivityStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardActivityStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardActivityStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardActivityStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyleProps#multiplePeople:member",
              "docComment": "/**\n * Indicates if multiple people are being shown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "multiplePeople?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "multiplePeople",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardActivityStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardActivityStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyles#activity:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activity: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activity",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyles#avatar:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "avatar: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "avatar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyles#avatars:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "avatars: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "avatars",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyles#details:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "details: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "details",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyles#name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardActivityStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardDetails:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardDetails "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardDetails",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardDetailsProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.Props",
              "canonicalReference": "@types/react!~React.Props:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DocumentCardDetailsBase",
              "canonicalReference": "office-ui-fabric-react!DocumentCardDetailsBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardDetailsProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardDetails",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardDetails:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardDetailsStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardDetailsStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardDetailsStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardDetailsStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardDetailsStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardDetailsStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardDetailsStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardImage:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardImage "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardImage",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardImageProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": "<{}> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardImageProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardImage",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardImage:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps#height:member",
              "docComment": "/**\n * If provided, forces the preview image to be this height.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps#iconProps:member",
              "docComment": "/**\n * The props for the icon associated with this document type.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps#imageFit:member",
              "docComment": "/**\n * Used to determine how to size the image to fit the dimensions of the component. If both dimensions are provided, then the image is fit using ImageFit.scale, otherwise ImageFit.none is used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageFit?: "
                },
                {
                  "kind": "Reference",
                  "text": "ImageFit",
                  "canonicalReference": "office-ui-fabric-react!ImageFit:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageFit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps#imageSrc:member",
              "docComment": "/**\n * Path to the preview image.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageSrc?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageSrc",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardImageStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardImageStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardImageStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardImageStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps#width:member",
              "docComment": "/**\n * If provided, forces the preview image to be this width.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardImageStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardImageStyleProps extends "
            },
            {
              "kind": "Reference",
              "text": "IDocumentCardImageProps",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardImageStyleProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardImageStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardImageStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardImageStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageStyles#centeredIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "centeredIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "centeredIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageStyles#centeredIconWrapper:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "centeredIconWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "centeredIconWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageStyles#cornerIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cornerIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cornerIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardImageStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardLocation:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardLocation "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardLocation",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardLocationProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DocumentCardLocationBase",
              "canonicalReference": "office-ui-fabric-react!DocumentCardLocationBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardLocationProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps#ariaLabel:member",
              "docComment": "/**\n * Aria label for the link to the document location.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardLocation",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardLocation:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps#location:member",
              "docComment": "/**\n * Text for the location of the document.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "location: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "location",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps#locationHref:member",
              "docComment": "/**\n * URL to navigate to for this location.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "locationHref?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "locationHref",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps#onClick:member",
              "docComment": "/**\n * Function to call when the location is clicked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardLocationStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardLocationStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardLocationStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardLocationStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardLocationStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardLocationStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLocationStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardLogo:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardLogo "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardLogo",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardLogoProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DocumentCardLogoBase",
              "canonicalReference": "office-ui-fabric-react!DocumentCardLogoBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardLogoProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardLogo",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardLogo:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoProps#logoIcon:member",
              "docComment": "/**\n * Describes DocumentCard Logo badge.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "logoIcon: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "logoIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoProps#logoName:member",
              "docComment": "/**\n * Describe Logo name, optional.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "logoName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "logoName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardLogoStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardLogoStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardLogoStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardLogoStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardLogoStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardLogoStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardLogoStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardPreview:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardPreview "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardPreview",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardPreviewImage "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardPreviewImage",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#accentColor:member",
              "docComment": "/**\n * Hex color value of the line below the preview, which should correspond to the document type.\n *\n * Deprecated at v4.17.1, to be removed at \\>= v5.0.0.\n *\n * @deprecated\n *\n * To be removed at v5.0.0.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "accentColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "accentColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<{}>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#errorImageSrc:member",
              "docComment": "/**\n * Deprecated at v1.3.6, to be removed at \\>= v2.0.0.\n *\n * @deprecated\n *\n * To be removed at v2.0.0.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorImageSrc?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "errorImageSrc",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#height:member",
              "docComment": "/**\n * If provided, forces the preview image to be this height.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#iconSrc:member",
              "docComment": "/**\n * Path to the icon associated with this document type.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconSrc?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconSrc",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#imageFit:member",
              "docComment": "/**\n * Used to determine how to size the image to fit the dimensions of the component. If both dimensions are provided, then the image is fit using ImageFit.scale, otherwise ImageFit.none is used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageFit?: "
                },
                {
                  "kind": "Reference",
                  "text": "ImageFit",
                  "canonicalReference": "office-ui-fabric-react!ImageFit:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageFit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#linkProps:member",
              "docComment": "/**\n * Props to pass to Link component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ILinkProps",
                  "canonicalReference": "office-ui-fabric-react!ILinkProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#name:member",
              "docComment": "/**\n * File name for the document this preview represents.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#previewIconContainerClass:member",
              "docComment": "/**\n * The props for the preview icon container classname. If provided, icon container classname will be used..\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "previewIconContainerClass?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "previewIconContainerClass",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#previewIconProps:member",
              "docComment": "/**\n * The props for the preview icon. If provided, icon will be rendered instead of image.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "previewIconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "previewIconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#previewImageSrc:member",
              "docComment": "/**\n * Path to the preview image.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "previewImageSrc?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "previewImageSrc",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#url:member",
              "docComment": "/**\n * URL to view the file.\n *\n * @deprecated\n *\n * Use `href` inside of `linkProps` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "url?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "url",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage#width:member",
              "docComment": "/**\n * If provided, forces the preview image to be this width.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardPreviewProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": "<{}> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardPreviewProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardPreview",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardPreview:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewProps#getOverflowDocumentCountText:member",
              "docComment": "/**\n * The function return string that will describe the number of overflow documents. such as (overflowCount: number) =\\> `+${ overflowCount } more`,\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getOverflowDocumentCountText?: "
                },
                {
                  "kind": "Content",
                  "text": "(overflowCount: number) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getOverflowDocumentCountText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewProps#previewImages:member",
              "docComment": "/**\n * One or more preview images to display.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "previewImages: "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardPreviewImage",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewImage:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "previewImages",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardPreviewStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardPreviewStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardPreviewStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardPreviewStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyleProps#isFileList:member",
              "docComment": "/**\n * Is it a list of files rather than a preview image?\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isFileList?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isFileList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardPreviewStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardPreviewStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyles#fileList:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileList: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "fileList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyles#fileListIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileListIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "fileListIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyles#fileListLink:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileListLink: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "fileListLink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyles#fileListOverflowText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fileListOverflowText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "fileListOverflowText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyles#icon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyles#previewIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "previewIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "previewIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardPreviewStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDocumentCard",
              "canonicalReference": "office-ui-fabric-react!IDocumentCard:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#accentColor:member",
              "docComment": "/**\n * Hex color value of the line below the card, which should correspond to the document type. This should only be supplied when using the 'compact' card layout.\n *\n * Deprecated at v4.17.1, to be removed at \\>= v5.0.0.\n *\n * @deprecated\n *\n * To be removed at v5.0.0.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "accentColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "accentColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#children:member",
              "docComment": "/**\n * Child components to render within the card.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "children?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "children",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IDocumentCard interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCard",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCard:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#onClick:member",
              "docComment": "/**\n * Function to call when the card is clicked or keyboard Enter/Space is pushed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.SyntheticEvent",
                  "canonicalReference": "@types/react!~React.SyntheticEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#onClickHref:member",
              "docComment": "/**\n * A URL to navigate to when the card is clicked. If a function has also been provided, it will be used instead of the URL.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClickHref?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClickHref",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#onClickTarget:member",
              "docComment": "/**\n * A target browser context for opening the link. If not specified, will open in the same tab/window.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClickTarget?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClickTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#role:member",
              "docComment": "/**\n * Aria role assigned to the documentCard (Eg. button, link). Use this to override the default assignment.\n *\n * @defaultvalue\n *\n * When `onClick` is provided, default role will be 'button'. When `onClickHref` is provided, default role will be 'link'.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardProps#type:member",
              "docComment": "/**\n * The type of DocumentCard to display.\n *\n * @defaultvalue\n *\n * DocumentCardType.normal\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type?: "
                },
                {
                  "kind": "Reference",
                  "text": "DocumentCardType",
                  "canonicalReference": "office-ui-fabric-react!DocumentCardType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardStatus:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardStatus "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardStatus",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardStatusProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.Props",
              "canonicalReference": "@types/react!~React.Props:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DocumentCardStatusBase",
              "canonicalReference": "office-ui-fabric-react!DocumentCardStatusBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardStatusProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardStatus",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardStatus:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusProps#status:member",
              "docComment": "/**\n * Describe status information. Required field.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "status: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "status",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusProps#statusIcon:member",
              "docComment": "/**\n * Describes DocumentCard status icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "statusIcon?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "statusIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardStatusStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardStatusStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardStatusStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardStatusStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardStatusStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardStatusStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStatusStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStyleProps#actionable:member",
              "docComment": "/**\n * True when the card has a click action.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actionable?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "actionable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStyleProps#compact:member",
              "docComment": "/**\n * Compact variant of the card.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardTitle:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardTitle "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardTitle",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardTitleProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "DocumentCardTitleBase",
              "canonicalReference": "office-ui-fabric-react!DocumentCardTitleBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardTitleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardTitle",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardTitle:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleProps#shouldTruncate:member",
              "docComment": "/**\n * Whether we truncate the title to fit within the box. May have a performance impact.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldTruncate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldTruncate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleProps#showAsSecondaryTitle:member",
              "docComment": "/**\n * Whether show as title as secondary title style such as smaller font and lighter color.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showAsSecondaryTitle?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showAsSecondaryTitle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardTitleStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDocumentCardTitleStyles",
                  "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleProps#title:member",
              "docComment": "/**\n * Title text. If the card represents more than one document, this should be the title of one document and a \"+X\" string. For example, a collection of four documents would have a string of \"Document.docx +3\".\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleStyleProps:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardTitleStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardTitleStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleStyleProps#className:member",
              "docComment": "/**\n * Optional override class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleStyleProps#showAsSecondaryTitle:member",
              "docComment": "/**\n * Is this a secondary title?\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showAsSecondaryTitle?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showAsSecondaryTitle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleStyles:interface",
          "docComment": "/**\n * {@docCategory DocumentCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDocumentCardTitleStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDocumentCardTitleStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDocumentCardTitleStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface",
          "docComment": "/**\n * Drag & drop event contextual information.\n *\n * {@docCategory IDragDropHelper}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDragDropContext "
            }
          ],
          "releaseTag": "Public",
          "name": "IDragDropContext",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropContext#data:member",
              "docComment": "/**\n * Data associated with drag & drop action.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropContext#index:member",
              "docComment": "/**\n * Index of drag & drop action.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "index",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropContext#isGroup:member",
              "docComment": "/**\n * Whether or not drag & drop region is indivual or group of content.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isGroup?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isGroup",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDragDropEvents:interface",
          "docComment": "/**\n * Drag & drop event callback interface.\n *\n * {@docCategory IDragDropHelper}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDragDropEvents "
            }
          ],
          "releaseTag": "Public",
          "name": "IDragDropEvents",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropEvents#canDrag:member",
              "docComment": "/**\n * Whether or not drag action is allowed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canDrag?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canDrag",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropEvents#canDragGroups:member",
              "docComment": "/**\n * Whether the whole group is draggable. This applies after canDrag returns true for the group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canDragGroups?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canDragGroups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropEvents#canDrop:member",
              "docComment": "/**\n * Whether or not drop action is allowed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canDrop?: "
                },
                {
                  "kind": "Content",
                  "text": "(dropContext?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropContext",
                  "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ", dragContext?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropContext",
                  "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canDrop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropEvents#onDragEnd:member",
              "docComment": "/**\n * On drag end event callback.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDragEnd?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "DragEvent",
                  "canonicalReference": "!DragEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDragEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropEvents#onDragEnter:member",
              "docComment": "/**\n * On drag enter region event callback. Returned string is the css classes that will be added to the entering element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDragEnter?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "DragEvent",
                  "canonicalReference": "!DragEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDragEnter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropEvents#onDragLeave:member",
              "docComment": "/**\n * On drag leave region event callback.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDragLeave?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "DragEvent",
                  "canonicalReference": "!DragEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDragLeave",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropEvents#onDragOver:member",
              "docComment": "/**\n * On drag over event callback.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDragOver?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "DragEvent",
                  "canonicalReference": "!DragEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDragOver",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropEvents#onDragStart:member",
              "docComment": "/**\n * On drag start event callback.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDragStart?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, itemIndex?: number, selectedItems?: any[], event?: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDragStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropEvents#onDrop:member",
              "docComment": "/**\n * On drop event callback.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDrop?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "DragEvent",
                  "canonicalReference": "!DragEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDrop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDragDropHelper:interface",
          "docComment": "/**\n * Helper for subscribing and unsubscribing to drag and drop events on an HTMLElement.\n *\n * {@docCategory IDragDropHelper}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDragDropHelper "
            }
          ],
          "releaseTag": "Public",
          "name": "IDragDropHelper",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropHelper#dispose:member",
              "docComment": "/**\n * Dispose of listeners bound to instance of helper.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dispose: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dispose",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropHelper#subscribe:member",
              "docComment": "/**\n * Subscribe to events on a DOM node with drag and drop configuration.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subscribe: "
                },
                {
                  "kind": "Content",
                  "text": "(root: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", events: "
                },
                {
                  "kind": "Reference",
                  "text": "EventGroup",
                  "canonicalReference": "@uifabric/utilities!EventGroup:class"
                },
                {
                  "kind": "Content",
                  "text": ", options: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropOptions",
                  "canonicalReference": "office-ui-fabric-react!IDragDropOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => {\n        key: string;\n        dispose: () => void;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subscribe",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropHelper#unsubscribe:member",
              "docComment": "/**\n * Unsubscribe to events registered on a DOM node with key.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "unsubscribe: "
                },
                {
                  "kind": "Content",
                  "text": "(root: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", key: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "unsubscribe",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDragDropOptions:interface",
          "docComment": "/**\n * The drag and drop event listener configuration.\n *\n * {@docCategory IDragDropHelper}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDragDropOptions "
            }
          ],
          "releaseTag": "Public",
          "name": "IDragDropOptions",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#canDrag:member",
              "docComment": "/**\n * Whether or not drag action is allowed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canDrag?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canDrag",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#canDrop:member",
              "docComment": "/**\n * Whether or not drop action is allowed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canDrop?: "
                },
                {
                  "kind": "Content",
                  "text": "(dropContext?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropContext",
                  "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ", dragContext?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropContext",
                  "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canDrop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#context:member",
              "docComment": "/**\n * Context associated with drag and drop event.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "context: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropContext",
                  "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "context",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#eventMap:member",
              "docComment": "/**\n * Map of event name to callback function to subscribe to.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "eventMap?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        eventName: string;\n        callback: (context: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropContext",
                  "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ", event?: any) => void;\n    }[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "eventMap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#key:member",
              "docComment": "/**\n * Unique key to associate with instance.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#onDragEnd:member",
              "docComment": "/**\n * On drag end event callback.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDragEnd?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "DragEvent",
                  "canonicalReference": "!DragEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDragEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#onDragOver:member",
              "docComment": "/**\n * On drag over element(s) event callback.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDragOver?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "DragEvent",
                  "canonicalReference": "!DragEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDragOver",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#onDragStart:member",
              "docComment": "/**\n * On drag start event callback.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDragStart?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, itemIndex?: number, selectedItems?: any[], event?: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDragStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#onDrop:member",
              "docComment": "/**\n * On drop event callback.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDrop?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "DragEvent",
                  "canonicalReference": "!DragEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDrop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#selectionIndex:member",
              "docComment": "/**\n * Selection index on drag and drop event.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragDropOptions#updateDropState:member",
              "docComment": "/**\n * Callback on drop state update.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateDropState: "
                },
                {
                  "kind": "Content",
                  "text": "(isDropping: boolean, event: "
                },
                {
                  "kind": "Reference",
                  "text": "DragEvent",
                  "canonicalReference": "!DragEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "updateDropState",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDragOptions:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDragOptions "
            }
          ],
          "releaseTag": "Public",
          "name": "IDragOptions",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragOptions#closeMenuItemText:member",
              "docComment": "/**\n * The text to use for the modal close menu item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeMenuItemText: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeMenuItemText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragOptions#dragHandleSelector:member",
              "docComment": "/**\n * Optional selector for the element where the drag can be initiated. If not supplied when isDraggable is true dragging can be initated by the whole contents of the modal\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragHandleSelector?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragHandleSelector",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragOptions#keyboardMoveIconProps:member",
              "docComment": "/**\n * IconProps for the icon used to indicate that the dialog is in keyboard move mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keyboardMoveIconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keyboardMoveIconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragOptions#menu:member",
              "docComment": "/**\n * The Draggable Control Menu so that the draggable zone can be moved via the keyboard\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menu: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FunctionComponent",
                  "canonicalReference": "@types/react!~React.FunctionComponent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuProps",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDragOptions#moveMenuItemText:member",
              "docComment": "/**\n * The text to use for the modal move menu item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "moveMenuItemText: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "moveMenuItemText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDropdown:interface",
          "docComment": "/**\n * {@docCategory Dropdown}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDropdown "
            }
          ],
          "releaseTag": "Public",
          "name": "IDropdown",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdown#focus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "(shouldOpenOnFocus?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdown#selectedOptions:member",
              "docComment": "/**\n * All selected options\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectedOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownOption",
                  "canonicalReference": "office-ui-fabric-react!IDropdownOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDropdownInternalProps:interface",
          "docComment": "/**\n * Internal only props interface to support mixing in responsive mode\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDropdownInternalProps extends "
            },
            {
              "kind": "Reference",
              "text": "IDropdownProps",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IWithResponsiveModeState",
              "canonicalReference": "office-ui-fabric-react!IWithResponsiveModeState:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDropdownInternalProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDropdownOption:interface",
          "docComment": "/**\n * {@docCategory Dropdown}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDropdownOption extends "
            },
            {
              "kind": "Reference",
              "text": "ISelectableOption",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IDropdownOption",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownOption#isSelected:member",
              "docComment": "/**\n * Deprecated at v.65.1, use `selected` instead.\n *\n * @deprecated\n *\n * Use `selected` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface",
          "docComment": "/**\n * {@docCategory Dropdown}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDropdownProps extends "
            },
            {
              "kind": "Reference",
              "text": "ISelectableDroppableTextProps",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDropdown",
              "canonicalReference": "office-ui-fabric-react!IDropdown:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IDropdownProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#defaultSelectedKeys:member",
              "docComment": "/**\n * Keys that will be initially used to set selected items. This prop is only used when `multiSelect` is true (use `defaultSelectedKey` for single select). Mutually exclusive with `selectedKeys`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSelectedKeys?: "
                },
                {
                  "kind": "Content",
                  "text": "string[] | number[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultSelectedKeys",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#dropdownWidth:member",
              "docComment": "/**\n * Custom width for dropdown. If value is 0, width of the input field is used.\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#isDisabled:member",
              "docComment": "/**\n * Deprecated at v0.52.0, use `disabled` instead.\n *\n * @deprecated\n *\n * Use `disabled` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#keytipProps:member",
              "docComment": "/**\n * Optional keytip for this dropdown\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#multiSelectDelimiter:member",
              "docComment": "/**\n * When multiple items are selected, this will be used to separate values in the dropdown input.\n *\n * @defaultvalue\n *\n * \", \"\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "multiSelectDelimiter?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "multiSelectDelimiter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#notifyOnReselect:member",
              "docComment": "/**\n * If true, `onChange` will still be called when an already-selected item is clicked again in single select mode. (Normally it would not be called in this case.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notifyOnReselect?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "notifyOnReselect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#onChange:member",
              "docComment": "/**\n * Callback for when the selected option changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FormEvent",
                  "canonicalReference": "@types/react!~React.FormEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, option?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownOption",
                  "canonicalReference": "office-ui-fabric-react!IDropdownOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ", index?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#onChanged:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `onChange` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(option: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownOption",
                  "canonicalReference": "office-ui-fabric-react!IDropdownOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ", index?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#onRenderCaretDown:member",
              "docComment": "/**\n * Custom renderer for chevron icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderCaretDown?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownProps",
                  "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderCaretDown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#onRenderLabel:member",
              "docComment": "/**\n * Custom renderer for the label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderLabel?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownProps",
                  "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#onRenderPlaceholder:member",
              "docComment": "/**\n * Custom renderer for placeholder text\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderPlaceholder?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownProps",
                  "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderPlaceholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#onRenderPlaceHolder:member",
              "docComment": "/**\n * Custom renderer for placeholder text\n *\n * @deprecated\n *\n * Use `onRenderPlaceholder`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderPlaceHolder?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownProps",
                  "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderPlaceHolder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#onRenderTitle:member",
              "docComment": "/**\n * Custom renderer for selected option displayed in input\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderTitle?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownOption",
                  "canonicalReference": "office-ui-fabric-react!IDropdownOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderTitle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#options:member",
              "docComment": "/**\n * Options for the dropdown. If using `defaultSelectedKey` or `defaultSelectedKeys`, options must be pure for correct behavior.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownOption",
                  "canonicalReference": "office-ui-fabric-react!IDropdownOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#placeHolder:member",
              "docComment": "/**\n * Input placeholder text. Displayed until an option is selected.\n *\n * @deprecated\n *\n * Use `placeholder`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placeHolder?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "placeHolder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#responsiveMode:member",
              "docComment": "/**\n * By default, the dropdown will render the standard way for screen sizes `large` and above, or in a panel on `small` and `medium` screens. Manually set this prop to override this behavior.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "responsiveMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ResponsiveMode",
                  "canonicalReference": "office-ui-fabric-react!ResponsiveMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "responsiveMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#selectedKeys:member",
              "docComment": "/**\n * Keys of the selected items, only used when `multiSelect` is true (use `selectedKey` for single select). If you provide this, you must maintain selection state by observing onChange events and passing a new prop value in when changed. Passing null will clear the selection. Mutually exclusive with `defaultSelectedKeys`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedKeys?: "
                },
                {
                  "kind": "Content",
                  "text": "string[] | number[] | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedKeys",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IDropdownStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownStyles",
                  "canonicalReference": "office-ui-fabric-react!IDropdownStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps#theme:member",
              "docComment": "/**\n * Theme provided by higher order component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDropdownState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDropdownState "
            }
          ],
          "releaseTag": "Public",
          "name": "IDropdownState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownState#calloutRenderEdge:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutRenderEdge?: "
                },
                {
                  "kind": "Reference",
                  "text": "RectangleEdge",
                  "canonicalReference": "office-ui-fabric-react!RectangleEdge:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutRenderEdge",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownState#hasFocus:member",
              "docComment": "/**\n * Whether the root dropdown element has focus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasFocus: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownState#isOpen:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOpen: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownState#selectedIndices:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedIndices: "
                },
                {
                  "kind": "Content",
                  "text": "number[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedIndices",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IDropdownStyleProps:type",
          "docComment": "/**\n * The props needed to construct styles. This represents the simplified set of immutable things which control the class names. {@docCategory Dropdown}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IDropdownStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDropdownProps",
              "canonicalReference": "office-ui-fabric-react!IDropdownProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme' | 'className' | 'disabled' | 'required'> & {\n    hasError: boolean;\n    hasLabel: boolean;\n    isOpen: boolean;\n    isRenderingPlaceholder: boolean;\n    panelClassName?: string;\n    calloutClassName?: string;\n    calloutRenderEdge?: "
            },
            {
              "kind": "Reference",
              "text": "RectangleEdge",
              "canonicalReference": "office-ui-fabric-react!RectangleEdge:enum"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IDropdownStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDropdownStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory Dropdown}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDropdownStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDropdownStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#callout:member",
              "docComment": "/**\n * Refers to the callout that hosts Dropdown options in larger viewports.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "callout: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "callout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#caretDown:member",
              "docComment": "/**\n * Refers to the downward pointing caret icon users click on to expand the Dropdown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "caretDown: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "caretDown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#caretDownWrapper:member",
              "docComment": "/**\n * Refers to the wrapping container around the downward pointing caret users click on to expand the Dropdown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "caretDownWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "caretDownWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdown:member",
              "docComment": "/**\n * Refers to the actual Dropdown element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdown: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownDivider:member",
              "docComment": "/**\n * Refers to the dropdown separator.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownDivider: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownDivider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownItem:member",
              "docComment": "/**\n * Refers to the individual dropdown item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownItem: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownItemDisabled:member",
              "docComment": "/**\n * Style for a dropdown item when it is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownItemDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownItemDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownItemHeader:member",
              "docComment": "/**\n * Refers to the individual dropdown items that are being rendered as a header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownItemHeader: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownItemHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownItemHidden:member",
              "docComment": "/**\n * Style for a dropdown item when it is hidden\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownItemHidden: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownItemHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownItems:member",
              "docComment": "/**\n * Refers to the FocusZone wrapping the individual dropdown items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownItems: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownItemSelected:member",
              "docComment": "/**\n * Style for a dropdown item when it is being selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownItemSelected: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownItemSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownItemSelectedAndDisabled:member",
              "docComment": "/**\n * Style for a dropdown item when it is both selected and disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownItemSelectedAndDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownItemSelectedAndDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownItemsWrapper:member",
              "docComment": "/**\n * Refers to the element that wraps `dropdownItems`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownItemsWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownItemsWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#dropdownOptionText:member",
              "docComment": "/**\n * Refers to the text element that renders the actual dropdown item/option text. This would be wrapped by the element referred to by `dropdownItem`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropdownOptionText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropdownOptionText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#errorMessage:member",
              "docComment": "/**\n * Refers to the error message being rendered under the Dropdown (if any).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorMessage: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "errorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#label:member",
              "docComment": "/**\n * Refers to the label associated with the dropdown. This is enclosed by the root.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#panel:member",
              "docComment": "/**\n * Refers to the panel that hosts the Dropdown options in small viewports.\n *\n * @deprecated\n *\n * Use `subComponentStyles.panel` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "panel: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "panel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#root:member",
              "docComment": "/**\n * Root element of the Dropdown (includes Label and the actual Dropdown).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#subComponentStyles:member",
              "docComment": "/**\n * Subcomponent styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subComponentStyles: "
                },
                {
                  "kind": "Reference",
                  "text": "IDropdownSubComponentStyles",
                  "canonicalReference": "office-ui-fabric-react!IDropdownSubComponentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subComponentStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownStyles#title:member",
              "docComment": "/**\n * Refers to the primary title of the Dropdown (rendering the selected options/placeholder/etc.).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDropdownSubComponentStyles:interface",
          "docComment": "/**\n * {@docCategory Dropdown}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDropdownSubComponentStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IDropdownSubComponentStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownSubComponentStyles#label:member",
              "docComment": "/**\n * Refers to the primary label for the Dropdown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ILabelStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ILabelStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ILabelStyles",
                  "canonicalReference": "office-ui-fabric-react!ILabelStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownSubComponentStyles#multiSelectItem:member",
              "docComment": "/**\n * Refers to the individual dropdown item when the multiSelect prop is true.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "multiSelectItem: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ICheckboxStyles",
                  "canonicalReference": "office-ui-fabric-react!ICheckboxStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "multiSelectItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropdownSubComponentStyles#panel:member",
              "docComment": "/**\n * Refers to the panel that hosts the Dropdown options in small viewports.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "panel: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPanelStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPanelStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IPanelStyles",
                  "canonicalReference": "office-ui-fabric-react!IPanelStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "panel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IDropHintDetails:interface",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IDropHintDetails "
            }
          ],
          "releaseTag": "Public",
          "name": "IDropHintDetails",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropHintDetails#dropHintElementRef:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropHintElementRef: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropHintElementRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropHintDetails#endX:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "endX: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "endX",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropHintDetails#originX:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "originX: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "originX",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IDropHintDetails#startX:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "startX: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "startX",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IEditingSelectedPeopleItemProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IEditingSelectedPeopleItemProps extends "
            },
            {
              "kind": "Reference",
              "text": "ISelectedPeopleItemProps",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleItemProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IEditingSelectedPeopleItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IEditingSelectedPeopleItemProps#floatingPickerProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "floatingPickerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "floatingPickerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IEditingSelectedPeopleItemProps#getEditingItemText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getEditingItemText?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IExtendedPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getEditingItemText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IEditingSelectedPeopleItemProps#onEditingComplete:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onEditingComplete: "
                },
                {
                  "kind": "Content",
                  "text": "(oldItem: any, newItem: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onEditingComplete",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IEditingSelectedPeopleItemProps#onRenderFloatingPicker:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderFloatingPicker?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ComponentType",
                  "canonicalReference": "@types/react!~React.ComponentType:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderFloatingPicker",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IEditingSelectedPeopleItemStyles:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IEditingSelectedPeopleItemStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IEditingSelectedPeopleItemStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IEditingSelectedPeopleItemStyles#input:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IEditingSelectedPeopleItemStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IEditingSelectedPeopleItemStylesProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IEditingSelectedPeopleItemStylesProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IEditingSelectedPeopleItemStylesProps",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IEntityRect:interface",
          "docComment": "/**\n * An interface for the cached dimensions of entity inner host.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IEntityRect "
            }
          ],
          "releaseTag": "Public",
          "name": "IEntityRect",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IEntityRect#height:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IEntityRect#width:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IExpandingCard:interface",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IExpandingCard "
            }
          ],
          "releaseTag": "Public",
          "name": "IExpandingCard",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IExpandingCardProps:interface",
          "docComment": "/**\n * ExpandingCard component props. {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IExpandingCardProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseCardProps",
              "canonicalReference": "office-ui-fabric-react!IBaseCardProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IExpandingCard",
              "canonicalReference": "office-ui-fabric-react!IExpandingCard:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IExpandingCardStyles",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardStyles:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IExpandingCardStyleProps",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardStyleProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IExpandingCardProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardProps#compactCardHeight:member",
              "docComment": "/**\n * Height of compact card\n *\n * @defaultvalue\n *\n * 156\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compactCardHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compactCardHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardProps#expandedCardHeight:member",
              "docComment": "/**\n * Height of expanded card\n *\n * @defaultvalue\n *\n * 384\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandedCardHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandedCardHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardProps#mode:member",
              "docComment": "/**\n * Use to open the card in expanded format and not wait for the delay\n *\n * @defaultvalue\n *\n * ExpandingCardMode.compact\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpandingCardMode",
                  "canonicalReference": "office-ui-fabric-react!ExpandingCardMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "mode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardProps#onRenderCompactCard:member",
              "docComment": "/**\n * Render function to populate compact content area\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderCompactCard?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderCompactCard",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardProps#onRenderExpandedCard:member",
              "docComment": "/**\n * Render function to populate expanded content area\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderExpandedCard?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderExpandedCard",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 9
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IExpandingCardState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IExpandingCardState "
            }
          ],
          "releaseTag": "Public",
          "name": "IExpandingCardState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardState#firstFrameRendered:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "firstFrameRendered: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "firstFrameRendered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardState#needsScroll:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "needsScroll: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "needsScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IExpandingCardStyleProps:interface",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IExpandingCardStyleProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseCardStyleProps",
              "canonicalReference": "office-ui-fabric-react!IBaseCardStyleProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IExpandingCardStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardStyleProps#compactCardHeight:member",
              "docComment": "/**\n * Height of the compact section of the card.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compactCardHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compactCardHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardStyleProps#expandedCardFirstFrameRendered:member",
              "docComment": "/**\n * Boolean flag that expanded card is in Expanded.mode === expanded && first frame was rendered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandedCardFirstFrameRendered?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandedCardFirstFrameRendered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardStyleProps#expandedCardHeight:member",
              "docComment": "/**\n * Height of the expanded section of the card.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandedCardHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandedCardHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardStyleProps#needsScroll:member",
              "docComment": "/**\n * Whether the content of the expanded card overflows vertically.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "needsScroll?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "needsScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IExpandingCardStyles:interface",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IExpandingCardStyles extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseCardStyles",
              "canonicalReference": "office-ui-fabric-react!IBaseCardStyles:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IExpandingCardStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardStyles#compactCard:member",
              "docComment": "/**\n * Style for the main card element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compactCard?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compactCard",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardStyles#expandedCard:member",
              "docComment": "/**\n * Base Style for the expanded card content.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandedCard?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandedCard",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExpandingCardStyles#expandedCardScroll:member",
              "docComment": "/**\n * Style for the expanded card scroll content.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandedCardScroll?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandedCardScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IExtendedPeoplePickerProps:interface",
          "docComment": "/**\n * {@docCategory ExtendedPeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IExtendedPeoplePickerProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseExtendedPickerProps",
              "canonicalReference": "office-ui-fabric-react!IBaseExtendedPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IExtendedPeoplePickerProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps:interface",
          "docComment": "/**\n * {@docCategory SelectedPeopleList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IExtendedPersonaProps extends "
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IExtendedPersonaProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps#blockRecipientRemoval:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "blockRecipientRemoval?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "blockRecipientRemoval",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps#canExpand:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "canExpand?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canExpand",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps#isEditing:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isEditing?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isEditing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps#isValid:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isValid: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isValid",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps#key:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.Key",
                  "canonicalReference": "@types/react!~React.Key:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps#shouldBlockSelection:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldBlockSelection?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldBlockSelection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFabricProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFabricProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IFabricProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricProps#applyTheme:member",
              "docComment": "/**\n * Applies the current body background specified in the theme to the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "applyTheme?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "applyTheme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricProps#applyThemeToBody:member",
              "docComment": "/**\n * Applies the current body background specified in the theme to the body element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "applyThemeToBody?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "applyThemeToBody",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricProps#as:member",
              "docComment": "/**\n * Overrides the root element type, defaults to `div`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "as?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ElementType",
                  "canonicalReference": "@types/react!~React.ElementType:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "as",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricProps#componentRef:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<{}>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricProps#dir:member",
              "docComment": "/**\n * Specifies the direction of the content. Will inject a `dir` attribute, and also ensure that the `rtl` flag of the contextual theme object is set correctly so that css registered with merge-styles can be auto flipped correctly.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dir?: "
                },
                {
                  "kind": "Content",
                  "text": "'rtl' | 'ltr' | 'auto'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dir",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricProps#styles:member",
              "docComment": "/**\n * Overrides the styles for the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IFabricStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IFabricStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IFabricStyles",
                  "canonicalReference": "office-ui-fabric-react!IFabricStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricProps#theme:member",
              "docComment": "/**\n * Injected by the `styled` HOC wrapper.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFabricStyleProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFabricStyleProps extends "
            },
            {
              "kind": "Reference",
              "text": "IFabricProps",
              "canonicalReference": "office-ui-fabric-react!IFabricProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IFabricStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFabricStyles:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFabricStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IFabricStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricStyles#bodyThemed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bodyThemed: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "bodyThemed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFabricStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFacepile:interface",
          "docComment": "/**\n * {@docCategory Facepile}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFacepile "
            }
          ],
          "releaseTag": "Public",
          "name": "IFacepile",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFacepilePersona:interface",
          "docComment": "/**\n * {@docCategory Facepile}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFacepilePersona extends "
            },
            {
              "kind": "Reference",
              "text": "React.ButtonHTMLAttributes",
              "canonicalReference": "@types/react!~React.ButtonHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLButtonElement",
              "canonicalReference": "!HTMLButtonElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IFacepilePersona",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#allowPhoneInitials:member",
              "docComment": "/**\n * Whether initials are calculated for phone numbers and number sequences. Example: Set property to true to get initials for project names consisting of numbers only.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowPhoneInitials?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowPhoneInitials",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#data:member",
              "docComment": "/**\n * Extra data - not used directly but can be handy for passing additional data to custom event handlers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#imageInitials:member",
              "docComment": "/**\n * The user's initials to display in the image area when there is no image.\n *\n * @defaultvalue\n *\n * [Derived from personaName]\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageInitials?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageInitials",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#imageUrl:member",
              "docComment": "/**\n * Url to the image to use, should be a square aspect ratio and big enough to fit in the image area.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageUrl?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageUrl",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#initialsColor:member",
              "docComment": "/**\n * The background color when the user's initials are displayed.\n *\n * @defaultvalue\n *\n * [Derived from personaName]\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialsColor?: "
                },
                {
                  "kind": "Reference",
                  "text": "PersonaInitialsColor",
                  "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initialsColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#keytipProps:member",
              "docComment": "/**\n * Optional keytip for this button that is only added when 'onClick' is defined for the persona\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#onClick:member",
              "docComment": "/**\n * If provided, persona will be rendered with cursor:pointer and the handler will be called on click.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, persona?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFacepilePersona",
                  "canonicalReference": "office-ui-fabric-react!IFacepilePersona:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#onMouseMove:member",
              "docComment": "/**\n * If provided, the handler will be called on mouse move.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseMove?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, persona?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFacepilePersona",
                  "canonicalReference": "office-ui-fabric-react!IFacepilePersona:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseMove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#onMouseOut:member",
              "docComment": "/**\n * If provided, the handler will be called when mouse moves out of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseOut?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, persona?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFacepilePersona",
                  "canonicalReference": "office-ui-fabric-react!IFacepilePersona:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseOut",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepilePersona#personaName:member",
              "docComment": "/**\n * Name of the person.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "personaName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "personaName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFacepileProps:interface",
          "docComment": "/**\n * {@docCategory Facepile}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFacepileProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "FacepileBase",
              "canonicalReference": "office-ui-fabric-react!FacepileBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IFacepileProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#addButtonProps:member",
              "docComment": "/**\n * Button properties for the add face button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "addButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#ariaDescription:member",
              "docComment": "/**\n * ARIA label for persona list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescription?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#ariaLabel:member",
              "docComment": "/**\n * Defines the aria label that the screen readers use when focus goes on a list of personas.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#chevronButtonProps:member",
              "docComment": "/**\n * Deprecated at v0.70, use `overflowButtonProps` instead.\n *\n * @deprecated\n *\n * Use `overflowButtonProps` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "chevronButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "chevronButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the Facepile\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IFacepile interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IFacepile",
                  "canonicalReference": "office-ui-fabric-react!IFacepile:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#getPersonaProps:member",
              "docComment": "/**\n * Method to access properties on the underlying Persona control\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getPersonaProps?: "
                },
                {
                  "kind": "Content",
                  "text": "(persona: "
                },
                {
                  "kind": "Reference",
                  "text": "IFacepilePersona",
                  "canonicalReference": "office-ui-fabric-react!IFacepilePersona:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaSharedProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getPersonaProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#maxDisplayablePersonas:member",
              "docComment": "/**\n * Maximum number of personas to show\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxDisplayablePersonas?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxDisplayablePersonas",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#onRenderPersona:member",
              "docComment": "/**\n * Optional custom renderer for the persona, gets called when there is one persona in personas array\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderPersona?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IFacepilePersona",
                  "canonicalReference": "office-ui-fabric-react!IFacepilePersona:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderPersona",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#onRenderPersonaCoin:member",
              "docComment": "/**\n * Optional custom renderer for the persona coins, gets called when there are multiple persona in personas array\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderPersonaCoin?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IFacepilePersona",
                  "canonicalReference": "office-ui-fabric-react!IFacepilePersona:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderPersonaCoin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#overflowButtonProps:member",
              "docComment": "/**\n * Properties for the overflow icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#overflowButtonType:member",
              "docComment": "/**\n * Type of overflow icon to use\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowButtonType?: "
                },
                {
                  "kind": "Reference",
                  "text": "OverflowButtonType",
                  "canonicalReference": "office-ui-fabric-react!OverflowButtonType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowButtonType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#overflowPersonas:member",
              "docComment": "/**\n * Personas to place in the overflow\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowPersonas?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFacepilePersona",
                  "canonicalReference": "office-ui-fabric-react!IFacepilePersona:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowPersonas",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#personas:member",
              "docComment": "/**\n * Array of IPersonaProps that define each Persona.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "personas: "
                },
                {
                  "kind": "Reference",
                  "text": "IFacepilePersona",
                  "canonicalReference": "office-ui-fabric-react!IFacepilePersona:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "personas",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#personaSize:member",
              "docComment": "/**\n * Size to display the personas\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "personaSize?: "
                },
                {
                  "kind": "Reference",
                  "text": "PersonaSize",
                  "canonicalReference": "office-ui-fabric-react!PersonaSize:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "personaSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#showAddButton:member",
              "docComment": "/**\n * Show add person button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showAddButton?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showAddButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IFacepileStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IFacepileStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IFacepileStyles",
                  "canonicalReference": "office-ui-fabric-react!IFacepileStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFacepileStyleProps:interface",
          "docComment": "/**\n * {@docCategory Facepile}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFacepileStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IFacepileStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyleProps#spacingAroundItemButton:member",
              "docComment": "/**\n * Pixel value for spacing around button. Number value set in pixels\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "spacingAroundItemButton?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "spacingAroundItemButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFacepileStyles:interface",
          "docComment": "/**\n * {@docCategory Facepile}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFacepileStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IFacepileStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#addButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "addButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#descriptiveOverflowButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "descriptiveOverflowButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "descriptiveOverflowButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#itemButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#itemContainer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#member:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "member: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "member",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#members:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "members: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "members",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#overflowButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#overflowInitialsIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowInitialsIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowInitialsIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFacepileStyles#screenReaderOnly:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "screenReaderOnly: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "screenReaderOnly",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFocusTrapCalloutProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFocusTrapCalloutProps extends "
            },
            {
              "kind": "Reference",
              "text": "ICalloutProps",
              "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IFocusTrapCalloutProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapCalloutProps#focusTrapProps:member",
              "docComment": "/**\n * Optional props to be passed on to FocusTrapZone\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusTrapProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusTrapZoneProps",
                  "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusTrapProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFocusTrapZone:interface",
          "docComment": "/**\n * {@docCategory FocusTrapZone}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFocusTrapZone "
            }
          ],
          "releaseTag": "Public",
          "name": "IFocusTrapZone",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZone#focus:member",
              "docComment": "/**\n * Sets focus to a descendant in the Trap Zone. See firstFocusableSelector and focusPreviouslyFocusedInnerElement for details.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps:interface",
          "docComment": "/**\n * {@docCategory FocusTrapZone}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFocusTrapZoneProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IFocusTrapZoneProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#ariaLabelledBy:member",
              "docComment": "/**\n * Sets the aria-labelledby attribute.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IFocusTrapZone interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IFocusTrapZone",
                  "canonicalReference": "office-ui-fabric-react!IFocusTrapZone:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#disabled:member",
              "docComment": "/**\n * Whether to disable the FocusTrapZone's focus trapping behavior.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#disableFirstFocus:member",
              "docComment": "/**\n * Do not put focus onto the first element inside the focus trap zone.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableFirstFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disableFirstFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#elementToFocusOnDismiss:member",
              "docComment": "/**\n * Sets the element to focus on when exiting the FocusTrapZone.\n *\n * @defaultvalue\n *\n * The `element.target` that triggered the FTZ.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "elementToFocusOnDismiss?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "elementToFocusOnDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#enableAriaHiddenSiblings:member",
              "docComment": "/**\n * Puts aria-hidden=true on all non-ancestors of the current element, for screen readers. This is an experimental feature that will be graduated to default behavior after testing. This flag will be removed with the next major release.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableAriaHiddenSiblings?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableAriaHiddenSiblings",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#firstFocusableSelector:member",
              "docComment": "/**\n * Class name (not actual selector) for first focusable item. Do not append a dot. Only applies if `focusPreviouslyFocusedInnerElement` is false.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "firstFocusableSelector?: "
                },
                {
                  "kind": "Content",
                  "text": "string | (() => string)"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "firstFocusableSelector",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#focusPreviouslyFocusedInnerElement:member",
              "docComment": "/**\n * Specifies which descendant element to focus when `focus()` is called. If false, use the first focusable descendant, filtered by the `firstFocusableSelector` property if present. If true, use the element that was focused when the trap zone last had a focused descendant (or fall back to the first focusable descendant if the trap zone has never been focused).\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusPreviouslyFocusedInnerElement?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusPreviouslyFocusedInnerElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#forceFocusInsideTrap:member",
              "docComment": "/**\n * Whether the focus trap zone should force focus to stay inside of it.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceFocusInsideTrap?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceFocusInsideTrap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#ignoreExternalFocusing:member",
              "docComment": "/**\n * If false (the default), the trap zone will restore focus to the element which activated it once the trap zone is unmounted or disabled. Set to true to disable this behavior.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ignoreExternalFocusing?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ignoreExternalFocusing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps#isClickableOutsideFocusTrap:member",
              "docComment": "/**\n * Whether clicks are allowed outside this FocusTrapZone.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isClickableOutsideFocusTrap?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isClickableOutsideFocusTrap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IFontIconProps:interface",
          "docComment": "/**\n * Props for a basic icon component which only supports font glyphs and can't be targeted by customizations. {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IFontIconProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IFontIconProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFontIconProps#className:member",
              "docComment": "/**\n * Custom class to style the icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IFontIconProps#iconName:member",
              "docComment": "/**\n * The name of the icon to use from the icon font. If string is empty, a placeholder icon will be rendered the same width as an icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGap:interface",
          "docComment": "/**\n * Gap element interface {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGap extends "
            },
            {
              "kind": "Reference",
              "text": "IShimmerElement",
              "canonicalReference": "office-ui-fabric-react!IShimmerElement:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IGap",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGap#height:member",
              "docComment": "/**\n * Sets the height of the shimmer gap in pixels.\n *\n * @defaultvalue\n *\n * 16px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGap#width:member",
              "docComment": "/**\n * Gap width value.\n *\n * @defaultvalue\n *\n * 10px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGenericItem:interface",
          "docComment": "/**\n * {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGenericItem "
            }
          ],
          "releaseTag": "Public",
          "name": "IGenericItem",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGenericItem#imageInitials:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageInitials: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageInitials",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGenericItem#primaryText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryText: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGenericItem#ValidationState:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ValidationState: "
                },
                {
                  "kind": "Reference",
                  "text": "ValidationState",
                  "canonicalReference": "office-ui-fabric-react!ValidationState:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ValidationState",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGrid:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGrid "
            }
          ],
          "releaseTag": "Public",
          "name": "IGrid",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGridCellProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGridCellProps<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IGridCellProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#cellDisabledStyle:member",
              "docComment": "/**\n * Optional, the CSS class used for when the cell is disabled\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellDisabledStyle?: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellDisabledStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#cellIsSelectedStyle:member",
              "docComment": "/**\n * Optional, the CSS class used for when the cell is selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellIsSelectedStyle?: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellIsSelectedStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#className:member",
              "docComment": "/**\n * Optional, className(s) to apply\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#disabled:member",
              "docComment": "/**\n * Optional, if the this option should be diabled\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#getClassNames:member",
              "docComment": "/**\n * Method to provide the classnames to style a button. The default value for this prop is the getClassnames func defined in BaseButton.classnames.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getClassNames?: "
                },
                {
                  "kind": "Content",
                  "text": "(theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ", className: string, variantClassName: string, iconClassName: string | undefined, menuIconClassName: string | undefined, disabled: boolean, checked: boolean, expanded: boolean, isSplit: boolean | undefined) => "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonClassNames",
                  "canonicalReference": "office-ui-fabric-react!IButtonClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#id:member",
              "docComment": "/**\n * Arbitrary unique string associated with this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#index:member",
              "docComment": "/**\n * Index for this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "index?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "index",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#item:member",
              "docComment": "/**\n * The option that will be made available to the user\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Content",
                  "text": "T"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#label:member",
              "docComment": "/**\n * The label for this item. Visible text if this item is a header, tooltip if is this item is normal\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#onClick:member",
              "docComment": "/**\n * The on click handler\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#onFocus:member",
              "docComment": "/**\n * Optional, the onFocus handler\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#onHover:member",
              "docComment": "/**\n * Optional, the onHover handler\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onHover?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onHover",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#onKeyDown:member",
              "docComment": "/**\n * Optional, onkeydown handler\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onKeyDown?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onKeyDown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#onMouseEnter:member",
              "docComment": "/**\n * Optional, mouseEnter handler.\n *\n * @returns true if the event should be processed, false otherwise\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseEnter?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseEnter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#onMouseLeave:member",
              "docComment": "/**\n * Optional, mouseLeave handler\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseLeave?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseLeave",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#onMouseMove:member",
              "docComment": "/**\n * Optional, mouseMove handler\n *\n * @returns true if the event should be processed, false otherwise\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onMouseMove?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onMouseMove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#onRenderItem:member",
              "docComment": "/**\n * The render callback to handle rendering the item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderItem: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#onWheel:member",
              "docComment": "/**\n * Optional, onWheel handler\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onWheel?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onWheel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#role:member",
              "docComment": "/**\n * The accessible role for this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridCellProps#selected:member",
              "docComment": "/**\n * Optional, if the cell is currently selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGridProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGridProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.TableHTMLAttributes",
              "canonicalReference": "@types/react!~React.TableHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLTableElement",
              "canonicalReference": "!HTMLTableElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IGridProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#ariaPosInSet:member",
              "docComment": "/**\n * Position this grid is in the parent set (index in a parent menu, for example)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaPosInSet?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaPosInSet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#ariaSetSize:member",
              "docComment": "/**\n * Size of the parent set (size of parent menu, for example)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaSetSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaSetSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#columnCount:member",
              "docComment": "/**\n * The number of columns\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnCount: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnCount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGrid",
                  "canonicalReference": "office-ui-fabric-react!IGrid:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#containerClassName:member",
              "docComment": "/**\n * Class name for the FocusZone container for the grid.\n *\n * @deprecated\n *\n * Use `styles.focusedContainer` to define styling for the focus zone container\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "containerClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "containerClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#doNotContainWithinFocusZone:member",
              "docComment": "/**\n * If false (the default), the grid is contained inside a FocusZone. If true, a FocusZone is not used.  @default false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "doNotContainWithinFocusZone?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "doNotContainWithinFocusZone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#items:member",
              "docComment": "/**\n * Items to display in a grid with the specified number of columns\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#onBlur:member",
              "docComment": "/**\n * Handler for when focus leaves the grid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onBlur?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onBlur",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#onRenderItem:member",
              "docComment": "/**\n * Custom renderer for the individual items\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderItem: "
                },
                {
                  "kind": "Content",
                  "text": "(item: any, index: number) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#positionInSet:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `ariaPosInSet`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "positionInSet?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "positionInSet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#setSize:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `ariaSetSize`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#shouldFocusCircularNavigate:member",
              "docComment": "/**\n * Whether focus should cycle back to the beginning once the user navigates past the end (and vice versa). Only relevant if `doNotContainWithinFocusZone` is not true.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldFocusCircularNavigate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldFocusCircularNavigate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#styles:member",
              "docComment": "/**\n * Optional styles for the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGridStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IGridStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IGridStyles",
                  "canonicalReference": "office-ui-fabric-react!IGridStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridProps#theme:member",
              "docComment": "/**\n * Theme to apply to the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGridStyleProps:interface",
          "docComment": "/**\n * Properties required to build the styles for the grid component.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGridStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IGridStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridStyleProps#theme:member",
              "docComment": "/**\n * Theme to apply to the grid\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGridStyles:interface",
          "docComment": "/**\n * Styles for the Grid Component.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGridStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IGridStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridStyles#focusedContainer:member",
              "docComment": "/**\n * Style for the FocusZone container for the grid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusedContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusedContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridStyles#root:member",
              "docComment": "/**\n * Style for the table container of a grid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGridStyles#tableCell:member",
              "docComment": "/**\n * Style for the table cells of the grid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tableCell: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tableCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroup:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroup "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroup",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#ariaLabel:member",
              "docComment": "/**\n * Optional accessibility label (aria-label) attribute that will be stamped on to the element. If none is specified, the arai-label attribute will contain the group name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#children:member",
              "docComment": "/**\n * Nested groups, if any.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "children?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "children",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#count:member",
              "docComment": "/**\n * How many items should be rendered within the group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "count: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "count",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#data:member",
              "docComment": "/**\n * Arbitrary data required to be preserved by the caller.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#hasMoreData:member",
              "docComment": "/**\n * Optional flag to indicate the group has more data to load than the current group count indicated. This can be used to indicate that a plus should be rendered next to the group count in the header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasMoreData?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasMoreData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#isCollapsed:member",
              "docComment": "/**\n * If all the items in the group are collapsed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCollapsed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#isDropEnabled:member",
              "docComment": "/**\n * If drag/drop is enabled for the group header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDropEnabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDropEnabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#isSelected:member",
              "docComment": "/**\n * Deprecated at 1.0.0, selection state will be controled by the selection store only.\n *\n * @deprecated\n *\n * At 1.0.0, selection state wil be controlled by the selection store only.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#isShowingAll:member",
              "docComment": "/**\n * If the items within the group are summarized or showing all.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isShowingAll?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isShowingAll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#key:member",
              "docComment": "/**\n * Unique identifier for the group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#level:member",
              "docComment": "/**\n * Number indicating the level of nested groups.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "level?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "level",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#name:member",
              "docComment": "/**\n * Display name for the group, rendered on the header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroup#startIndex:member",
              "docComment": "/**\n * Start index for the group within the given items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "startIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "startIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupDividerProps:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupDividerProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupDividerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#className:member",
              "docComment": "/**\n * Custom className\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#compact:member",
              "docComment": "/**\n * Boolean value to indicate if the component should render in compact mode. Set to false by default\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#componentRef:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<{}>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#expandButtonProps:member",
              "docComment": "/**\n * Props for expand/collapse button\n *\n * @deprecated\n *\n * Use {@link IGroupHeaderProps.expandButtonProps} instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#footerText:member",
              "docComment": "/**\n * Text to display for the group footer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "footerText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "footerText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#group:member",
              "docComment": "/**\n * The group to be rendered by the header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "group?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "group",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#groupIndex:member",
              "docComment": "/**\n * The index of the group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#groupLevel:member",
              "docComment": "/**\n * The indent level of the group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupLevel?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupLevel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#groups:member",
              "docComment": "/**\n * Stores parent group's children.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groups?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#indentWidth:member",
              "docComment": "/**\n * Width corresponding to a single level. This is multiplied by the groupLevel to get the full spacer width for the group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "indentWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "indentWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#isCollapsedGroupSelectVisible:member",
              "docComment": "/**\n * Determines if the group selection check box is shown for collapsed groups.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCollapsedGroupSelectVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCollapsedGroupSelectVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#isGroupLoading:member",
              "docComment": "/**\n * Callback to determine if a group has missing items and needs to load them from the server.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isGroupLoading?: "
                },
                {
                  "kind": "Content",
                  "text": "(group: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isGroupLoading",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#isSelected:member",
              "docComment": "/**\n * Deprecated at v.65.1 and will be removed by v 1.0. Use `selected` instead.\n *\n * @deprecated\n *\n * Use `selected` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#loadingText:member",
              "docComment": "/**\n * Text shown on group headers to indicate the group is being loaded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loadingText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "loadingText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#onGroupHeaderClick:member",
              "docComment": "/**\n * Callback for when the group header is clicked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onGroupHeaderClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(group: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onGroupHeaderClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#onRenderTitle:member",
              "docComment": "/**\n * Override which allows the caller to provider a custom renderer for the GroupHeader title.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderTitle?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupHeaderProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderTitle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#onToggleCollapse:member",
              "docComment": "/**\n * Callback for when the group is expanded or collapsed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onToggleCollapse?: "
                },
                {
                  "kind": "Content",
                  "text": "(group: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onToggleCollapse",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#onToggleSelectGroup:member",
              "docComment": "/**\n * Callback for when the group is selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onToggleSelectGroup?: "
                },
                {
                  "kind": "Content",
                  "text": "(group: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onToggleSelectGroup",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#onToggleSummarize:member",
              "docComment": "/**\n * Callback for when the group \"Show All\" link is clicked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onToggleSummarize?: "
                },
                {
                  "kind": "Content",
                  "text": "(group: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onToggleSummarize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#selected:member",
              "docComment": "/**\n * If all items in the group are selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#selectionMode:member",
              "docComment": "/**\n * The selection mode of the list the group lives within.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#showAllLinkText:member",
              "docComment": "/**\n * Text to display for the group \"Show All\" link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showAllLinkText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showAllLinkText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#theme:member",
              "docComment": "/**\n * Theme provided by the Higher Order Component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps#viewport:member",
              "docComment": "/**\n * A reference to the viewport in which the header is rendered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "viewport?: "
                },
                {
                  "kind": "Reference",
                  "text": "IViewport",
                  "canonicalReference": "office-ui-fabric-react!IViewport:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "viewport",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupedList:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupedList extends "
            },
            {
              "kind": "Reference",
              "text": "IList",
              "canonicalReference": "office-ui-fabric-react!IList:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupedList",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedList#forceUpdate:member",
              "docComment": "/**\n * Ensures that the list content is updated. Call this in cases where the list props don't change, but the list still needs to be re-evaluated. For example, if a sizer bar is adjusted and causes the list width to change, you can call this to force a re-evaluation. Be aware that this can be an expensive operation and should be done sparingly.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceUpdate: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceUpdate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedList#toggleCollapseAll:member",
              "docComment": "/**\n * Toggles the collapsed state of all the groups in the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "toggleCollapseAll: "
                },
                {
                  "kind": "Content",
                  "text": "(allCollapsed: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "toggleCollapseAll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupedListProps:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupedListProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GroupedListBase",
              "canonicalReference": "office-ui-fabric-react!GroupedListBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupedListProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#className:member",
              "docComment": "/**\n * Optional class name to add to the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#compact:member",
              "docComment": "/**\n * Boolean value to indicate if the component should render in compact mode. Set to false by default\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IGroupedList interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupedList",
                  "canonicalReference": "office-ui-fabric-react!IGroupedList:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#dragDropEvents:member",
              "docComment": "/**\n * Map of callback functions related to drag and drop functionality.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragDropEvents?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropEvents",
                  "canonicalReference": "office-ui-fabric-react!IDragDropEvents:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragDropEvents",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#dragDropHelper:member",
              "docComment": "/**\n * helper to manage drag/drop across item and groups\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragDropHelper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropHelper",
                  "canonicalReference": "office-ui-fabric-react!IDragDropHelper:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragDropHelper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#eventsToRegister:member",
              "docComment": "/**\n * Event names and corresponding callbacks that will be registered to groups and rendered elements\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "eventsToRegister?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        eventName: string;\n        callback: (context: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropContext",
                  "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ", event?: any) => void;\n    }[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "eventsToRegister",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#focusZoneProps:member",
              "docComment": "/**\n * Optional properties to pass through to the FocusZone.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusZoneProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusZoneProps",
                  "canonicalReference": "@fluentui/react-focus!IFocusZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusZoneProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#getGroupHeight:member",
              "docComment": "/**\n * Optional function to override default group height calculation used by list virtualization.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGroupHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "(group: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ", groupIndex: number) => number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getGroupHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#groupProps:member",
              "docComment": "/**\n * Optional override properties to render groups.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupRenderProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupRenderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#groups:member",
              "docComment": "/**\n * Optional grouping instructions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groups?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#items:member",
              "docComment": "/**\n * List of items to render.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#listProps:member",
              "docComment": "/**\n * Optional properties to pass through to the list components being rendered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "listProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "listProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#onGroupExpandStateChanged:member",
              "docComment": "/**\n * Optional callback when the group expand state changes between all collapsed and at least one group is expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onGroupExpandStateChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(isSomeGroupExpanded: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onGroupExpandStateChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#onRenderCell:member",
              "docComment": "/**\n * Rendering callback to render the group items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderCell: "
                },
                {
                  "kind": "Content",
                  "text": "(nestingDepth?: number, item?: any, index?: number) => "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#onShouldVirtualize:member",
              "docComment": "/**\n * Optional callback to determine whether the list should be rendered in full, or virtualized. Virtualization will add and remove pages of items as the user scrolls them into the visible range. This benefits larger list scenarios by reducing the DOM on the screen, but can negatively affect performance for smaller lists. The default implementation will virtualize when this callback is not provided.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onShouldVirtualize?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onShouldVirtualize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#selection:member",
              "docComment": "/**\n * Optional selection model to track selection state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection?: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelection",
                  "canonicalReference": "@uifabric/utilities!ISelection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#selectionMode:member",
              "docComment": "/**\n * Controls how/if the list manages selection.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#styles:member",
              "docComment": "/**\n * Style function to be passed in to override the themed or default styles\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupedListStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupedListStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupedListStyles",
                  "canonicalReference": "office-ui-fabric-react!IGroupedListStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#theme:member",
              "docComment": "/**\n * Theme that is passed in from Higher Order Component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#usePageCache:member",
              "docComment": "/**\n * boolean to control if pages containing unchanged items should be cached, this is a perf optimization The same property in List.Props\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "usePageCache?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "usePageCache",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps#viewport:member",
              "docComment": "/**\n * Optional Viewport, provided by the parent component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "viewport?: "
                },
                {
                  "kind": "Reference",
                  "text": "IViewport",
                  "canonicalReference": "office-ui-fabric-react!IViewport:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "viewport",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupedListSectionProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "GroupedListSection",
              "canonicalReference": "office-ui-fabric-react!GroupedListSection:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupedListSectionProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#compact:member",
              "docComment": "/**\n * Whether to render in compact mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#dragDropEvents:member",
              "docComment": "/**\n * Map of callback functions related to drag and drop functionality.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragDropEvents?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropEvents",
                  "canonicalReference": "office-ui-fabric-react!IDragDropEvents:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragDropEvents",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#dragDropHelper:member",
              "docComment": "/**\n * helper to manage drag/drop across item rows and groups\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragDropHelper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropHelper",
                  "canonicalReference": "office-ui-fabric-react!IDragDropHelper:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragDropHelper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#eventsToRegister:member",
              "docComment": "/**\n * Event names and corresponding callbacks that will be registered to the group and the rendered elements\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "eventsToRegister?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        eventName: string;\n        callback: (context: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragDropContext",
                  "canonicalReference": "office-ui-fabric-react!IDragDropContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ", event?: any) => void;\n    }[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "eventsToRegister",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#footerProps:member",
              "docComment": "/**\n * Information to pass in to the group footer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "footerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupFooterProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupFooterProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "footerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#getGroupItemLimit:member",
              "docComment": "/**\n * Grouping item limit.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGroupItemLimit?: "
                },
                {
                  "kind": "Content",
                  "text": "(group: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getGroupItemLimit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#group:member",
              "docComment": "/**\n * Optional grouping instructions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "group?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "group",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#groupedListClassNames:member",
              "docComment": "/**\n * GroupedList resolved class names\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupedListClassNames?: "
                },
                {
                  "kind": "Reference",
                  "text": "IProcessedStyleSet",
                  "canonicalReference": "@uifabric/merge-styles!IProcessedStyleSet:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupedListStyles",
                  "canonicalReference": "office-ui-fabric-react!IGroupedListStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupedListClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#groupIndex:member",
              "docComment": "/**\n * Optional grouping instructions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#groupNestingDepth:member",
              "docComment": "/**\n * Optional group nesting level.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupNestingDepth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupNestingDepth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#groupProps:member",
              "docComment": "/**\n * Optional override properties to render groups.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupRenderProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupRenderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#groups:member",
              "docComment": "/**\n * Stores parent group's children.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groups?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#headerProps:member",
              "docComment": "/**\n * Information to pass in to the group header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupHeaderProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#items:member",
              "docComment": "/**\n * List of items to render.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Content",
                  "text": "any[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#listProps:member",
              "docComment": "/**\n * Optional list props to pass to list renderer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "listProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "listProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#onRenderCell:member",
              "docComment": "/**\n * Rendering callback to render the group items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderCell: "
                },
                {
                  "kind": "Content",
                  "text": "(nestingDepth?: number, item?: any, index?: number) => "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#onRenderGroupFooter:member",
              "docComment": "/**\n * Override for rendering the group footer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderGroupFooter?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupFooterProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupFooterProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderGroupFooter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#onRenderGroupHeader:member",
              "docComment": "/**\n * Override for rendering the group header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderGroupHeader?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupHeaderProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderGroupHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#onRenderGroupShowAll:member",
              "docComment": "/**\n * Override for rendering the group Show All link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderGroupShowAll?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupShowAllProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupShowAllProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderGroupShowAll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#onShouldVirtualize:member",
              "docComment": "/**\n * Optional callback to determine whether the list should be rendered in full, or virtualized. Virtualization will add and remove pages of items as the user scrolls them into the visible range. This benefits larger list scenarios by reducing the DOM on the screen, but can negatively affect performance for smaller lists. The default implementation will virtualize when this callback is not provided.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onShouldVirtualize?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onShouldVirtualize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#selection:member",
              "docComment": "/**\n * Optional selection model to track selection state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection?: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelection",
                  "canonicalReference": "@uifabric/utilities!ISelection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#selectionMode:member",
              "docComment": "/**\n * Controls how/if the details list manages selection.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#showAllProps:member",
              "docComment": "/**\n * Information to pass in to the group Show All footer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showAllProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupShowAllProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupShowAllProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showAllProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionProps#viewport:member",
              "docComment": "/**\n * Optional Viewport, provided by the parent component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "viewport?: "
                },
                {
                  "kind": "Reference",
                  "text": "IViewport",
                  "canonicalReference": "office-ui-fabric-react!IViewport:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "viewport",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupedListSectionState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupedListSectionState "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupedListSectionState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionState#isDropping:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDropping?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDropping",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListSectionState#isSelected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupedListState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupedListState "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupedListState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListState#groups:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groups?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListState#lastSelectionMode:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lastSelectionMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "lastSelectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IGroupedListStyleProps:type",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IGroupedListStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupedListProps",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupedListProps",
              "canonicalReference": "office-ui-fabric-react!IGroupedListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className'> & {\n    isCollapsed?: boolean;\n    compact?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupedListStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupedListStyles:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupedListStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupedListStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListStyles#group:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "group: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "group",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListStyles#groupIsDropping:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupIsDropping: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupIsDropping",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupedListStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupFooterProps:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupFooterProps extends "
            },
            {
              "kind": "Reference",
              "text": "IGroupDividerProps",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupFooterProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupFooterProps#styles:member",
              "docComment": "/**\n * Style function to be passed in to override the themed or default styles\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupFooterStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupFooterStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupFooterStyles",
                  "canonicalReference": "office-ui-fabric-react!IGroupFooterStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IGroupFooterStyleProps:type",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IGroupFooterStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupFooterProps",
              "canonicalReference": "office-ui-fabric-react!IGroupFooterProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupFooterProps",
              "canonicalReference": "office-ui-fabric-react!IGroupFooterProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'selected' | 'className'> & {\n    isCollapsed?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupFooterStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupFooterStyles:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupFooterStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupFooterStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupFooterStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupHeaderCheckboxProps:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupHeaderCheckboxProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupHeaderCheckboxProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderCheckboxProps#checked:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderCheckboxProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupHeaderProps extends "
            },
            {
              "kind": "Reference",
              "text": "IGroupDividerProps",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupHeaderProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps#ariaPosInSet:member",
              "docComment": "/**\n * Defines an element's number or position in the current set of listitems or treeitems\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaPosInSet?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaPosInSet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps#ariaSetSize:member",
              "docComment": "/**\n * Defines the number of items in the current set of listitems or treeitems\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaSetSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaSetSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps#expandButtonIcon:member",
              "docComment": "/**\n * Defines the name of a custom icon to be used for group headers. If not set, the default icon will be used\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandButtonIcon?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandButtonIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps#expandButtonProps:member",
              "docComment": "/**\n * Native props for the GroupHeader expand and collapse button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps#groupedListId:member",
              "docComment": "/**\n * GroupedList id for aria-controls\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupedListId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupedListId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps#onRenderGroupHeaderCheckbox:member",
              "docComment": "/**\n * If provided, can be used to render a custom checkbox\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderGroupHeaderCheckbox?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupHeaderCheckboxProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupHeaderCheckboxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderGroupHeaderCheckbox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps#selectAllButtonProps:member",
              "docComment": "/**\n * Native props for the GroupHeader select all button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectAllButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectAllButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps#styles:member",
              "docComment": "/**\n * Style function to be passed in to override the themed or default styles\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupHeaderStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupHeaderStyles",
                  "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps#useFastIcons:member",
              "docComment": "/**\n * Whether to use fast icon and check components. The icons can't be targeted by customization but are still customizable via class names.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useFastIcons?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useFastIcons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyleProps:type",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IGroupHeaderStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupHeaderProps",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupHeaderProps",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'selected' | 'className'> & {\n    isCollapsed?: boolean;\n    compact?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupHeaderStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupHeaderStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupHeaderStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles#check:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "check: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "check",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles#dropIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dropIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dropIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles#expand:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expand: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expand",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles#expandIsCollapsed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandIsCollapsed: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandIsCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles#groupHeaderContainer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupHeaderContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupHeaderContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles#headerCount:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerCount: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerCount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupHeaderStyles#title:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupRenderProps:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupRenderProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupRenderProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#collapseAllVisibility:member",
              "docComment": "/**\n * Flag to indicate whether to ignore the collapsing icon on header.\n *\n * @defaultvalue\n *\n * CollapseAllVisibility.visible\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapseAllVisibility?: "
                },
                {
                  "kind": "Reference",
                  "text": "CollapseAllVisibility",
                  "canonicalReference": "office-ui-fabric-react!CollapseAllVisibility:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapseAllVisibility",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#footerProps:member",
              "docComment": "/**\n * Information to pass in to the group footer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "footerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupFooterProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupFooterProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "footerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#getGroupItemLimit:member",
              "docComment": "/**\n * Grouping item limit.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getGroupItemLimit?: "
                },
                {
                  "kind": "Content",
                  "text": "(group: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroup",
                  "canonicalReference": "office-ui-fabric-react!IGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getGroupItemLimit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#headerProps:member",
              "docComment": "/**\n * Information to pass in to the group header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupHeaderProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#isAllGroupsCollapsed:member",
              "docComment": "/**\n * Boolean indicating if all groups are in collapsed state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isAllGroupsCollapsed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isAllGroupsCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#onRenderFooter:member",
              "docComment": "/**\n * Override which allows the caller to provide a custom footer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderFooter?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupFooterProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupFooterProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderFooter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#onRenderHeader:member",
              "docComment": "/**\n * Override which allows the caller to provide a custom header.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderHeader?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupHeaderProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupHeaderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#onRenderShowAll:member",
              "docComment": "/**\n * Override which allows the caller to provide a custom Show All link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderShowAll?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupShowAllProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupShowAllProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderShowAll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#onToggleCollapseAll:member",
              "docComment": "/**\n * Callback for when all groups are expanded or collapsed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onToggleCollapseAll?: "
                },
                {
                  "kind": "Content",
                  "text": "(isAllCollapsed: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onToggleCollapseAll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#role:member",
              "docComment": "/**\n * Override which allows the caller to provide a custom aria role\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#showAllProps:member",
              "docComment": "/**\n * Information to pass in to the group Show all footer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showAllProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupShowAllProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupShowAllProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showAllProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupRenderProps#showEmptyGroups:member",
              "docComment": "/**\n * Boolean indicating if empty groups are shown\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showEmptyGroups?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showEmptyGroups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupShowAllProps:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupShowAllProps extends "
            },
            {
              "kind": "Reference",
              "text": "IGroupDividerProps",
              "canonicalReference": "office-ui-fabric-react!IGroupDividerProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupShowAllProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupShowAllProps#showAllLinkText:member",
              "docComment": "/**\n * The Show All link text.\n *\n * @defaultvalue\n *\n * 'Show All'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showAllLinkText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showAllLinkText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupShowAllProps#styles:member",
              "docComment": "/**\n * Style function to be passed in to override the themed or default styles\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupShowAllStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupShowAllStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupShowAllStyles",
                  "canonicalReference": "office-ui-fabric-react!IGroupShowAllStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IGroupShowAllStyleProps:type",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IGroupShowAllStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupShowAllProps",
              "canonicalReference": "office-ui-fabric-react!IGroupShowAllProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupShowAllStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupShowAllStyles:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupShowAllStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupShowAllStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupShowAllStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupSpacerProps:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupSpacerProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupSpacerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupSpacerProps#count:member",
              "docComment": "/**\n * Count of spacer(s)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "count: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "count",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupSpacerProps#indentWidth:member",
              "docComment": "/**\n * How much to indent\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "indentWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "indentWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupSpacerProps#styles:member",
              "docComment": "/**\n * Style function to be passed in to override the themed or default styles\n *\n * @deprecated\n *\n * unused, to be removed in 7.0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IGroupSpacerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IGroupSpacerStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IGroupSpacerStyles",
                  "canonicalReference": "office-ui-fabric-react!IGroupSpacerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupSpacerProps#theme:member",
              "docComment": "/**\n * Theme from Higher Order Component\n *\n * @deprecated\n *\n * unused, to be removed in 7.0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IGroupSpacerStyleProps:type",
          "docComment": "/**\n * {@docCategory GroupedList}\n *\n * @deprecated\n *\n * unused, to be removed in 7.0. Use {@link IGroupSpacerProps.indentWidth}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IGroupSpacerStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IGroupSpacerProps",
              "canonicalReference": "office-ui-fabric-react!IGroupSpacerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & {\n    width?: number;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupSpacerStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IGroupSpacerStyles:interface",
          "docComment": "/**\n * {@docCategory GroupedList}\n *\n * @deprecated\n *\n * unused, to be removed in 7.0.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IGroupSpacerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IGroupSpacerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IGroupSpacerStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IHoverCard:interface",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IHoverCard "
            }
          ],
          "releaseTag": "Public",
          "name": "IHoverCard",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCard#dismiss:member",
              "docComment": "/**\n * Public `dismiss` method to be used through `componentRef` of the HoverCard. Boolean argument controls if the dismiss happens with a timeout delay.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss: "
                },
                {
                  "kind": "Content",
                  "text": "(withTimeOut?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IHoverCardProps:interface",
          "docComment": "/**\n * HoverCard component props. {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IHoverCardProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IHoverCardProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#cardDismissDelay:member",
              "docComment": "/**\n * Length of card dismiss delay. A min number is necessary for pointer to hop between target and card\n *\n * @defaultvalue\n *\n * 100\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cardDismissDelay?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cardDismissDelay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#cardOpenDelay:member",
              "docComment": "/**\n * Length of compact card delay\n *\n * @defaultvalue\n *\n * 500\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cardOpenDelay?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cardOpenDelay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the HoverCard root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IHoverCardHost interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IHoverCard",
                  "canonicalReference": "office-ui-fabric-react!IHoverCard:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#eventListenerTarget:member",
              "docComment": "/**\n * This prop is to separate the target to anchor hover card from the target to attach event listener. If set, this prop separates the target to anchor the hover card from the target to attach the event listener. When no `eventListenerTarget` given, HoverCard will use `target` prop or its root to set event listener.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "eventListenerTarget?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | string | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "eventListenerTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#expandedCardOpenDelay:member",
              "docComment": "/**\n * Time in ms when expanded card should open after compact card\n *\n * @defaultvalue\n *\n * 1500\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandedCardOpenDelay?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandedCardOpenDelay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#expandingCardProps:member",
              "docComment": "/**\n * Additional ExpandingCard props to pass through HoverCard like renderers, target. gapSpace etc. Used along with 'type' prop set to HoverCardType.expanding. Reference detail properties in ICardProps and IExpandingCardProps.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandingCardProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IExpandingCardProps",
                  "canonicalReference": "office-ui-fabric-react!IExpandingCardProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandingCardProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#instantOpenOnClick:member",
              "docComment": "/**\n * Enables instant open of the full card upon click\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "instantOpenOnClick?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "instantOpenOnClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#onCardExpand:member",
              "docComment": "/**\n * Callback when visible card is expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCardExpand?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCardExpand",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#onCardHide:member",
              "docComment": "/**\n * Callback when card hides\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCardHide?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCardHide",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#onCardVisible:member",
              "docComment": "/**\n * Callback when card becomes visible\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCardVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCardVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#openHotKey:member",
              "docComment": "/**\n * HotKey used for opening the HoverCard when tabbed to target.\n *\n * @defaultvalue\n *\n * 'KeyCodes.c'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openHotKey?: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyCodes",
                  "canonicalReference": "@uifabric/utilities!KeyCodes:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "openHotKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#plainCardProps:member",
              "docComment": "/**\n * Additional PlainCard props to pass through HoverCard like renderers, target, gapSpace etc. Used along with 'type' prop set to HoverCardType.plain. See for more details ICardProps and IPlainCardProps interfaces.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "plainCardProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPlainCardProps",
                  "canonicalReference": "office-ui-fabric-react!IPlainCardProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "plainCardProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#setAriaDescribedBy:member",
              "docComment": "/**\n * Whether or not to mark the container as described by the hover card. If not specified, the caller should mark as element as described by the hover card id.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setAriaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setAriaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#setInitialFocus:member",
              "docComment": "/**\n * Set to true to set focus on the first focusable element in the card. Works in pair with the 'trapFocus' prop.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setInitialFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setInitialFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#shouldBlockHoverCard:member",
              "docComment": "/**\n * Should block hover card or not\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldBlockHoverCard?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldBlockHoverCard",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#sticky:member",
              "docComment": "/**\n * If true disables Card dismiss upon mouse leave, so that card sticks around.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sticky?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "sticky",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#styles:member",
              "docComment": "/**\n * Custom styles for this component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IHoverCardStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IHoverCardStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IHoverCardStyles",
                  "canonicalReference": "office-ui-fabric-react!IHoverCardStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#target:member",
              "docComment": "/**\n * Optional target element to tag hover card on. If not provided and using HoverCard as a wrapper, don't set the 'data-is-focusable=true' attribute to the root of the wrapped child. If no target is given, HoverCard will use its root as a target and become the focusable element with a focus listener attached to it.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | string | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#theme:member",
              "docComment": "/**\n * Theme provided by higher order component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#trapFocus:member",
              "docComment": "/**\n * Set to true if you want to render the content of the HoverCard in a FocusTrapZone for accessibility reasons. Optionally 'setInitialFocus' prop can be set to true to move focus inside the FocusTrapZone.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "trapFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "trapFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardProps#type:member",
              "docComment": "/**\n * Type of the hover card to render.\n *\n * @defaultvalue\n *\n * HoverCardType.expanding\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type?: "
                },
                {
                  "kind": "Reference",
                  "text": "HoverCardType",
                  "canonicalReference": "office-ui-fabric-react!HoverCardType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IHoverCardState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IHoverCardState "
            }
          ],
          "releaseTag": "Public",
          "name": "IHoverCardState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardState#isHoverCardVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isHoverCardVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isHoverCardVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardState#mode:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ExpandingCardMode",
                  "canonicalReference": "office-ui-fabric-react!ExpandingCardMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "mode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardState#openMode:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "OpenCardMode",
                  "canonicalReference": "office-ui-fabric-react!OpenCardMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "openMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IHoverCardStyleProps:interface",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IHoverCardStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IHoverCardStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardStyleProps#className:member",
              "docComment": "/**\n * Optional className(s) for the host div of HoverCard.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IHoverCardStyles:interface",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IHoverCardStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IHoverCardStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHoverCardStyles#host:member",
              "docComment": "/**\n * Style for the host element in the default enabled, non-toggled state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "host?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "host",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IHSL:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IHSL "
            }
          ],
          "releaseTag": "Public",
          "name": "IHSL",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHSL#h:member",
              "docComment": "/**\n * Hue, range 0-359.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "h: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "h",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHSL#l:member",
              "docComment": "/**\n * Lightness, range 0-100.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "l: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "l",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHSL#s:member",
              "docComment": "/**\n * Saturation, range 0-100.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "s: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "s",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IHSV:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IHSV "
            }
          ],
          "releaseTag": "Public",
          "name": "IHSV",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHSV#h:member",
              "docComment": "/**\n * Hue, range 0-359.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "h: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "h",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHSV#s:member",
              "docComment": "/**\n * Saturation, range 0-100.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "s: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "s",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IHSV#v:member",
              "docComment": "/**\n * Value, range 0-100.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "v: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "v",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IIconContent:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IIconContent "
            }
          ],
          "releaseTag": "Public",
          "name": "IIconContent",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconContent#children:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "children?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "children",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconContent#fontFamily:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fontFamily?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "fontFamily",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconContent#iconClassName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IIconProps:interface",
          "docComment": "/**\n * {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IIconProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IIconProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconProps#ariaLabel:member",
              "docComment": "/**\n * The aria label of the icon for the benefit of screen readers.\n *\n * @deprecated\n *\n * Use the native prop `aria-label`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconProps#iconName:member",
              "docComment": "/**\n * The name of the icon to use from the icon font. If string is empty, a placeholder icon will be rendered the same width as an icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconProps#iconType:member",
              "docComment": "/**\n * The type of icon to render (image or icon font).\n *\n * @deprecated\n *\n * Inferred based on the presence of `imageProps`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconType?: "
                },
                {
                  "kind": "Reference",
                  "text": "IconType",
                  "canonicalReference": "office-ui-fabric-react!IconType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconProps#imageErrorAs:member",
              "docComment": "/**\n * If rendering an image icon, this component will be rendered in the event that loading the image fails.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageErrorAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ComponentType",
                  "canonicalReference": "@types/react!~React.ComponentType:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IImageProps",
                  "canonicalReference": "office-ui-fabric-react!IImageProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageErrorAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconProps#imageProps:member",
              "docComment": "/**\n * If rendering an image icon, these props will be passed to the Image component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IImageProps",
                  "canonicalReference": "office-ui-fabric-react!IImageProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconProps#styles:member",
              "docComment": "/**\n * Gets the styles for an Icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IIconStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IIconStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IIconStyles",
                  "canonicalReference": "office-ui-fabric-react!IIconStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IIconState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IIconState "
            }
          ],
          "releaseTag": "Public",
          "name": "IIconState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconState#imageLoadError:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageLoadError: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageLoadError",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IIconStyleProps:interface",
          "docComment": "/**\n * {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IIconStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IIconStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconStyleProps#iconClassName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconStyleProps#isImage:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isImage: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isImage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconStyleProps#isPlaceholder:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isPlaceholder: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isPlaceholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconStyleProps#styles:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IIconStyles",
                  "canonicalReference": "office-ui-fabric-react!IIconStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IIconStyles:interface",
          "docComment": "/**\n * {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IIconStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IIconStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconStyles#imageContainer:member",
              "docComment": "/**\n * Deprecated. Use `root`.\n *\n * @deprecated\n *\n * Use `root`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IIconStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IImage:interface",
          "docComment": "/**\n * {@docCategory Image}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IImage "
            }
          ],
          "releaseTag": "Public",
          "name": "IImage",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IImageIconProps:interface",
          "docComment": "/**\n * Props for a basic image icon component which doesn't directly provide image load error handling and can't be targeted by customizations. {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IImageIconProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IImageIconProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageIconProps#className:member",
              "docComment": "/**\n * Custom class to style the icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageIconProps#imageProps:member",
              "docComment": "/**\n * Props passed to the Image component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IImageProps",
                  "canonicalReference": "office-ui-fabric-react!IImageProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IImageProps:interface",
          "docComment": "/**\n * {@docCategory Image}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IImageProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ImgHTMLAttributes",
              "canonicalReference": "@types/react!~React.ImgHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLImageElement",
              "canonicalReference": "!HTMLImageElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IImageProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the Component\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#coverStyle:member",
              "docComment": "/**\n * Specifies the cover style to be used for this image. If not specified, this will be dynamically calculated based on the aspect ratio for the image.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coverStyle?: "
                },
                {
                  "kind": "Reference",
                  "text": "ImageCoverStyle",
                  "canonicalReference": "office-ui-fabric-react!ImageCoverStyle:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "coverStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#errorSrc:member",
              "docComment": "/**\n * Deprecated at v1.3.6, to replace the src in case of errors, use `onLoadingStateChange` instead and rerender the Image with a difference src.\n *\n * @deprecated\n *\n * Use `onLoadingStateChange` instead and rerender the Image with a difference src.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorSrc?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "errorSrc",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#imageFit:member",
              "docComment": "/**\n * Used to determine how the image is scaled and cropped to fit the frame.\n *\n * @defaultvalue\n *\n * If both dimensions are provided, then the image is fit using ImageFit.scale. Otherwise, the image won't be scaled or cropped.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageFit?: "
                },
                {
                  "kind": "Reference",
                  "text": "ImageFit",
                  "canonicalReference": "office-ui-fabric-react!ImageFit:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageFit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#maximizeFrame:member",
              "docComment": "/**\n * If true, the image frame will expand to fill its parent container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maximizeFrame?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maximizeFrame",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#onLoadingStateChange:member",
              "docComment": "/**\n * Optional callback method for when the image load state has changed. The 'loadState' parameter indicates the current state of the Image.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLoadingStateChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(loadState: "
                },
                {
                  "kind": "Reference",
                  "text": "ImageLoadState",
                  "canonicalReference": "office-ui-fabric-react!ImageLoadState:enum"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLoadingStateChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#shouldFadeIn:member",
              "docComment": "/**\n * If true, fades the image in when loaded.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldFadeIn?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldFadeIn",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#shouldStartVisible:member",
              "docComment": "/**\n * If true, the image starts as visible and is hidden on error. Otherwise, the image is hidden until it is successfully loaded. This disables shouldFadeIn.\n *\n * @defaultvalue\n *\n * false;\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldStartVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldStartVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IImageStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IImageStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IImageStyles",
                  "canonicalReference": "office-ui-fabric-react!IImageStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IImageState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IImageState "
            }
          ],
          "releaseTag": "Public",
          "name": "IImageState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageState#loadState:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loadState?: "
                },
                {
                  "kind": "Reference",
                  "text": "ImageLoadState",
                  "canonicalReference": "office-ui-fabric-react!ImageLoadState:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "loadState",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IImageStyleProps:interface",
          "docComment": "/**\n * {@docCategory Image}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IImageStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IImageStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#height:member",
              "docComment": "/**\n * Image height value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isCenter:member",
              "docComment": "/**\n * ImageFit booleans for center, cover, contain, centerContain, centerCover, none\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCenter?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCenter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isCenterContain:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCenterContain?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCenterContain",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isCenterCover:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCenterCover?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCenterCover",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isContain:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isContain?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isContain",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isCover:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCover?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCover",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isError:member",
              "docComment": "/**\n * if true image load is in error\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isError?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isError",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isLandscape:member",
              "docComment": "/**\n * If true the image is coverStyle landscape instead of portrait\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isLandscape?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isLandscape",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isLoaded:member",
              "docComment": "/**\n * If true, the image is loaded\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isLoaded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isLoaded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isNone:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isNone?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isNone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#isNotImageFit:member",
              "docComment": "/**\n * if true, imageFit is undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isNotImageFit?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isNotImageFit",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#maximizeFrame:member",
              "docComment": "/**\n * If true, the image frame will expand to fill its parent container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maximizeFrame?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maximizeFrame",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#shouldFadeIn:member",
              "docComment": "/**\n * If true, fades the image in when loaded.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldFadeIn?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldFadeIn",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#shouldStartVisible:member",
              "docComment": "/**\n * If true, the image starts as visible and is hidden on error. Otherwise, the image is hidden until it is successfully loaded. This disables shouldFadeIn.\n *\n * @defaultvalue\n *\n * false;\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldStartVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldStartVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyleProps#width:member",
              "docComment": "/**\n * Image width value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IImageStyles:interface",
          "docComment": "/**\n * {@docCategory Image}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IImageStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IImageStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyles#image:member",
              "docComment": "/**\n * Style set for the img element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "image: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "image",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IImageStyles#root:member",
              "docComment": "/**\n * Style set for the root div element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IInputProps:interface",
          "docComment": "/**\n * Pickers' input props interface {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IInputProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.InputHTMLAttributes",
              "canonicalReference": "@types/react!~React.InputHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLInputElement",
              "canonicalReference": "!HTMLInputElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IInputProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IInputProps#\"aria-label\":member",
              "docComment": "/**\n * Screen reader label to apply to an input element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "'aria-label'?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "\"aria-label\"",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IInputProps#defaultVisibleValue:member",
              "docComment": "/**\n * The default value to be visible when the autofill first created. This is different than placeholder text because the placeholder text will disappear and re-appear. This text persists until deleted or changed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultVisibleValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultVisibleValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IKeytipLayer:interface",
          "docComment": "/**\n * {@docCategory Keytips}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IKeytipLayer "
            }
          ],
          "releaseTag": "Public",
          "name": "IKeytipLayer",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps:interface",
          "docComment": "/**\n * {@docCategory Keytips}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IKeytipLayerProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IKeytipLayer",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayer:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IKeytipLayerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the KeytipLayer component. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipLayer",
                  "canonicalReference": "office-ui-fabric-react!IKeytipLayer:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps#content:member",
              "docComment": "/**\n * String to put inside the layer to be used for the aria-describedby for the component with the keytip Should be one of the starting sequences\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps#keytipExitSequences:member",
              "docComment": "/**\n * List of key sequences that will exit keytips mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipExitSequences?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipTransitionKey",
                  "canonicalReference": "office-ui-fabric-react!IKeytipTransitionKey:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipExitSequences",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps#keytipReturnSequences:member",
              "docComment": "/**\n * List of key sequences that execute the return functionality in keytips (going back to the previous level of keytips)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipReturnSequences?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipTransitionKey",
                  "canonicalReference": "office-ui-fabric-react!IKeytipTransitionKey:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipReturnSequences",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps#keytipStartSequences:member",
              "docComment": "/**\n * List of key sequences that will start keytips mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipStartSequences?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipTransitionKey",
                  "canonicalReference": "office-ui-fabric-react!IKeytipTransitionKey:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipStartSequences",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps#onEnterKeytipMode:member",
              "docComment": "/**\n * Callback function triggered when keytip mode is entered\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onEnterKeytipMode?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onEnterKeytipMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps#onExitKeytipMode:member",
              "docComment": "/**\n * Callback function triggered when keytip mode is exited. ev is the Mouse or Keyboard Event that triggered the exit, if any.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onExitKeytipMode?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onExitKeytipMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps#styles:member",
              "docComment": "/**\n * (Optional) Call to provide customized styling.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipLayerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipLayerStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipLayerStyles",
                  "canonicalReference": "office-ui-fabric-react!IKeytipLayerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IKeytipLayerState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IKeytipLayerState "
            }
          ],
          "releaseTag": "Public",
          "name": "IKeytipLayerState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerState#inKeytipMode:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inKeytipMode: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inKeytipMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerState#keytips:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytips: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytips",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerState#visibleKeytips:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "visibleKeytips: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "visibleKeytips",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IKeytipLayerStyleProps:interface",
          "docComment": "/**\n * {@docCategory Keytips}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IKeytipLayerStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IKeytipLayerStyleProps",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IKeytipLayerStyles:interface",
          "docComment": "/**\n * {@docCategory Keytips}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IKeytipLayerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IKeytipLayerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerStyles#innerContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "innerContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "innerContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface",
          "docComment": "/**\n * {@docCategory Keytips}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IKeytipProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IKeytipProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#calloutProps:member",
              "docComment": "/**\n * ICalloutProps to pass to the callout element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#content:member",
              "docComment": "/**\n * Content to put inside the keytip\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#disabled:member",
              "docComment": "/**\n * T/F if the corresponding control for this keytip is disabled\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#hasDynamicChildren:member",
              "docComment": "/**\n * Whether or not this keytip will have children keytips that are dynamically created (DOM is generated on keytip activation). Common cases are a Pivot or Modal.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasDynamicChildren?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasDynamicChildren",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#hasMenu:member",
              "docComment": "/**\n * Whether or not this keytip belongs to a component that has a menu Keytip mode will stay on when a menu is opened, even if the items in that menu have no keytips\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#keySequences:member",
              "docComment": "/**\n * Array of KeySequences which is the full key sequence to trigger this keytip Should not include initial 'start' key sequence\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keySequences: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keySequences",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#offset:member",
              "docComment": "/**\n * Offset x and y for the keytip, added from the top-left corner By default the keytip will be anchored to the bottom-center of the element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "offset?: "
                },
                {
                  "kind": "Reference",
                  "text": "Point",
                  "canonicalReference": "@uifabric/utilities!Point:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "offset",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#onExecute:member",
              "docComment": "/**\n * Function to call when this keytip is activated. 'executeTarget' is the DOM element marked with 'data-ktp-execute-target'. 'target' is the DOM element marked with 'data-ktp-target'.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onExecute?: "
                },
                {
                  "kind": "Content",
                  "text": "(executeTarget: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null, target: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onExecute",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#onReturn:member",
              "docComment": "/**\n * Function to call when the keytip is the currentKeytip and a return sequence is pressed. 'executeTarget' is the DOM element marked with 'data-ktp-execute-target'. 'target' is the DOM element marked with 'data-ktp-target'.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onReturn?: "
                },
                {
                  "kind": "Content",
                  "text": "(executeTarget: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null, target: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onReturn",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#overflowSetSequence:member",
              "docComment": "/**\n * Full KeySequence of the overflow set button, will be set automatically if this keytip is inside an overflow\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowSetSequence?: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowSetSequence",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#styles:member",
              "docComment": "/**\n * Optional styles for the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipStyles",
                  "canonicalReference": "office-ui-fabric-react!IKeytipStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#theme:member",
              "docComment": "/**\n * Theme for the component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps#visible:member",
              "docComment": "/**\n * T/F if the keytip is visible\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "visible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "visible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IKeytipStyleProps:interface",
          "docComment": "/**\n * Props to style Keytip component {@docCategory Keytips}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IKeytipStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IKeytipStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipStyleProps#disabled:member",
              "docComment": "/**\n * Whether the keytip is disabled or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipStyleProps#theme:member",
              "docComment": "/**\n * The theme for the keytip.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipStyleProps#visible:member",
              "docComment": "/**\n * T/F if the keytip is visible\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "visible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "visible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IKeytipStyles:interface",
          "docComment": "/**\n * {@docCategory Keytips}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IKeytipStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IKeytipStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipStyles#container:member",
              "docComment": "/**\n * Style for the div container surrounding the keytip content.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "container: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "container",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IKeytipStyles#root:member",
              "docComment": "/**\n * Style for the keytip content element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILabel:interface",
          "docComment": "/**\n * {@docCategory Label}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILabel "
            }
          ],
          "releaseTag": "Public",
          "name": "ILabel",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILabelProps:interface",
          "docComment": "/**\n * {@docCategory Label}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILabelProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.LabelHTMLAttributes",
              "canonicalReference": "@types/react!~React.LabelHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLLabelElement",
              "canonicalReference": "!HTMLLabelElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ILabelProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelProps#as:member",
              "docComment": "/**\n * Render the root element as another type.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "as?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComponentAs",
                  "canonicalReference": "@uifabric/utilities!IComponentAs:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "React.AllHTMLAttributes",
                  "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "as",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ILabel interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ILabel",
                  "canonicalReference": "office-ui-fabric-react!ILabel:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelProps#disabled:member",
              "docComment": "/**\n * Renders the label as disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelProps#required:member",
              "docComment": "/**\n * Whether the associated form field is required or not\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "required?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "required",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelProps#styles:member",
              "docComment": "/**\n * Styles for the label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ILabelStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ILabelStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ILabelStyles",
                  "canonicalReference": "office-ui-fabric-react!ILabelStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILabelStyleProps:interface",
          "docComment": "/**\n * {@docCategory Label}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILabelStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ILabelStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelStyleProps#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelStyleProps#required:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "required?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "required",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILabelStyles:interface",
          "docComment": "/**\n * {@docCategory Label}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILabelStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ILabelStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILabelStyles#root:member",
              "docComment": "/**\n * Styles for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILayer:interface",
          "docComment": "/**\n * {@docCategory Layer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILayer "
            }
          ],
          "releaseTag": "Public",
          "name": "ILayer",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ILayerBaseState:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ILayerBaseState = "
            },
            {
              "kind": "Content",
              "text": "{\n    hostId?: string;\n    layerElement?: "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ILayerBaseState",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILayerProps:interface",
          "docComment": "/**\n * {@docCategory Layer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILayerProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "LayerBase",
              "canonicalReference": "office-ui-fabric-react!LayerBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ILayerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the Layer\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ILayer interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ILayer",
                  "canonicalReference": "office-ui-fabric-react!ILayer:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#eventBubblingEnabled:member",
              "docComment": "/**\n * When enabled, Layer allows events to bubble up from Layer content. Traditionally Layer has not had this behavior. This prop preserves backwards compatibility by default while allowing users to opt in to the new event bubbling functionality.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "eventBubblingEnabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "eventBubblingEnabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#hostId:member",
              "docComment": "/**\n * The optional id property provided on a LayerHost that this Layer should render within. The LayerHost does not need to be immediately available but once has been rendered, and if missing, we'll avoid trying to render the Layer content until the host is available. If an id is not provided, we will render the Layer content in a fixed position element rendered at the end of the document.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hostId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hostId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#insertFirst:member",
              "docComment": "/**\n * Whether the layer should be added as the first child of the host. If true, the layer will be inserted as the first child of the host By default, the layer will be appended at the end to the host\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "insertFirst?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "insertFirst",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#onLayerDidMount:member",
              "docComment": "/**\n * Callback for when the layer is mounted.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLayerDidMount?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLayerDidMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#onLayerMounted:member",
              "docComment": "/**\n * Callback for when the layer is mounted.\n *\n * @deprecated\n *\n * Use onLayerDidMount.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLayerMounted?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLayerMounted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#onLayerWillUnmount:member",
              "docComment": "/**\n * Callback for when the layer is unmounted.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLayerWillUnmount?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLayerWillUnmount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ILayerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ILayerStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ILayerStyles",
                  "canonicalReference": "office-ui-fabric-react!ILayerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILayerStyleProps:interface",
          "docComment": "/**\n * {@docCategory Layer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILayerStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ILayerStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerStyleProps#isNotHost:member",
              "docComment": "/**\n * Check if Host\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isNotHost?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isNotHost",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILayerStyles:interface",
          "docComment": "/**\n * {@docCategory Layer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILayerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ILayerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerStyles#content:member",
              "docComment": "/**\n * Style for the Fabric component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILayerStyles#root:member",
              "docComment": "/**\n * Style for the root element when fixed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILine:interface",
          "docComment": "/**\n * Line element interface {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILine extends "
            },
            {
              "kind": "Reference",
              "text": "IShimmerElement",
              "canonicalReference": "office-ui-fabric-react!IShimmerElement:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ILine",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILine#height:member",
              "docComment": "/**\n * Sets the height of the shimmer line in pixels.\n *\n * @defaultvalue\n *\n * 16px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILine#width:member",
              "docComment": "/**\n * Line width value.\n *\n * @defaultvalue\n *\n * 100%\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILink:interface",
          "docComment": "/**\n * {@docCategory Link}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILink "
            }
          ],
          "releaseTag": "Public",
          "name": "ILink",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!ILink#focus:member(1)",
              "docComment": "/**\n * Sets focus to the link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes:interface",
          "docComment": "/**\n * {@docCategory Link}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILinkHTMLAttributes<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ILinkHTMLAttributes",
          "members": [
            {
              "kind": "IndexSignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes:index(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "[index: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "]: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#autoFocus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "autoFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#download:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "download?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "download",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#form:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "form?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "form",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#formAction:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formAction?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formAction",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#formEncType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formEncType?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formEncType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#formMethod:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formMethod?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formMethod",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#formNoValidate:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formNoValidate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formNoValidate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#formTarget:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "formTarget?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "formTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#href:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "href?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "href",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#hrefLang:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hrefLang?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hrefLang",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#media:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "media?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "media",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#name:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#rel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#target:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#type:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "string | string[] | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILinkProps:interface",
          "docComment": "/**\n * {@docCategory Link}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILinkProps extends "
            },
            {
              "kind": "Reference",
              "text": "ILinkHTMLAttributes",
              "canonicalReference": "office-ui-fabric-react!ILinkHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLAnchorElement",
              "canonicalReference": "!HTMLAnchorElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLButtonElement",
              "canonicalReference": "!HTMLButtonElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "LinkBase",
              "canonicalReference": "office-ui-fabric-react!LinkBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ILinkProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkProps#as:member",
              "docComment": "/**\n * A component that should be used as the root element of the link returned from the Link component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "as?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "React.ComponentClass",
                  "canonicalReference": "@types/react!~React.ComponentClass:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "React.FunctionComponent",
                  "canonicalReference": "@types/react!~React.FunctionComponent:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "as",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ILink interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ILink",
                  "canonicalReference": "office-ui-fabric-react!ILink:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkProps#disabled:member",
              "docComment": "/**\n * Whether the link is disabled\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkProps#keytipProps:member",
              "docComment": "/**\n * Optional keytip for this Link\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ILinkStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ILinkStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ILinkStyles",
                  "canonicalReference": "office-ui-fabric-react!ILinkStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 11
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILinkStyleProps:interface",
          "docComment": "/**\n * {@docCategory Link}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILinkStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ILinkStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkStyleProps#isButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isButton?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkStyleProps#isDisabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ILinkStyles:interface",
          "docComment": "/**\n * {@docCategory Link}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ILinkStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ILinkStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ILinkStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IList:interface",
          "docComment": "/**\n * {@docCategory List}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IList "
            }
          ],
          "releaseTag": "Public",
          "name": "IList",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IList#forceUpdate:member",
              "docComment": "/**\n * Force the component to update.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceUpdate: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceUpdate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IList#getStartItemIndexInView:member",
              "docComment": "/**\n * Get the start index of the page that is currently in view\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getStartItemIndexInView: "
                },
                {
                  "kind": "Content",
                  "text": "() => number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getStartItemIndexInView",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IList#getTotalListHeight:member",
              "docComment": "/**\n * Get the current height the list and it's pages.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getTotalListHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "() => number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getTotalListHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IList#scrollToIndex:member",
              "docComment": "/**\n * Scroll to the given index. By default will bring the page the specified item is on into the view. If a callback to measure the height of an individual item is specified, will only scroll to bring the specific item into view.\n *\n * Note: with items of variable height and no passed in `getPageHeight` method, the list might jump after scrolling when windows before/ahead are being rendered, and the estimated height is replaced using actual elements.\n *\n * @param index - Index of item to scroll to\n *\n * @param measureItem - Optional callback to measure the height of an individual item\n *\n * @param scrollToMode - Optional defines the behavior of the scrolling alignment. Defaults to auto. Note: The scrollToMode requires the measureItem callback is provided to function.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollToIndex: "
                },
                {
                  "kind": "Content",
                  "text": "(index: number, measureItem?: (itemIndex: number) => number, scrollToMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ScrollToMode",
                  "canonicalReference": "office-ui-fabric-react!ScrollToMode:type"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollToIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IListOnRenderRootProps:interface",
          "docComment": "/**\n * Props passed to the render override for the list root. {@docCategory List}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IListOnRenderRootProps<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IListOnRenderRootProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListOnRenderRootProps#divProps:member",
              "docComment": "/**\n * Props to apply to the list root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "divProps: "
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "divProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListOnRenderRootProps#pages:member",
              "docComment": "/**\n * The active pages to be rendered into the list. These will have been rendered using `onRenderPage`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pages: "
                },
                {
                  "kind": "Reference",
                  "text": "IPage",
                  "canonicalReference": "office-ui-fabric-react!IPage:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pages",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListOnRenderRootProps#rootRef:member",
              "docComment": "/**\n * The ref to be applied to the list root. The `List` uses this element to track scroll position and sizing.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootRef: "
                },
                {
                  "kind": "Reference",
                  "text": "React.Ref",
                  "canonicalReference": "@types/react!~React.Ref:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListOnRenderRootProps#surfaceElement:member",
              "docComment": "/**\n * The content to be rendered as the list surface element. This will have been rendered using `onRenderSurface`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "surfaceElement: "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "surfaceElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IListOnRenderSurfaceProps:interface",
          "docComment": "/**\n * Props passed to the render override for the list surface. {@docCategory List}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IListOnRenderSurfaceProps<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IListOnRenderSurfaceProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListOnRenderSurfaceProps#divProps:member",
              "docComment": "/**\n * Props to apply to the list surface element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "divProps: "
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "divProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListOnRenderSurfaceProps#pageElements:member",
              "docComment": "/**\n * The content to be rendered representing all active pages.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pageElements: "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pageElements",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListOnRenderSurfaceProps#pages:member",
              "docComment": "/**\n * The active pages to be rendered into the list. These will have been rendered using `onRenderPage`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pages: "
                },
                {
                  "kind": "Reference",
                  "text": "IPage",
                  "canonicalReference": "office-ui-fabric-react!IPage:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pages",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListOnRenderSurfaceProps#surfaceRef:member",
              "docComment": "/**\n * A ref to be applied to the surface element. The `List` uses this element to track content size and focus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "surfaceRef: "
                },
                {
                  "kind": "Reference",
                  "text": "React.Ref",
                  "canonicalReference": "@types/react!~React.Ref:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "surfaceRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IListProps:interface",
          "docComment": "/**\n * {@docCategory List}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IListProps<T = "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "List",
              "canonicalReference": "office-ui-fabric-react!List:class"
            },
            {
              "kind": "Content",
              "text": "<T> | "
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "IListProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#className:member",
              "docComment": "/**\n * Optional classname to append to root list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IList interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IList",
                  "canonicalReference": "office-ui-fabric-react!IList:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#getItemCountForPage:member",
              "docComment": "/**\n * Method called by the list to get how many items to render per page from specified index. In general, use `getPageSpecification` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getItemCountForPage?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex?: number, visibleRect?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRectangle",
                  "canonicalReference": "@uifabric/utilities!IRectangle:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getItemCountForPage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#getKey:member",
              "docComment": "/**\n * Optional callback to get the item key, to be used on render.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getKey?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T, index?: number) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#getPageHeight:member",
              "docComment": "/**\n * Method called by the list to get the pixel height for a given page. By default, we measure the first page's height and default all other pages to that height when calculating the surface space. It is ideal to be able to adequately predict page heights in order to keep the surface space from jumping in pixels, which has been seen to cause browser performance issues. In general, use `getPageSpecification` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getPageHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex?: number, visibleRect?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRectangle",
                  "canonicalReference": "@uifabric/utilities!IRectangle:interface"
                },
                {
                  "kind": "Content",
                  "text": ", itemCount?: number) => number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getPageHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#getPageSpecification:member",
              "docComment": "/**\n * Called by the list to get the specification for a page. Use this method to provide an allocation of items per page, as well as an estimated rendered height for the page. The list will use this to optimize virtualization.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getPageSpecification?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex?: number, visibleRect?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRectangle",
                  "canonicalReference": "@uifabric/utilities!IRectangle:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "IPageSpecification",
                  "canonicalReference": "office-ui-fabric-react!IPageSpecification:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getPageSpecification",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#getPageStyle:member",
              "docComment": "/**\n * Method called by the list to derive the page style object. For spacer pages, the list will derive the height and passed in heights will be ignored.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getPageStyle?: "
                },
                {
                  "kind": "Content",
                  "text": "(page: "
                },
                {
                  "kind": "Reference",
                  "text": "IPage",
                  "canonicalReference": "office-ui-fabric-react!IPage:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getPageStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#ignoreScrollingState:member",
              "docComment": "/**\n * Whether to disable scroll state updates. This causes the isScrolling arg in onRenderCell to always be undefined. This is a performance optimization to let List skip a render cycle by not updating its scrolling state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ignoreScrollingState?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ignoreScrollingState",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#items:member",
              "docComment": "/**\n * Items to render.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items?: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#onPageAdded:member",
              "docComment": "/**\n * Optional callback for monitoring when a page is added.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onPageAdded?: "
                },
                {
                  "kind": "Content",
                  "text": "(page: "
                },
                {
                  "kind": "Reference",
                  "text": "IPage",
                  "canonicalReference": "office-ui-fabric-react!IPage:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onPageAdded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#onPageRemoved:member",
              "docComment": "/**\n * Optional callback for monitoring when a page is removed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onPageRemoved?: "
                },
                {
                  "kind": "Content",
                  "text": "(page: "
                },
                {
                  "kind": "Reference",
                  "text": "IPage",
                  "canonicalReference": "office-ui-fabric-react!IPage:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onPageRemoved",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#onPagesUpdated:member",
              "docComment": "/**\n * Optional callback invoked when List rendering completed. This can be on initial mount or on re-render due to scrolling. This method will be called as a result of changes in List pages (added or removed), and after ALL the changes complete. To track individual page Add / Remove use onPageAdded / onPageRemoved instead.\n *\n * @param pages - The current array of pages in the List.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onPagesUpdated?: "
                },
                {
                  "kind": "Content",
                  "text": "(pages: "
                },
                {
                  "kind": "Reference",
                  "text": "IPage",
                  "canonicalReference": "office-ui-fabric-react!IPage:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onPagesUpdated",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#onRenderCell:member",
              "docComment": "/**\n * Method to call when trying to render an item.\n *\n * @param item - The data associated with the cell that is being rendered.\n *\n * @param index - The index of the cell being rendered.\n *\n * @param isScrolling - True if the list is being scrolled. May be useful for rendering a placeholder if your cells are complex.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderCell?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: T, index?: number, isScrolling?: boolean) => "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#onRenderPage:member",
              "docComment": "/**\n * Called when the List will render a page. Override this to control how cells are rendered within a page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderPage?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPageProps",
                  "canonicalReference": "office-ui-fabric-react!IPageProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderPage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#onRenderRoot:member",
              "docComment": "/**\n * Render override for the element at the root of the `List`. Use this to apply some final attributes or structure to the content each time the list is updated with new active pages or items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderRoot?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IListOnRenderRootProps",
                  "canonicalReference": "office-ui-fabric-react!IListOnRenderRootProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderRoot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#onRenderSurface:member",
              "docComment": "/**\n * Render override for the element representing the surface of the `List`. Use this to alter the structure of the rendered content if necessary on each update.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderSurface?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IListOnRenderSurfaceProps",
                  "canonicalReference": "office-ui-fabric-react!IListOnRenderSurfaceProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderSurface",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#onShouldVirtualize:member",
              "docComment": "/**\n * Optional callback to determine whether the list should be rendered in full, or virtualized. Virtualization will add and remove pages of items as the user scrolls them into the visible range. This benefits larger list scenarios by reducing the DOM on the screen, but can negatively affect performance for smaller lists. The default implementation will virtualize when this callback is not provided.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onShouldVirtualize?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onShouldVirtualize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#renderCount:member",
              "docComment": "/**\n * Number of items to render. Defaults to items.length.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderCount?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderCount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#renderedWindowsAhead:member",
              "docComment": "/**\n * In addition to the visible window, how many windowHeights should we render ahead.\n *\n * @defaultvalue\n *\n * 2\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderedWindowsAhead?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderedWindowsAhead",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#renderedWindowsBehind:member",
              "docComment": "/**\n * In addition to the visible window, how many windowHeights should we render behind.\n *\n * @defaultvalue\n *\n * 2\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderedWindowsBehind?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderedWindowsBehind",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#role:member",
              "docComment": "/**\n * The role to assign to the list root element. Use this to override the default assignment of 'list' to the root and 'listitem' to the cells.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#startIndex:member",
              "docComment": "/**\n * Index in items array to start rendering from. Defaults to 0.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "startIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "startIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#usePageCache:member",
              "docComment": "/**\n * Boolean value to enable render page caching. This is an experimental performance optimization that is off by default.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "usePageCache?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "usePageCache",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListProps#version:member",
              "docComment": "/**\n * An object which can be passed in as a fresh instance to 'force update' the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "version?: "
                },
                {
                  "kind": "Content",
                  "text": "{}"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "version",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 9
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IListState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IListState<T = "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "IListState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListState#isScrolling:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isScrolling?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isScrolling",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListState#measureVersion:member",
              "docComment": "/**\n * The last versionstamp for\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "measureVersion?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "measureVersion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IListState#pages:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pages?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPage",
                  "canonicalReference": "office-ui-fabric-react!IPage:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pages",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Image:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Image: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IImageProps",
              "canonicalReference": "office-ui-fabric-react!IImageProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Image",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ImageBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ImageBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IImageProps",
              "canonicalReference": "office-ui-fabric-react!IImageProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IImageState",
              "canonicalReference": "office-ui-fabric-react!IImageState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ImageBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ImageBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ImageBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IImageProps",
                  "canonicalReference": "office-ui-fabric-react!IImageProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ImageBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IImageProps",
                  "canonicalReference": "office-ui-fabric-react!IImageProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IImageState",
                  "canonicalReference": "office-ui-fabric-react!IImageState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ImageBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        shouldFadeIn: boolean;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ImageBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ImageBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IImageProps",
                  "canonicalReference": "office-ui-fabric-react!IImageProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ImageCoverStyle:enum",
          "docComment": "/**\n * The cover style to be used on the image {@docCategory Image}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ImageCoverStyle "
            }
          ],
          "releaseTag": "Public",
          "name": "ImageCoverStyle",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageCoverStyle.landscape:member",
              "docComment": "/**\n * The image will be shown at 100% height of container and the width will be scaled accordingly\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "landscape = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "landscape",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageCoverStyle.portrait:member",
              "docComment": "/**\n * The image will be shown at 100% width of container and the height will be scaled accordingly\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "portrait = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "portrait",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ImageFit:enum",
          "docComment": "/**\n * The possible methods that can be used to fit the image. {@docCategory Image}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ImageFit "
            }
          ],
          "releaseTag": "Public",
          "name": "ImageFit",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageFit.center:member",
              "docComment": "/**\n * The image is not scaled. The image is centered and cropped within the content box.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "center = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "center",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageFit.centerContain:member",
              "docComment": "/**\n * The image will be centered horizontally and vertically within the frame and maintains its aspect ratio. It will behave as ImageFit.center if the image's natural height and width is less than the Image frame's height and width, but if either natural height or width are larger than the frame it will behave as ImageFit.contain.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "centerContain = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "centerContain",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageFit.centerCover:member",
              "docComment": "/**\n * The image will be centered horizontally and vertically within the frame and maintains its aspect ratio. It will behave as ImageFit.center if the image's natural height or width is less than the Image frame's height or width, but if both natural height and width are larger than the frame it will behave as ImageFit.cover.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "centerCover = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "centerCover",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageFit.contain:member",
              "docComment": "/**\n * The image is scaled to maintain its aspect ratio while being fully contained within the frame. The image will be centered horizontally and vertically within the frame. The space in the top and bottom or in the sides of the frame will be empty depending on the difference in aspect ratio between the image and the frame.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contain = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "contain",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageFit.cover:member",
              "docComment": "/**\n * The image is scaled to maintain its aspect ratio while filling the frame. Portions of the image will be cropped from the top and bottom, or the sides, depending on the difference in aspect ratio between the image and the frame.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cover = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "cover",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageFit.none:member",
              "docComment": "/**\n * Neither the image nor the frame are scaled. If their sizes do not match, the image will either be cropped or the frame will have empty space.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "none = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "none",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ImageIcon:var",
          "docComment": "/**\n * Fast icon component which only supports images (not font glyphs) and can't be targeted by customizations. To style the icon, use `className` or reference `ms-Icon` in CSS. {@docCategory Icon}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ImageIcon: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IImageIconProps",
              "canonicalReference": "office-ui-fabric-react!IImageIconProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ImageIcon",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ImageLoadState:enum",
          "docComment": "/**\n * {@docCategory Image}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ImageLoadState "
            }
          ],
          "releaseTag": "Public",
          "name": "ImageLoadState",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageLoadState.error:member",
              "docComment": "/**\n * An error has been encountered while loading the image.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "error = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "error",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageLoadState.errorLoaded:member",
              "docComment": "/**\n * Deprecated at v1.3.6, to replace the src in case of errors, use `onLoadingStateChange` instead and rerender the Image with a difference src.\n *\n * @deprecated\n *\n * Use `onLoadingStateChange` instead and rerender the Image with a difference src.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorLoaded = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "errorLoaded",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageLoadState.loaded:member",
              "docComment": "/**\n * The image has been loaded successfully.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loaded = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "loaded",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ImageLoadState.notLoaded:member",
              "docComment": "/**\n * The image has not yet been loaded, and there is no error yet.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notLoaded = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "notLoaded",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMarqueeSelection:interface",
          "docComment": "/**\n * {@docCategory MarqueeSelection}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMarqueeSelection "
            }
          ],
          "releaseTag": "Public",
          "name": "IMarqueeSelection",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps:interface",
          "docComment": "/**\n * {@docCategory MarqueeSelection}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMarqueeSelectionProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IMarqueeSelectionProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the MarqueeSelection.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IMarqueeSelection interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IMarqueeSelection",
                  "canonicalReference": "office-ui-fabric-react!IMarqueeSelection:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps#isDraggingConstrainedToRoot:member",
              "docComment": "/**\n * Optional flag to restrict the drag rect to the root element, instead of allowing the drag rect to start outside of the root element boundaries.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDraggingConstrainedToRoot?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDraggingConstrainedToRoot",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps#isEnabled:member",
              "docComment": "/**\n * Optional flag to control the enabled state of marquee selection. This allows you to render it and have events all ready to go, but conditionally disable it. That way transitioning between enabled/disabled generate no difference in the DOM.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isEnabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isEnabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps#onShouldStartSelection:member",
              "docComment": "/**\n * Optional callback that is called, when the mouse down event occurs, in order to determine if we should start a marquee selection. If true is returned, we will cancel the mousedown event to prevent upstream mousedown handlers from executing.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onShouldStartSelection?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onShouldStartSelection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps#rootProps:member",
              "docComment": "/**\n * Optional props to mix into the root DIV element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps#selection:member",
              "docComment": "/**\n * The selection object to interact with when updating selection changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelection",
                  "canonicalReference": "@uifabric/utilities!ISelection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunction",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunction:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IMarqueeSelectionStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IMarqueeSelectionStyles",
                  "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyleProps:interface",
          "docComment": "/**\n * {@docCategory MarqueeSelection}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMarqueeSelectionStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IMarqueeSelectionStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyles:interface",
          "docComment": "/**\n * {@docCategory MarqueeSelection}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMarqueeSelectionStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IMarqueeSelectionStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyles#box:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "box?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "box",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyles#boxFill:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "boxFill?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "boxFill",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyles#dragMask:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragMask?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragMask",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMaskedTextFieldState:interface",
          "docComment": "/**\n * State for the MaskedTextField component.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMaskedTextFieldState "
            }
          ],
          "releaseTag": "Public",
          "name": "IMaskedTextFieldState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMaskedTextFieldState#displayValue:member",
              "docComment": "/**\n * The mask string formatted with the input value. This is what is displayed inside the TextField\n *\n * @example\n *\n * `Phone Number: 12_ - 4___`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "displayValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "displayValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMaskedTextFieldState#maskCursorPosition:member",
              "docComment": "/**\n * The index into the rendered value of the first unfilled format character\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maskCursorPosition?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maskCursorPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMenuItemStyles:interface",
          "docComment": "/**\n * {@docCategory ContextualMenu}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMenuItemStyles extends "
            },
            {
              "kind": "Reference",
              "text": "IButtonStyles",
              "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IMenuItemStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMenuItemStyles#anchorLink:member",
              "docComment": "/**\n * Styles for a menu item that is an anchor link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "anchorLink: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "anchorLink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMenuItemStyles#checkmarkIcon:member",
              "docComment": "/**\n * Default style for checkmark icons.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checkmarkIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checkmarkIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMenuItemStyles#divider:member",
              "docComment": "/**\n * Styles for a divider item of a ConextualMenu.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "divider: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "divider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMenuItemStyles#iconColor:member",
              "docComment": "/**\n * Default icon color style for known icons.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconColor: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMenuItemStyles#item:member",
              "docComment": "/**\n * Styles for a menu item that is an anchor link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMenuItemStyles#linkContent:member",
              "docComment": "/**\n * Styles for the content inside the button/link of the menuItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMenuItemStyles#subMenuIcon:member",
              "docComment": "/**\n * Styles for the submenu icon of a menu item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subMenuIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subMenuIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMessageBar:interface",
          "docComment": "/**\n * {@docCategory MessageBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMessageBar "
            }
          ],
          "releaseTag": "Public",
          "name": "IMessageBar",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMessageBarProps:interface",
          "docComment": "/**\n * {@docCategory MessageBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMessageBarProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IMessageBarProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#actions:member",
              "docComment": "/**\n * The actions you want to show on the other side.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actions?: "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "actions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#ariaLabel:member",
              "docComment": "/**\n * A description of the message bar for the benefit of screen readers.\n *\n * @deprecated\n *\n * Use native prop `aria-label` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the MessageBar.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IMessageBar interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IMessageBar",
                  "canonicalReference": "office-ui-fabric-react!IMessageBar:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#dismissButtonAriaLabel:member",
              "docComment": "/**\n * Aria label on dismiss button if onDismiss is defined.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#dismissIconProps:member",
              "docComment": "/**\n * Custom icon prop to replace the dismiss icon. If unset, default will be the Fabric Clear icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissIconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissIconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#isMultiline:member",
              "docComment": "/**\n * Determines if the message bar is multi lined. If false, and the text overflows over buttons or to another line, it is clipped.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMultiline?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMultiline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#messageBarIconProps:member",
              "docComment": "/**\n * Custom icon prop to replace the message bar icon. If unset, default will be the icon set by messageBarType.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "messageBarIconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "messageBarIconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#messageBarType:member",
              "docComment": "/**\n * The type of MessageBar to render.\n *\n * @defaultvalue\n *\n * MessageBarType.info\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "messageBarType?: "
                },
                {
                  "kind": "Reference",
                  "text": "MessageBarType",
                  "canonicalReference": "office-ui-fabric-react!MessageBarType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "messageBarType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#onDismiss:member",
              "docComment": "/**\n * Whether the message bar has a dismiss button and its callback. If null, we don't show a dismiss button.\n *\n * @defaultvalue\n *\n * null\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "BaseButton",
                  "canonicalReference": "office-ui-fabric-react!BaseButton:class"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Button",
                  "canonicalReference": "office-ui-fabric-react!Button:class"
                },
                {
                  "kind": "Content",
                  "text": ">) => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#overflowButtonAriaLabel:member",
              "docComment": "/**\n * Aria label on overflow button if truncated is defined.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IMessageBarStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IMessageBarStyles",
                  "canonicalReference": "office-ui-fabric-react!IMessageBarStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps#truncated:member",
              "docComment": "/**\n * Determines if the message bar text is truncated. If true, a button will render to toggle between a single line view and multiline view. This prop is for single line message bars with no buttons only in a limited space scenario.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "truncated?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "truncated",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMessageBarState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMessageBarState "
            }
          ],
          "releaseTag": "Public",
          "name": "IMessageBarState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarState#expandSingleLine:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandSingleLine?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandSingleLine",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarState#labelId:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarState#showContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showContent?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps:interface",
          "docComment": "/**\n * {@docCategory MessageBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMessageBarStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IMessageBarStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps#actions:member",
              "docComment": "/**\n * Whether the MessageBar contains any action elements.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actions?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "actions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps#className:member",
              "docComment": "/**\n * Additional CSS class(es).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps#expandSingleLine:member",
              "docComment": "/**\n * Whether the single line MessageBar is being expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandSingleLine?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandSingleLine",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps#isMultiline:member",
              "docComment": "/**\n * Whether the MessageBar is rendered in multi line (as opposed to single line) mode.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMultiline?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMultiline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps#messageBarType:member",
              "docComment": "/**\n * Type of the MessageBar.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "messageBarType?: "
                },
                {
                  "kind": "Reference",
                  "text": "MessageBarType",
                  "canonicalReference": "office-ui-fabric-react!MessageBarType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "messageBarType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps#onDismiss:member",
              "docComment": "/**\n * Whether the MessageBar contains a dismiss button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyleProps#truncated:member",
              "docComment": "/**\n * Whether the text is truncated.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "truncated?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "truncated",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IMessageBarStyles:interface",
          "docComment": "/**\n * {@docCategory MessageBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IMessageBarStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IMessageBarStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#actions:member",
              "docComment": "/**\n * Style set for the optional element containing the action elements.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "actions?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "actions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#content:member",
              "docComment": "/**\n * Style set for the element containing the icon, text, and optional dismiss button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#dismissal:member",
              "docComment": "/**\n * Style set for the optional dismiss button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissal?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissal",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#dismissSingleLine:member",
              "docComment": "/**\n * Style set for the element containing the dismiss button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissSingleLine?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismissSingleLine",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#expand:member",
              "docComment": "/**\n * Style set for the icon used to expand and collapse the MessageBar.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expand?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expand",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#expandSingleLine:member",
              "docComment": "/**\n * Style set for the element containing the expand icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandSingleLine?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandSingleLine",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#icon:member",
              "docComment": "/**\n * Style set for the icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#iconContainer:member",
              "docComment": "/**\n * Style set for the element containing the icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#innerText:member",
              "docComment": "/**\n * Style set for the text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "innerText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "innerText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#root:member",
              "docComment": "/**\n * Style set for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IMessageBarStyles#text:member",
              "docComment": "/**\n * Style set for the element containing the text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IModal:interface",
          "docComment": "/**\n * {@docCategory Modal}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IModal "
            }
          ],
          "releaseTag": "Public",
          "name": "IModal",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModal#focus:member",
              "docComment": "/**\n * Sets focus on the first focusable, or configured, child in focus trap zone\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IModalProps:interface",
          "docComment": "/**\n * {@docCategory Modal}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IModalProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ModalBase",
              "canonicalReference": "office-ui-fabric-react!ModalBase:class"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IWithResponsiveModeState",
              "canonicalReference": "office-ui-fabric-react!IWithResponsiveModeState:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IAccessiblePopupProps",
              "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IModalProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#allowTouchBodyScroll:member",
              "docComment": "/**\n * Allow body scroll on content and overlay on touch devices. Changing after mounting has no effect.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowTouchBodyScroll?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowTouchBodyScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#className:member",
              "docComment": "/**\n * Optional class name to be added to the root class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IDialog interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IModal",
                  "canonicalReference": "office-ui-fabric-react!IModal:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#containerClassName:member",
              "docComment": "/**\n * Optional override for container class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "containerClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "containerClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#dragOptions:member",
              "docComment": "/**\n * The options to make the modal draggable\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dragOptions?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDragOptions",
                  "canonicalReference": "office-ui-fabric-react!IDragOptions:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dragOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#enableAriaHiddenSiblings:member",
              "docComment": "/**\n * Puts aria-hidden=true on all non-ancestors of the current modal, for screen readers. This is an experimental feature that will be graduated to default behavior after testing. This flag will be removed with the next major release.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableAriaHiddenSiblings?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableAriaHiddenSiblings",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#isBlocking:member",
              "docComment": "/**\n * Whether the dialog can be light dismissed by clicking outside the dialog (on the overlay).\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isBlocking?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isBlocking",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#isDarkOverlay:member",
              "docComment": "/**\n * Whether the overlay is dark themed.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDarkOverlay?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDarkOverlay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#isModeless:member",
              "docComment": "/**\n * Whether the dialog should be modeless (e.g. not dismiss when focusing/clicking outside of the dialog). if true: isBlocking is ignored, there will be no overlay (isDarkOverlay is ignored), isClickableOutsideFocusTrap is true, and forceFocusInsideTrap is false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isModeless?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isModeless",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#isOpen:member",
              "docComment": "/**\n * Whether the dialog is displayed.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#layerProps:member",
              "docComment": "/**\n * Defines an optional set of props to be passed through to Layer\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "layerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ILayerProps",
                  "canonicalReference": "office-ui-fabric-react!ILayerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "layerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#onDismiss:member",
              "docComment": "/**\n * A callback function for when the Modal is dismissed light dismiss, before the animation completes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#onDismissed:member",
              "docComment": "/**\n * A callback function which is called after the Modal is dismissed and the animation is complete.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismissed?: "
                },
                {
                  "kind": "Content",
                  "text": "() => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismissed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#onLayerDidMount:member",
              "docComment": "/**\n * A callback function for when the Modal content is mounted on the overlay layer\n *\n * @deprecated\n *\n * Use layerProps.onLayerDidMount instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLayerDidMount?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLayerDidMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#overlay:member",
              "docComment": "/**\n * Defines an optional set of props to be passed through to Overlay\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overlay?: "
                },
                {
                  "kind": "Reference",
                  "text": "IOverlayProps",
                  "canonicalReference": "office-ui-fabric-react!IOverlayProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overlay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#scrollableContentClassName:member",
              "docComment": "/**\n * Optional override for scrollable content class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollableContentClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollableContentClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IModalStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IModalStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IModalStyles",
                  "canonicalReference": "office-ui-fabric-react!IModalStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#subtitleAriaId:member",
              "docComment": "/**\n * ARIA id for the subtitle of the Modal, if any\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subtitleAriaId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subtitleAriaId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#titleAriaId:member",
              "docComment": "/**\n * ARIA id for the title of the Modal, if any\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "titleAriaId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "titleAriaId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalProps#topOffsetFixed:member",
              "docComment": "/**\n * Whether the modal should have top offset fixed once opened and expand from the bottom only when the content changes dynamically.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topOffsetFixed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "topOffsetFixed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 7
            },
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IModalStyleProps:type",
          "docComment": "/**\n * {@docCategory Modal}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IModalStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IModalProps",
              "canonicalReference": "office-ui-fabric-react!IModalProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IModalProps",
              "canonicalReference": "office-ui-fabric-react!IModalProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className' | 'containerClassName' | 'scrollableContentClassName' | 'topOffsetFixed' | 'isModeless'> & {\n    isOpen?: boolean;\n    isVisible?: boolean;\n    hasBeenOpened?: boolean;\n    modalRectangleTop?: number;\n    layerClassName?: string;\n    isDefaultDragHandle?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IModalStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IModalStyles:interface",
          "docComment": "/**\n * {@docCategory Modal}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IModalStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IModalStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalStyles#keyboardMoveIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keyboardMoveIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keyboardMoveIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalStyles#keyboardMoveIconContainer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keyboardMoveIconContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keyboardMoveIconContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalStyles#layer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "layer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "layer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalStyles#main:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "main: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "main",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IModalStyles#scrollableContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollableContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollableContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!INav:interface",
          "docComment": "/**\n * {@docCategory Nav}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface INav "
            }
          ],
          "releaseTag": "Public",
          "name": "INav",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!INav#focus:member(1)",
              "docComment": "/**\n * Sets focus to the first tabbable item in the zone.\n *\n * @param forceIntoFirstElement - If true, focus will be forced into the first element, even if focus is already in the focus zone.\n *\n * @returns True if focus could be set to an active element, false if no operation was taken.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(forceIntoFirstElement?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "forceIntoFirstElement",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "focus"
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INav#selectedKey:member",
              "docComment": "/**\n * The meta 'key' property of the currently selected NavItem of the Nav. Can return undefined if the currently selected nav item has no populated key property. Be aware that in order for Nav to properly understand which key is selected all NavItems in all groups of the Nav must have populated key properties.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedKey: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!INavButtonProps:interface",
          "docComment": "/**\n * {@docCategory Nav}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface INavButtonProps extends "
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "INavButtonProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavButtonProps#link:member",
              "docComment": "/**\n * (Optional) Link to be rendered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "link?: "
                },
                {
                  "kind": "Reference",
                  "text": "INavLink",
                  "canonicalReference": "office-ui-fabric-react!INavLink:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "link",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!INavLink:interface",
          "docComment": "/**\n * {@docCategory Nav}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface INavLink "
            }
          ],
          "releaseTag": "Public",
          "name": "INavLink",
          "members": [
            {
              "kind": "IndexSignature",
              "canonicalReference": "office-ui-fabric-react!INavLink:index(1)",
              "docComment": "/**\n * (Optional) Any additional properties to apply to the rendered links.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "[propertyName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "]: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "propertyName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#ariaCurrent:member",
              "docComment": "/**\n * Aria-current token for active nav links. Must be a valid token value, and defaults to 'page'.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaCurrent?: "
                },
                {
                  "kind": "Content",
                  "text": "'page' | 'step' | 'location' | 'date' | 'time' | 'true'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaCurrent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#ariaLabel:member",
              "docComment": "/**\n * Aria label for nav link. Ignored if `collapseAriaLabel` or `expandAriaLabel` is provided.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#automationId:member",
              "docComment": "/**\n * The name to use for functional automation tests\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "automationId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "automationId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#collapseAriaLabel:member",
              "docComment": "/**\n * ARIA label when group is collapsed and can be expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapseAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapseAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#disabled:member",
              "docComment": "/**\n * Whether or not the link is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#expandAriaLabel:member",
              "docComment": "/**\n * ARIA label when group is collapsed and can be expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#forceAnchor:member",
              "docComment": "/**\n * (Optional) By default, any link with onClick defined will render as a button. Set this property to true to override that behavior. (Links without onClick defined will render as anchors by default.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceAnchor?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceAnchor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#icon:member",
              "docComment": "/**\n * Name of an icon to render next to the link button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#iconClassName:member",
              "docComment": "/**\n * Deprecated. Use `iconProps.className` instead.\n *\n * @deprecated\n *\n * Use `iconProps.className` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#iconProps:member",
              "docComment": "/**\n * Props for an icon to render next to the link button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#isExpanded:member",
              "docComment": "/**\n * Whether or not the link is in an expanded state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isExpanded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isExpanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#key:member",
              "docComment": "/**\n * Unique, stable key for the link, used when rendering the list of links and for tracking the currently selected link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#links:member",
              "docComment": "/**\n * Child links to this link, if any\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "links?: "
                },
                {
                  "kind": "Reference",
                  "text": "INavLink",
                  "canonicalReference": "office-ui-fabric-react!INavLink:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "links",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#name:member",
              "docComment": "/**\n * Text to render for this link\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#onClick:member",
              "docComment": "/**\n * Callback invoked when this link is clicked. Providing this callback will cause the link to render as a button (rather than an anchor) unless forceAnchor is set to true.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: "
                },
                {
                  "kind": "Reference",
                  "text": "INavLink",
                  "canonicalReference": "office-ui-fabric-react!INavLink:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#target:member",
              "docComment": "/**\n * Link <a> target.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#title:member",
              "docComment": "/**\n * Text for title tooltip and ARIA description.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLink#url:member",
              "docComment": "/**\n * URL to navigate to for this link\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "url: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "url",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!INavLinkGroup:interface",
          "docComment": "/**\n * {@docCategory Nav}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface INavLinkGroup "
            }
          ],
          "releaseTag": "Public",
          "name": "INavLinkGroup",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLinkGroup#automationId:member",
              "docComment": "/**\n * The name to use for functional automation tests\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "automationId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "automationId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLinkGroup#collapseAriaLabel:member",
              "docComment": "/**\n * ARIA label when group is collapsed and can be expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapseAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapseAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLinkGroup#collapseByDefault:member",
              "docComment": "/**\n * If true, the group should render collapsed by default\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "collapseByDefault?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "collapseByDefault",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLinkGroup#expandAriaLabel:member",
              "docComment": "/**\n * ARIA label when group is collapsed and can be expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLinkGroup#groupData:member",
              "docComment": "/**\n * (Optional) Any additional properties to apply to a group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupData?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLinkGroup#links:member",
              "docComment": "/**\n * Links to render within this group\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "links: "
                },
                {
                  "kind": "Reference",
                  "text": "INavLink",
                  "canonicalReference": "office-ui-fabric-react!INavLink:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "links",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLinkGroup#name:member",
              "docComment": "/**\n * Text to render as the header of a group\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavLinkGroup#onHeaderClick:member",
              "docComment": "/**\n * Callback invoked when a group header is clicked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onHeaderClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, isCollapsing?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onHeaderClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!INavProps:interface",
          "docComment": "/**\n * {@docCategory Nav}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface INavProps "
            }
          ],
          "releaseTag": "Public",
          "name": "INavProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#ariaLabel:member",
              "docComment": "/**\n * (Optional) The nav container aria label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the Nav\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the INav interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "INav",
                  "canonicalReference": "office-ui-fabric-react!INav:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#expandButtonAriaLabel:member",
              "docComment": "/**\n * (Optional) The nav container aria label. The link name is prepended to this label. If not provided, the aria label will default to the link name.\n *\n * @deprecated\n *\n * - Use expandAriaLabel and collapseAriaLabel on groups instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "expandButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "expandButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#groups:member",
              "docComment": "/**\n * A collection of link groups to display in the navigation bar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groups: "
                },
                {
                  "kind": "Reference",
                  "text": "INavLinkGroup",
                  "canonicalReference": "office-ui-fabric-react!INavLinkGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": "[] | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#initialSelectedKey:member",
              "docComment": "/**\n * (Optional) The key of the nav item initially selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialSelectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initialSelectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#isOnTop:member",
              "docComment": "/**\n * Indicates whether the navigation component renders on top of other content in the UI\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOnTop?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOnTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#linkAs:member",
              "docComment": "/**\n * Render a custom link in place of the normal one. This replaces the entire button rather than simply button content\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkAs?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComponentAs",
                  "canonicalReference": "@uifabric/utilities!IComponentAs:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "INavButtonProps",
                  "canonicalReference": "office-ui-fabric-react!INavButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkAs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#onLinkClick:member",
              "docComment": "/**\n * Function callback invoked when a link in the navigation is clicked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLinkClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: "
                },
                {
                  "kind": "Reference",
                  "text": "INavLink",
                  "canonicalReference": "office-ui-fabric-react!INavLink:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLinkClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#onLinkExpandClick:member",
              "docComment": "/**\n * Function callback invoked when the chevron on a link is clicked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLinkExpandClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: "
                },
                {
                  "kind": "Reference",
                  "text": "INavLink",
                  "canonicalReference": "office-ui-fabric-react!INavLink:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLinkExpandClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#onRenderGroupHeader:member",
              "docComment": "/**\n * Used to customize how content inside the group header is rendered\n *\n * @defaultvalue\n *\n * Default group header rendering\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderGroupHeader?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IRenderGroupHeaderProps",
                  "canonicalReference": "office-ui-fabric-react!IRenderGroupHeaderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderGroupHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#onRenderLink:member",
              "docComment": "/**\n * Used to customize how content inside the link tag is rendered\n *\n * @defaultvalue\n *\n * Default link rendering\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderLink?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "INavLink",
                  "canonicalReference": "office-ui-fabric-react!INavLink:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderLink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#selectedAriaLabel:member",
              "docComment": "/**\n * (Deprecated) Use ariaCurrent on links instead\n *\n * @deprecated\n *\n * Use ariaCurrent on links instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#selectedKey:member",
              "docComment": "/**\n * (Optional) The key of the nav item selected by caller.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "INavStyleProps",
                  "canonicalReference": "office-ui-fabric-react!INavStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "INavStyles",
                  "canonicalReference": "office-ui-fabric-react!INavStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!INavState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface INavState "
            }
          ],
          "releaseTag": "Public",
          "name": "INavState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavState#isGroupCollapsed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isGroupCollapsed: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [key: string]: boolean;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isGroupCollapsed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavState#isLinkExpandStateChanged:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isLinkExpandStateChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isLinkExpandStateChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavState#selectedKey:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!INavStyleProps:interface",
          "docComment": "/**\n * {@docCategory Nav}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface INavStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "INavStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#groups:member",
              "docComment": "/**\n * Inherited from INavProps A collection of link groups to display in the navigation bar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groups: "
                },
                {
                  "kind": "Reference",
                  "text": "INavLinkGroup",
                  "canonicalReference": "office-ui-fabric-react!INavLinkGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": "[] | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groups",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#isButtonEntry:member",
              "docComment": "/**\n * is button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isButtonEntry?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isButtonEntry",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#isDisabled:member",
              "docComment": "/**\n * is element disabled\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDisabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#isExpanded:member",
              "docComment": "/**\n * is element expanded boolean\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isExpanded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isExpanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#isGroup:member",
              "docComment": "/**\n * is element a group boolean\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isGroup?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isGroup",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#isLink:member",
              "docComment": "/**\n * is element a link boolean\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isLink?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isLink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#isOnTop:member",
              "docComment": "/**\n * is element on top boolean\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOnTop?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOnTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#isSelected:member",
              "docComment": "/**\n * is element selected boolean\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#leftPadding:member",
              "docComment": "/**\n * left padding value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "leftPadding?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "leftPadding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#leftPaddingExpanded:member",
              "docComment": "/**\n * left padding when expanded value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "leftPaddingExpanded?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "leftPaddingExpanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#navHeight:member",
              "docComment": "/**\n * Nav height value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "navHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "navHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#position:member",
              "docComment": "/**\n * position value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "position?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "position",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#rightPadding:member",
              "docComment": "/**\n * right padding value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rightPadding?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rightPadding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!INavStyles:interface",
          "docComment": "/**\n * {@docCategory Nav}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface INavStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "INavStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#chevronButton:member",
              "docComment": "/**\n * Style set for the chevron button inside the composite link and group elements.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "chevronButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "chevronButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#chevronIcon:member",
              "docComment": "/**\n * Style set for the chevron icon inside the composite link and group elements.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "chevronIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "chevronIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#compositeLink:member",
              "docComment": "/**\n * Style set for the composite link container div element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compositeLink: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compositeLink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#group:member",
              "docComment": "/**\n * Style set for the group root div.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "group: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "group",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#groupContent:member",
              "docComment": "/**\n * Style set for the group content div inside group.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "groupContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "groupContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#link:member",
              "docComment": "/**\n * Style set for the link element extending the root style set for ActionButton component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "link: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "link",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#linkText:member",
              "docComment": "/**\n * Style set for the link text container div element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#navItem:member",
              "docComment": "/**\n * Style set for the nav links li element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "navItem: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "navItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#navItems:member",
              "docComment": "/**\n * Style set for the nav links ul element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "navItems: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "navItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!INavStyles#root:member",
              "docComment": "/**\n * Style set for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IOnRenderComboBoxLabelProps:interface",
          "docComment": "/**\n * {@docCategory ComboBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IOnRenderComboBoxLabelProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IOnRenderComboBoxLabelProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOnRenderComboBoxLabelProps#multiselectAccessibleText:member",
              "docComment": "/**\n * Accessible text for label when combobox is multiselected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "multiselectAccessibleText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "multiselectAccessibleText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOnRenderComboBoxLabelProps#props:member",
              "docComment": "/**\n * Props to render the combobox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "props: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxProps",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "props",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IOverflowSet:interface",
          "docComment": "/**\n * {@docCategory OverflowSet}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IOverflowSet "
            }
          ],
          "releaseTag": "Public",
          "name": "IOverflowSet",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSet#focus:member(1)",
              "docComment": "/**\n * Sets focus to the first tabbable item in the zone.\n *\n * @param forceIntoFirstElement - If true, focus will be forced into the first element, even if focus is already in the focus zone.\n *\n * @returns True if focus could be set to an active element, false if no operation was taken.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(forceIntoFirstElement?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "forceIntoFirstElement",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "focus"
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSet#focusElement:member(1)",
              "docComment": "/**\n * Sets focus to a specific child element within the zone. This can be used in conjunction with shouldReceiveFocus to created delayed focus scenarios (like animate the scroll position to the correct location and then focus.)\n *\n * @param childElement - The child element within the zone to focus.\n *\n * @returns True if focus could be set to an active element, false if no operation was taken.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusElement(childElement?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "childElement",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "focusElement"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IOverflowSetItemProps:interface",
          "docComment": "/**\n * {@docCategory OverflowSet}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IOverflowSetItemProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IOverflowSetItemProps",
          "members": [
            {
              "kind": "IndexSignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetItemProps:index(1)",
              "docComment": "/**\n * Any additional properties to use when custom rendering menu items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "[propertyName: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "]: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "propertyName",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetItemProps#key:member",
              "docComment": "/**\n * Unique id to identify the item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetItemProps#keytipProps:member",
              "docComment": "/**\n * Optional keytip for the overflowSetItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IOverflowSetProps:interface",
          "docComment": "/**\n * {@docCategory OverflowSet}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IOverflowSetProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "OverflowSetBase",
              "canonicalReference": "office-ui-fabric-react!OverflowSetBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IOverflowSetProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#className:member",
              "docComment": "/**\n * Class name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IOverflowSet",
                  "canonicalReference": "office-ui-fabric-react!IOverflowSet:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#doNotContainWithinFocusZone:member",
              "docComment": "/**\n * If true do not contain the OverflowSet inside of a FocusZone, otherwise the OverflowSet will contain a FocusZone. If this is set to true focusZoneProps will be ignored. Use one or the other.\n *\n * @deprecated\n *\n * In 8.0 the OverflowSet will no longer be wrapped in a FocusZone\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "doNotContainWithinFocusZone?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "doNotContainWithinFocusZone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#focusZoneProps:member",
              "docComment": "/**\n * Custom properties for OverflowSet's FocusZone. If doNotContainWithinFocusZone is set to true focusZoneProps will be ignored. Use one or the other.\n *\n * @deprecated\n *\n * In 8.0 the OverflowSet will no longer be wrapped in a FocusZone\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusZoneProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusZoneProps",
                  "canonicalReference": "@fluentui/react-focus!IFocusZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusZoneProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#items:member",
              "docComment": "/**\n * An array of items to be rendered by your onRenderItem function in the primary content area\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items?: "
                },
                {
                  "kind": "Reference",
                  "text": "IOverflowSetItemProps",
                  "canonicalReference": "office-ui-fabric-react!IOverflowSetItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#itemSubMenuProvider:member",
              "docComment": "/**\n * Function that will take in an IOverflowSetItemProps and return the subMenu for that item. If not provided, will use 'item.subMenuProps.items' by default. This is only used if your overflow set has keytips.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemSubMenuProvider?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IOverflowSetItemProps",
                  "canonicalReference": "office-ui-fabric-react!IOverflowSetItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => any[] | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemSubMenuProvider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#keytipSequences:member",
              "docComment": "/**\n * Optional full keytip sequence for the overflow button, if it will have a keytip.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipSequences?: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipSequences",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#onRenderItem:member",
              "docComment": "/**\n * Method to call when trying to render an item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderItem: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IOverflowSetItemProps",
                  "canonicalReference": "office-ui-fabric-react!IOverflowSetItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#onRenderOverflowButton:member",
              "docComment": "/**\n * Rendering method for overflow button and contextual menu. The argument to the function is the overflowItems passed in as props to this function.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderOverflowButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any[]>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderOverflowButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#overflowItems:member",
              "docComment": "/**\n * An array of items to be passed to overflow contextual menu\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowItems?: "
                },
                {
                  "kind": "Reference",
                  "text": "IOverflowSetItemProps",
                  "canonicalReference": "office-ui-fabric-react!IOverflowSetItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#overflowSide:member",
              "docComment": "/**\n * Controls wether or not the overflow button is placed at the start or end of the items. This gives a reveresed visual behavior but maintains correct keyboard navigation.\n *\n * @defaultValue\n *\n * 'end'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowSide?: "
                },
                {
                  "kind": "Content",
                  "text": "'start' | 'end'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowSide",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#role:member",
              "docComment": "/**\n * The role for the OverflowSet.\n *\n * @defaultvalue\n *\n * 'group'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IOverflowSetProps",
                  "canonicalReference": "office-ui-fabric-react!IOverflowSetProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IOverflowSetStyles",
                  "canonicalReference": "office-ui-fabric-react!IOverflowSetStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps#vertical:member",
              "docComment": "/**\n * Change item layout direction to vertical/stacked. If role is set to `menubar`, `vertical={true}` will also add proper `aria-orientation`.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "vertical?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "vertical",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IOverflowSetStyleProps:type",
          "docComment": "/**\n * The props needed to construct styles. This represents the simplified set of immutable things which control the class names. {@docCategory OverflowSet}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IOverflowSetStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IOverflowSetProps",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'vertical' | 'className'>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IOverflowSetStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IOverflowSetStyles:interface",
          "docComment": "/**\n * {@docCategory OverflowSet}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IOverflowSetStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IOverflowSetStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetStyles#item:member",
              "docComment": "/**\n * The style that is layered onto each individual item in the overflow set.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetStyles#overflowButton:member",
              "docComment": "/**\n * The style that is layered onto the overflow button for the overflow set.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowButton?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetStyles#root:member",
              "docComment": "/**\n * The style that is layered onto the root element of OverflowSet.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IOverlay:interface",
          "docComment": "/**\n * {@docCategory Overlay}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IOverlay "
            }
          ],
          "releaseTag": "Public",
          "name": "IOverlay",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IOverlayProps:interface",
          "docComment": "/**\n * {@docCategory Overlay}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IOverlayProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IOverlayProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayProps#allowTouchBodyScroll:member",
              "docComment": "/**\n * Allow body scroll on touch devices. Changing after mounting has no effect.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowTouchBodyScroll?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowTouchBodyScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the Overlay\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IOverlay",
                  "canonicalReference": "office-ui-fabric-react!IOverlay:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayProps#isDarkThemed:member",
              "docComment": "/**\n * Whether to use the dark-themed overlay.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDarkThemed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDarkThemed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayProps#onClick:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IOverlayStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IOverlayStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IOverlayStyles",
                  "canonicalReference": "office-ui-fabric-react!IOverlayStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IOverlayStyleProps:interface",
          "docComment": "/**\n * {@docCategory Overlay}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IOverlayStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IOverlayStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayStyleProps#isDark:member",
              "docComment": "/**\n * Is overlay dark themed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDark?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDark",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayStyleProps#isNone:member",
              "docComment": "/**\n * Is overlay visible\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isNone?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isNone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IOverlayStyles:interface",
          "docComment": "/**\n * {@docCategory Overlay}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IOverlayStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IOverlayStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IOverlayStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IOverrideColumnRenderProps:type",
          "docComment": "/**\n * Extended column render props.\n *\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IOverrideColumnRenderProps = "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'onRenderItemColumn' | 'getCellValueKey'> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsRowProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsRowProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'cellsByColumn'>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IOverrideColumnRenderProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPage:interface",
          "docComment": "/**\n * {@docCategory List}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPage<T = "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "IPage",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#data:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#height:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#isSpacer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSpacer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSpacer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#isVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#itemCount:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemCount: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemCount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#items:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "items: "
                },
                {
                  "kind": "Content",
                  "text": "T[] | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "items",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#key:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#startIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "startIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "startIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#style:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "style: "
                },
                {
                  "kind": "Reference",
                  "text": "React.CSSProperties",
                  "canonicalReference": "@types/react!~React.CSSProperties:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "style",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPage#top:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "top: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "top",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPageProps:interface",
          "docComment": "/**\n * {@docCategory List}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPageProps<T = "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "IPageProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPageProps#page:member",
              "docComment": "/**\n * The allocation data for the page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "page: "
                },
                {
                  "kind": "Reference",
                  "text": "IPage",
                  "canonicalReference": "office-ui-fabric-react!IPage:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "page",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPageProps#role:member",
              "docComment": "/**\n * The role being assigned to the rendered page element by the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 3,
              "endIndex": 7
            },
            {
              "startIndex": 8,
              "endIndex": 12
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPageSpecification:interface",
          "docComment": "/**\n * {@docCategory List}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPageSpecification "
            }
          ],
          "releaseTag": "Public",
          "name": "IPageSpecification",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPageSpecification#data:member",
              "docComment": "/**\n * Data to pass through to the page when rendering.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPageSpecification#height:member",
              "docComment": "/**\n * The estimated pixel height of the page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPageSpecification#itemCount:member",
              "docComment": "/**\n * The number of items to allocate to the page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemCount?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemCount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPageSpecification#key:member",
              "docComment": "/**\n * The key to use when creating the page.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPanel:interface",
          "docComment": "/**\n * {@docCategory Panel}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPanel "
            }
          ],
          "releaseTag": "Public",
          "name": "IPanel",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanel#dismiss:member",
              "docComment": "/**\n * Forces the panel to dismiss.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanel#open:member",
              "docComment": "/**\n * Forces the panel to open.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "open: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "open",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPanelHeaderRenderer:interface",
          "docComment": "/**\n * Renderer function which takes an additional parameter, the ID to use for the element containing the panel's title. This allows the `aria-labelledby` for the panel popup to work correctly. Note that if `headerTextId` is provided, it **must** be used on an element, or screen readers will be confused by the reference to a nonexistent ID. {@docCategory Panel}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPanelHeaderRenderer extends "
            },
            {
              "kind": "Reference",
              "text": "IRenderFunction",
              "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPanelProps",
              "canonicalReference": "office-ui-fabric-react!IPanelProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPanelHeaderRenderer",
          "members": [
            {
              "kind": "CallSignature",
              "canonicalReference": "office-ui-fabric-react!IPanelHeaderRenderer:call(1)",
              "docComment": "/**\n * @param props - Props given to the panel\n *\n * @param defaultRender - Default header renderer. If using this renderer in code that does not assign `headerTextId` to an element elsewhere, it **must** be passed to this function.\n *\n * @param headerTextId - If provided, this **must** be used as the ID of an element containing the panel's title, because the panel popup uses this ID as its aria-labelledby.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "(props?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPanelProps",
                  "canonicalReference": "office-ui-fabric-react!IPanelProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", defaultRender?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPanelHeaderRenderer",
                  "canonicalReference": "office-ui-fabric-react!IPanelHeaderRenderer:interface"
                },
                {
                  "kind": "Content",
                  "text": ", headerTextId?: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 9
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "defaultRender",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                },
                {
                  "parameterName": "headerTextId",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  }
                }
              ]
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPanelProps:interface",
          "docComment": "/**\n * {@docCategory Panel}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPanelProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PanelBase",
              "canonicalReference": "office-ui-fabric-react!PanelBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPanelProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#allowTouchBodyScroll:member",
              "docComment": "/**\n * Allow body scroll on content and overlay on touch devices. Changing after mounting has no effect.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowTouchBodyScroll?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowTouchBodyScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the Panel\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#closeButtonAriaLabel:member",
              "docComment": "/**\n * Aria label on close button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#componentId:member",
              "docComment": "/**\n * Deprecated property. Serves no function.\n *\n * @deprecated\n *\n * Serves no function.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IPanel interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPanel",
                  "canonicalReference": "office-ui-fabric-react!IPanel:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#customWidth:member",
              "docComment": "/**\n * Custom panel width, used only when `type` is set to `PanelType.custom`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "customWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "customWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#elementToFocusOnDismiss:member",
              "docComment": "/**\n * Sets the HTMLElement to focus on when exiting the FocusTrapZone.\n *\n * @defaultvalue\n *\n * The element.target that triggered the Panel.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "elementToFocusOnDismiss?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "elementToFocusOnDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#firstFocusableSelector:member",
              "docComment": "/**\n * Indicates the selector for first focusable item. Deprecated, use `focusTrapZoneProps`.\n *\n * @deprecated\n *\n * Use `focusTrapZoneProps`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "firstFocusableSelector?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "firstFocusableSelector",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#focusTrapZoneProps:member",
              "docComment": "/**\n * Optional props to pass to the FocusTrapZone component to manage focus in the panel.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusTrapZoneProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusTrapZoneProps",
                  "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusTrapZoneProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#forceFocusInsideTrap:member",
              "docComment": "/**\n * Indicates whether Panel should force focus inside the focus trap zone. If not explicitly specified, behavior aligns with FocusTrapZone's default behavior. Deprecated, use `focusTrapZoneProps`.\n *\n * @deprecated\n *\n * Use `focusTrapZoneProps`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceFocusInsideTrap?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceFocusInsideTrap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#hasCloseButton:member",
              "docComment": "/**\n * Has the close button visible.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasCloseButton?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasCloseButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#headerClassName:member",
              "docComment": "/**\n * Optional parameter to provider the class name for header text\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#headerText:member",
              "docComment": "/**\n * Header text for the Panel.\n *\n * @defaultvalue\n *\n * \"\"\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#headerTextProps:member",
              "docComment": "/**\n * The props for header text container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerTextProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerTextProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#ignoreExternalFocusing:member",
              "docComment": "/**\n * Indicates if this Panel will ignore keeping track of HTMLElement that activated the Zone. Deprecated, use `focusTrapZoneProps`.\n *\n * @deprecated\n *\n * Use `focusTrapZoneProps`.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ignoreExternalFocusing?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ignoreExternalFocusing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#isBlocking:member",
              "docComment": "/**\n * Whether the panel uses a modal overlay or not\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isBlocking?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isBlocking",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#isFooterAtBottom:member",
              "docComment": "/**\n * Determines if content should stretch to fill available space putting footer at the bottom of the page\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isFooterAtBottom?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isFooterAtBottom",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#isHiddenOnDismiss:member",
              "docComment": "/**\n * Whether the panel is hidden on dismiss, instead of destroyed in the DOM. Protects the contents from being destroyed when the panel is dismissed.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isHiddenOnDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isHiddenOnDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#isLightDismiss:member",
              "docComment": "/**\n * Whether the panel can be light dismissed.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isLightDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isLightDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#isOpen:member",
              "docComment": "/**\n * Whether the panel is displayed. If true, will cause panel to stay open even if dismissed. If false, will cause panel to stay hidden. If undefined, will allow the panel to control its own visility through open/dismiss methods.\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#layerProps:member",
              "docComment": "/**\n * Optional props to pass to the Layer component hosting the panel.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "layerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ILayerProps",
                  "canonicalReference": "office-ui-fabric-react!ILayerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "layerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onDismiss:member",
              "docComment": "/**\n * A callback function for when the panel is closed, before the animation completes. If the panel should NOT be dismissed based on some keyboard event, then simply call ev.preventDefault() on it\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.SyntheticEvent",
                  "canonicalReference": "@types/react!~React.SyntheticEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onDismissed:member",
              "docComment": "/**\n * A callback function which is called **after** the Panel is dismissed and the animation is complete. (If you need to update the Panel's `isOpen` prop in response to a dismiss event, use `onDismiss` instead.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismissed?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismissed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onLightDismissClick:member",
              "docComment": "/**\n * Optional custom function to handle clicks outside the panel in lightdismiss mode\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLightDismissClick?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLightDismissClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onOpen:member",
              "docComment": "/**\n * A callback function for when the Panel is opened, before the animation completes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onOpened:member",
              "docComment": "/**\n * A callback function for when the Panel is opened, after the animation completes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onOpened?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onOpened",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onOuterClick:member",
              "docComment": "/**\n * Optional custom function to handle clicks outside this component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onOuterClick?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onOuterClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onRenderBody:member",
              "docComment": "/**\n * Optional custom renderer for body region. Replaces any children passed into the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderBody?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPanelProps",
                  "canonicalReference": "office-ui-fabric-react!IPanelProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderBody",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onRenderFooter:member",
              "docComment": "/**\n * Optional custom renderer for footer region. Replaces sticky footer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderFooter?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPanelProps",
                  "canonicalReference": "office-ui-fabric-react!IPanelProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderFooter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onRenderFooterContent:member",
              "docComment": "/**\n * Custom renderer for content in the sticky footer\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderFooterContent?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPanelProps",
                  "canonicalReference": "office-ui-fabric-react!IPanelProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderFooterContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onRenderHeader:member",
              "docComment": "/**\n * Optional custom renderer for header region. Replaces current title\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderHeader?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPanelHeaderRenderer",
                  "canonicalReference": "office-ui-fabric-react!IPanelHeaderRenderer:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderHeader",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onRenderNavigation:member",
              "docComment": "/**\n * Optional custom renderer navigation region. Replaces the region that contains the close button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderNavigation?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPanelProps",
                  "canonicalReference": "office-ui-fabric-react!IPanelProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderNavigation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#onRenderNavigationContent:member",
              "docComment": "/**\n * Optional custom renderer for content in the navigation region. Replaces current close button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderNavigationContent?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPanelProps",
                  "canonicalReference": "office-ui-fabric-react!IPanelProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderNavigationContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#overlayProps:member",
              "docComment": "/**\n * Optional props to pass to the Overlay component that the panel uses.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overlayProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IOverlayProps",
                  "canonicalReference": "office-ui-fabric-react!IOverlayProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overlayProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPanelStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPanelStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IPanelStyles",
                  "canonicalReference": "office-ui-fabric-react!IPanelStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelProps#type:member",
              "docComment": "/**\n * Type of the panel.\n *\n * @defaultvalue\n *\n * PanelType.smallFixedFar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type?: "
                },
                {
                  "kind": "Reference",
                  "text": "PanelType",
                  "canonicalReference": "office-ui-fabric-react!PanelType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPanelStyleProps:interface",
          "docComment": "/**\n * {@docCategory Panel}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPanelStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IPanelStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#focusTrapZoneClassName:member",
              "docComment": "/**\n * Classname for FocusTrapZone element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusTrapZoneClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusTrapZoneClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#hasCloseButton:member",
              "docComment": "/**\n * Panel has close button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasCloseButton?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasCloseButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#hasCustomNavigation:member",
              "docComment": "/**\n * Determines where the header is rendered based on whether the user has passed in a custom onRenderNavigation or onRenderNavigationContent render callback\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasCustomNavigation?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasCustomNavigation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#headerClassName:member",
              "docComment": "/**\n * Optional parameter to provider the class name for header text\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#isAnimating:member",
              "docComment": "/**\n * Is animation currently running\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isAnimating?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isAnimating",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#isFooterAtBottom:member",
              "docComment": "/**\n * Determines if content should stretch to fill available space putting footer at the bottom of the page\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isFooterAtBottom?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isFooterAtBottom",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#isFooterSticky:member",
              "docComment": "/**\n * Based on state value setting footer to sticky or not\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isFooterSticky?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isFooterSticky",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#isHiddenOnDismiss:member",
              "docComment": "/**\n * Is panel hidden on dismiss\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isHiddenOnDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isHiddenOnDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#isOnRightSide:member",
              "docComment": "/**\n * Is panel on right side\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOnRightSide?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOnRightSide",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#isOpen:member",
              "docComment": "/**\n * Is Panel open\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOpen?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOpen",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyleProps#type:member",
              "docComment": "/**\n * Type of the panel.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type?: "
                },
                {
                  "kind": "Reference",
                  "text": "PanelType",
                  "canonicalReference": "office-ui-fabric-react!PanelType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPanelStyles:interface",
          "docComment": "/**\n * {@docCategory Panel}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPanelStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IPanelStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#closeButton:member",
              "docComment": "/**\n * Style for the close button IconButton element.\n *\n * @deprecated\n *\n * Use `subComponentStyles.closeButton` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeButton?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#commands:member",
              "docComment": "/**\n * Style for the navigation container element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "commands: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "commands",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#content:member",
              "docComment": "/**\n * Style for the body div element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#contentInner:member",
              "docComment": "/**\n * Style for the Body and Footer container element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contentInner: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contentInner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#footer:member",
              "docComment": "/**\n * Style for the footer div element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "footer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "footer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#footerInner:member",
              "docComment": "/**\n * Style for the inner footer div element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "footerInner: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "footerInner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#header:member",
              "docComment": "/**\n * Style for the header container div element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "header: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "header",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#headerText:member",
              "docComment": "/**\n * Style for the header text div element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#hiddenPanel:member",
              "docComment": "/**\n * Style for the hidden element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hiddenPanel: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hiddenPanel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#main:member",
              "docComment": "/**\n * Style for the main section element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "main: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "main",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#navigation:member",
              "docComment": "/**\n * Style for the close button container element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "navigation: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "navigation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#overlay:member",
              "docComment": "/**\n * Style for the overlay element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overlay: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overlay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#scrollableContent:member",
              "docComment": "/**\n * Style for the scrollable content area container element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollableContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollableContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelStyles#subComponentStyles:member",
              "docComment": "/**\n * Styling for subcomponents.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subComponentStyles: "
                },
                {
                  "kind": "Reference",
                  "text": "IPanelSubComponentStyles",
                  "canonicalReference": "office-ui-fabric-react!IPanelSubComponentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subComponentStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPanelSubComponentStyles:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPanelSubComponentStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IPanelSubComponentStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPanelSubComponentStyles#closeButton:member",
              "docComment": "/**\n * Styling for close button child component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeButton: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonStyles",
                  "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeopleFloatingPickerProps:interface",
          "docComment": "/**\n * {@docCategory FloatingPeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeopleFloatingPickerProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseFloatingPickerProps",
              "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeopleFloatingPickerProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemProps:interface",
          "docComment": "/**\n * {@docCategory ExtendedPeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerItemProps extends "
            },
            {
              "kind": "Reference",
              "text": "IPickerItemProps",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IExtendedPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps:interface",
          "docComment": "/**\n * PeoplePickerItemSelected props interface. Refers to the PeoplePicker items that have been picked already. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerItemSelectedProps extends "
            },
            {
              "kind": "Reference",
              "text": "IPickerItemProps",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": " & {\n    ValidationState: "
            },
            {
              "kind": "Reference",
              "text": "ValidationState",
              "canonicalReference": "office-ui-fabric-react!ValidationState:enum"
            },
            {
              "kind": "Content",
              "text": ";\n}>"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSharedProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSharedProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemSelectedProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPeoplePickerItemSelectedStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IPeoplePickerItemSelectedStyles",
                  "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps#ValidationState:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ValidationState: "
                },
                {
                  "kind": "Reference",
                  "text": "ValidationState",
                  "canonicalReference": "office-ui-fabric-react!ValidationState:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ValidationState",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            },
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedStyleProps:type",
          "docComment": "/**\n * Props needed to construct PeoplePickerItemSelected styles. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IPeoplePickerItemSelectedStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSelectedProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSelectedProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className' | 'selected' | 'disabled'> & {\n    invalid?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemSelectedStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the PeoplePickerItemSelected. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerItemSelectedStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemSelectedStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedStyles#itemContent:member",
              "docComment": "/**\n * Refers to the element holding the content (Persona) of the PeoplePicker item already picked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedStyles#removeButton:member",
              "docComment": "/**\n * Refers to the remove action button on a picked PeoplePicker item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedStyles#root:member",
              "docComment": "/**\n * Root element of picked PeoplePicker item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedStyles#subComponentStyles:member",
              "docComment": "/**\n * SubComponent (Persona, PersonaCoin) styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subComponentStyles: "
                },
                {
                  "kind": "Reference",
                  "text": "IPeoplePickerItemSelectedSubComponentStyles",
                  "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedSubComponentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subComponentStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedSubComponentStyles:interface",
          "docComment": "/**\n * Styles interface of the SubComponents rendered within PeoplePickerItemSelected. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerItemSelectedSubComponentStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemSelectedSubComponentStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedSubComponentStyles#persona:member",
              "docComment": "/**\n * Refers to the Persona rendered within the PeoplePickerItemSelected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "persona: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "persona",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedSubComponentStyles#personaCoin:member",
              "docComment": "/**\n * Refers to the PersonaCoin in the Persona rendered within the PeoplePickerItemSelected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "personaCoin?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaCoinStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "personaCoin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSharedProps:interface",
          "docComment": "/**\n * Common props in between IPeoplePickerItemSelectedProps, IPeoplePickerItemWithMenuProps and IPeoplePickerItemSuggestionProps. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerItemSharedProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemSharedProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSharedProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the PeoplePickerItem root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSharedProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerItemState "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemState#contextualMenuVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contextualMenuVisible: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contextualMenuVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionProps:interface",
          "docComment": "/**\n * PeoplePickerItemSuggestion props interface. Refers to the PeoplePicker items that are suggested for picking. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerItemSuggestionProps extends "
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSharedProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSharedProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemSuggestionProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionProps#compact:member",
              "docComment": "/**\n * Flag that controls whether each suggested PeoplePicker item (Persona) is rendered with or without secondary text for compact look.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "compact?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "compact",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionProps#personaProps:member",
              "docComment": "/**\n * Persona props for each suggested for picking PeoplePicker item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "personaProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "personaProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPeoplePickerItemSuggestionStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IPeoplePickerItemSuggestionStyles",
                  "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionProps#suggestionsProps:member",
              "docComment": "/**\n * General common props for all PeoplePicker items suggestions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBasePickerSuggestionsProps",
                  "canonicalReference": "office-ui-fabric-react!IBasePickerSuggestionsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionStyleProps:type",
          "docComment": "/**\n * Props needed to construct PeoplePickerItemSuggestion styles. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IPeoplePickerItemSuggestionStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSuggestionProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSuggestionProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className'> & {}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemSuggestionStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the PeoplePickerItemSuggestion. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerItemSuggestionStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemSuggestionStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionStyles#personaWrapper:member",
              "docComment": "/**\n * Refers to the element wrapping the Persona of the suggested PeoplePicker item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "personaWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "personaWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionStyles#root:member",
              "docComment": "/**\n * Root container element of a suggested PeoplePicker item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionStyles#subComponentStyles:member",
              "docComment": "/**\n * SubComponent (Persona, PersonaCoin) styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subComponentStyles: "
                },
                {
                  "kind": "Reference",
                  "text": "IPeoplePickerItemSelectedSubComponentStyles",
                  "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedSubComponentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subComponentStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemWithMenuProps:interface",
          "docComment": "/**\n * PeoplePickerItemWithMenu props interface.\n *\n * @deprecated\n *\n * Do not use. Will be removed in Fabric 7.0\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerItemWithMenuProps extends "
            },
            {
              "kind": "Reference",
              "text": "IPickerItemProps",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaWithMenu",
              "canonicalReference": "office-ui-fabric-react!IPersonaWithMenu:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerItemWithMenuProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPeoplePickerProps:interface",
          "docComment": "/**\n * PeoplePicker props interface which renders Personas as items. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPeoplePickerProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBasePickerProps",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPeoplePickerProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersona:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersona "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersona",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaCoinProps extends "
            },
            {
              "kind": "Reference",
              "text": "IPersonaSharedProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaCoinProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the PersonaCoin\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<{}>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaCoinStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaCoinStyles",
                  "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyleProps:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaCoinStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaCoinStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyleProps#className:member",
              "docComment": "/**\n * Custom class name.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyleProps#coinSize:member",
              "docComment": "/**\n * Optional custom persona coin size in pixel.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coinSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "coinSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyleProps#showUnknownPersonaCoin:member",
              "docComment": "/**\n * Decides whether to display coin for unknown persona\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showUnknownPersonaCoin?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showUnknownPersonaCoin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyleProps#size:member",
              "docComment": "/**\n * Decides the size of the control.\n *\n * @defaultvalue\n *\n * PersonaSize.size48\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size?: "
                },
                {
                  "kind": "Reference",
                  "text": "PersonaSize",
                  "canonicalReference": "office-ui-fabric-react!PersonaSize:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyles:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaCoinStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaCoinStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyles#coin:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coin: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "coin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyles#image:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "image: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "image",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyles#imageArea:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageArea: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageArea",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyles#initials:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initials: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initials",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinStyles#size10WithoutPresenceIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size10WithoutPresenceIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "size10WithoutPresenceIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaPresenceProps:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaPresenceProps extends "
            },
            {
              "kind": "Reference",
              "text": "IPersonaSharedProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaPresenceProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaPresenceProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<{}>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaPresenceProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaPresenceStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaPresenceStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaPresenceStyles",
                  "canonicalReference": "office-ui-fabric-react!IPersonaPresenceStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IPersonaPresenceStyleProps:type",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IPersonaPresenceStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaSharedProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaSharedProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'presence' | 'isOutOfOffice' | 'size' | 'presenceColors'> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className'>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaPresenceStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 15
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaPresenceStyles:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaPresenceStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaPresenceStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaPresenceStyles#presence:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "presence: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "presence",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaPresenceStyles#presenceIcon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "presenceIcon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "presenceIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaProps extends "
            },
            {
              "kind": "Reference",
              "text": "IPersonaSharedProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the Persona\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IPersona interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersona",
                  "canonicalReference": "office-ui-fabric-react!IPersona:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps#onRenderOptionalText:member",
              "docComment": "/**\n * Optional custom renderer for the optional text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderOptionalText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderOptionalText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps#onRenderPrimaryText:member",
              "docComment": "/**\n * Optional custom renderer for the primary text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderPrimaryText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderPrimaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps#onRenderSecondaryText:member",
              "docComment": "/**\n * Optional custom renderer for the secondary text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderSecondaryText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderSecondaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps#onRenderTertiaryText:member",
              "docComment": "/**\n * Optional custom renderer for the tertiary text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderTertiaryText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderTertiaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaStyles",
                  "canonicalReference": "office-ui-fabric-react!IPersonaStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaSharedProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PersonaBase",
              "canonicalReference": "office-ui-fabric-react!PersonaBase:class"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "PersonaCoinBase",
              "canonicalReference": "office-ui-fabric-react!PersonaCoinBase:class"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaSharedProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#allowPhoneInitials:member",
              "docComment": "/**\n * Whether initials are calculated for phone numbers and number sequences. Example: Set property to true to get initials for project names consisting of numbers only.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowPhoneInitials?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowPhoneInitials",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#coinProps:member",
              "docComment": "/**\n * Optional HTML element props for Persona coin.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coinProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaCoinProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "coinProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#coinSize:member",
              "docComment": "/**\n * Optional custom persona coin size in pixel.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coinSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "coinSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#hidePersonaDetails:member",
              "docComment": "/**\n * Whether to not render persona details, and just render the persona image/initials.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidePersonaDetails?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hidePersonaDetails",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#imageAlt:member",
              "docComment": "/**\n * Alt text for the image to use. Defaults to an empty string.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageAlt?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageAlt",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#imageInitials:member",
              "docComment": "/**\n * The user's initials to display in the image area when there is no image.\n *\n * @defaultvalue\n *\n * [Derived from text]\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageInitials?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageInitials",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#imageShouldFadeIn:member",
              "docComment": "/**\n * If true, adds the css class 'is-fadeIn' to the image.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageShouldFadeIn?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageShouldFadeIn",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#imageShouldStartVisible:member",
              "docComment": "/**\n * If true, the image starts as visible and is hidden on error. Otherwise, the image is hidden until it is successfully loaded. This disables imageShouldFadeIn.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageShouldStartVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageShouldStartVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#imageUrl:member",
              "docComment": "/**\n * Url to the image to use, should be a square aspect ratio and big enough to fit in the image area.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageUrl?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageUrl",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#initialsColor:member",
              "docComment": "/**\n * The background color when the user's initials are displayed.\n *\n * @defaultvalue\n *\n * [Derived from text]\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialsColor?: "
                },
                {
                  "kind": "Reference",
                  "text": "PersonaInitialsColor",
                  "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor:enum"
                },
                {
                  "kind": "Content",
                  "text": " | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initialsColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#isOutOfOffice:member",
              "docComment": "/**\n * This flag can be used to signal the persona is out of office. This will change the way the presence icon looks for statuses that support dual-presence.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isOutOfOffice?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isOutOfOffice",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#onPhotoLoadingStateChange:member",
              "docComment": "/**\n * Optional callback for when loading state of the photo changes\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onPhotoLoadingStateChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(newImageLoadState: "
                },
                {
                  "kind": "Reference",
                  "text": "ImageLoadState",
                  "canonicalReference": "office-ui-fabric-react!ImageLoadState:enum"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onPhotoLoadingStateChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#onRenderCoin:member",
              "docComment": "/**\n * Optional custom renderer for the coin\n *\n * @deprecated\n *\n * Use `onRenderPersonaCoin` for custom rendering instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderCoin?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaSharedProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderCoin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#onRenderInitials:member",
              "docComment": "/**\n * Optional custom renderer for the initials\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderInitials?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaSharedProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderInitials",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#onRenderPersonaCoin:member",
              "docComment": "/**\n * Optional custom renderer for the coin\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderPersonaCoin?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaSharedProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderPersonaCoin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#optionalText:member",
              "docComment": "/**\n * Optional text to display, usually a custom message set. The optional text will only be shown when using size100.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionalText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "optionalText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#presence:member",
              "docComment": "/**\n * Presence of the person to display - will not display presence if undefined.\n *\n * @defaultvalue\n *\n * PersonaPresence.none\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "presence?: "
                },
                {
                  "kind": "Reference",
                  "text": "PersonaPresence",
                  "canonicalReference": "office-ui-fabric-react!PersonaPresence:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "presence",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#presenceColors:member",
              "docComment": "/**\n * The colors to be used for the presence-icon and it's background\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "presenceColors?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        available: string;\n        away: string;\n        busy: string;\n        dnd: string;\n        offline: string;\n        oof: string;\n        background: string;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "presenceColors",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#presenceTitle:member",
              "docComment": "/**\n * Presence title to be shown as a tooltip on hover over the presence icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "presenceTitle?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "presenceTitle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#primaryText:member",
              "docComment": "/**\n * Primary text to display, usually the name of the person.\n *\n * @deprecated\n *\n * Use `text` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#secondaryText:member",
              "docComment": "/**\n * Secondary text to display, usually the role of the user.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "secondaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#showInitialsUntilImageLoads:member",
              "docComment": "/**\n * If true renders the initials while the image is loading. This only applies when an imageUrl is provided.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showInitialsUntilImageLoads?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showInitialsUntilImageLoads",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#showSecondaryText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showSecondaryText?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showSecondaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#showUnknownPersonaCoin:member",
              "docComment": "/**\n * If true, show the special coin for unknown persona. It has '?' in place of initials, with static font and background colors\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showUnknownPersonaCoin?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showUnknownPersonaCoin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#size:member",
              "docComment": "/**\n * Decides the size of the control.\n *\n * @defaultvalue\n *\n * PersonaSize.size48\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size?: "
                },
                {
                  "kind": "Reference",
                  "text": "PersonaSize",
                  "canonicalReference": "office-ui-fabric-react!PersonaSize:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#tertiaryText:member",
              "docComment": "/**\n * Tertiary text to display, usually the status of the user. The tertiary text will only be shown when using size72 or size100.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tertiaryText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tertiaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#text:member",
              "docComment": "/**\n * Primary text to display, usually the name of the person.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaSharedProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 9
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaState "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaState#isImageError:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isImageError?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isImageError",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaState#isImageLoaded:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isImageLoaded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isImageLoaded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaStyleProps:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyleProps#className:member",
              "docComment": "/**\n * Custom class name.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyleProps#coinSize:member",
              "docComment": "/**\n * Optional custom persona coin size in pixel.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coinSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "coinSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyleProps#presence:member",
              "docComment": "/**\n * Presence of the person to display - will not display presence if undefined.\n *\n * @defaultvalue\n *\n * PersonaPresence.none\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "presence?: "
                },
                {
                  "kind": "Reference",
                  "text": "PersonaPresence",
                  "canonicalReference": "office-ui-fabric-react!PersonaPresence:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "presence",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyleProps#showSecondaryText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showSecondaryText?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showSecondaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyleProps#size:member",
              "docComment": "/**\n * Decides the size of the control.\n *\n * @defaultvalue\n *\n * PersonaSize.size48\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size?: "
                },
                {
                  "kind": "Reference",
                  "text": "PersonaSize",
                  "canonicalReference": "office-ui-fabric-react!PersonaSize:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaStyles:interface",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyles#details:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "details: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "details",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyles#optionalText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "optionalText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "optionalText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyles#primaryText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyles#secondaryText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "secondaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyles#tertiaryText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tertiaryText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tertiaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaStyles#textContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "textContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "textContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPersonaWithMenu:interface",
          "docComment": "/**\n * Extended interface from IPersonaProps to add `menuItems` property PeoplePickerItemWithMenu items.\n *\n * @deprecated\n *\n * Do not use. Will be removed in Fabric 7.0\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPersonaWithMenu extends "
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IPersonaWithMenu",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPersonaWithMenu#menuItems:member",
              "docComment": "/**\n * Additional menuItems to be rendered in a contextualMenu for each Persona.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "menuItems?: "
                },
                {
                  "kind": "Reference",
                  "text": "IContextualMenuItem",
                  "canonicalReference": "office-ui-fabric-react!IContextualMenuItem:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "menuItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IPickerAriaIds:type",
          "docComment": "/**\n * Aria id's for internal picker components {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IPickerAriaIds = "
            },
            {
              "kind": "Content",
              "text": "{\n    selectedSuggestionAlert: string;\n    selectedItems: string;\n    suggestionList: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IPickerAriaIds",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPickerItem:interface",
          "docComment": "/**\n * PickerItem component. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPickerItem "
            }
          ],
          "releaseTag": "Public",
          "name": "IPickerItem",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPickerItemProps:interface",
          "docComment": "/**\n * PickerItem props common for any type of items. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPickerItemProps<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "IPickerItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IPickerItem interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPickerItem",
                  "canonicalReference": "office-ui-fabric-react!IPickerItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps#index:member",
              "docComment": "/**\n * Index number of the item in the array of picked items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "index",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps#item:member",
              "docComment": "/**\n * The item of Type T (Persona, Tag, or any other custom item provided).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Content",
                  "text": "T"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps#key:member",
              "docComment": "/**\n * Unique key for each picked item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key?: "
                },
                {
                  "kind": "Content",
                  "text": "string | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps#onItemChange:member",
              "docComment": "/**\n * Internal Use only, gives a callback to the renderer to call when an item has changed. This allows the base picker to keep track of changes in the items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T, index: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps#onRemoveItem:member",
              "docComment": "/**\n * Callback issued when the item is removed from the array of picked items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRemoveItem?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRemoveItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps#removeButtonAriaLabel:member",
              "docComment": "/**\n * Aria-label for the picked item remove button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps#selected:member",
              "docComment": "/**\n * Whether the picked item is selected or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPivot:interface",
          "docComment": "/**\n * {@docCategory Pivot}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPivot "
            }
          ],
          "releaseTag": "Public",
          "name": "IPivot",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IPivot#focus:member(1)",
              "docComment": "/**\n * Sets focus to the first pivot tab.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPivotItemProps:interface",
          "docComment": "/**\n * {@docCategory Pivot}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPivotItemProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPivotItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#alwaysRender:member",
              "docComment": "/**\n * Defines whether to always render the pivot item (regardless of whether it is selected or not). Useful if you're rendering content that is expensive to mount.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alwaysRender?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alwaysRender",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#ariaLabel:member",
              "docComment": "/**\n * The aria label of each pivot link which will read by screen reader instead of linkText.\n *\n * Note that unless you have compelling requirements you should not override aria-label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<{}>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#headerButtonProps:member",
              "docComment": "/**\n * Props for the header command button. This provides a way to pass in native props, such as data-* and aria-*, for each pivot header/link element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": " | {\n        [key: string]: string | number | boolean;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#headerText:member",
              "docComment": "/**\n * The text displayed of each pivot link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#itemCount:member",
              "docComment": "/**\n * Defines an optional item count displayed in parentheses just after the `linkText`.\n *\n * Examples: completed (4), Unread (99+)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemCount?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemCount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#itemIcon:member",
              "docComment": "/**\n * An optional icon to show next to the pivot link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemIcon?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#itemKey:member",
              "docComment": "/**\n * An required key to uniquely identify a pivot item.\n *\n * Note: The 'key' from react props cannot be used inside component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#keytipProps:member",
              "docComment": "/**\n * Optional keytip for this PivotItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#linkText:member",
              "docComment": "/**\n * The text displayed of each pivot link - renaming to `headerText`.\n *\n * @deprecated\n *\n * Use `headerText` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps#onRenderItemLink:member",
              "docComment": "/**\n * Optional custom renderer for the pivot item link.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderItemLink?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPivotItemProps",
                  "canonicalReference": "office-ui-fabric-react!IPivotItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderItemLink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPivotProps:interface",
          "docComment": "/**\n * {@docCategory Pivot}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPivotProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "PivotBase",
              "canonicalReference": "office-ui-fabric-react!PivotBase:class"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPivotProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the Pivot\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IPivot interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPivot",
                  "canonicalReference": "office-ui-fabric-react!IPivot:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#defaultSelectedIndex:member",
              "docComment": "/**\n * Default selected index for the pivot. Only provide this if the pivot is an uncontrolled component; otherwise, use the `selectedKey` property.\n *\n * This property is also mutually exclusive with `defaultSelectedKey`.\n *\n * @deprecated\n *\n * Use `defaultSelectedKey`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSelectedIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultSelectedIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#defaultSelectedKey:member",
              "docComment": "/**\n * Default selected key for the pivot. Only provide this if the pivot is an uncontrolled component; otherwise, use the `selectedKey` property.\n *\n * This property is also mutually exclusive with `defaultSelectedIndex`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSelectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultSelectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#getTabId:member",
              "docComment": "/**\n * Callback to customize how IDs are generated for each tab header. Useful if you're rendering content outside and need to connect aria-labelledby.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getTabId?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemKey: string, index: number) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getTabId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#headersOnly:member",
              "docComment": "/**\n * Whether to skip rendering the tabpanel with the content of the selected tab. Use this prop if you plan to separately render the tab content and don't want to leave an empty tabpanel in the page that may confuse Screen Readers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headersOnly?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headersOnly",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#initialSelectedIndex:member",
              "docComment": "/**\n * Index of the pivot item initially selected. Mutually exclusive with `initialSelectedKey`. Only provide this if the pivot is an uncontrolled component; otherwise, use `selectedKey`.\n *\n * @deprecated\n *\n * Use `defaultSelectedKey`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialSelectedIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initialSelectedIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#initialSelectedKey:member",
              "docComment": "/**\n * Key of the pivot item initially selected. Mutually exclusive with `initialSelectedIndex`. Only provide this if the pivot is an uncontrolled component; otherwise, use `selectedKey`.\n *\n * @deprecated\n *\n * Use `defaultSelectedKey`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialSelectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initialSelectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#linkFormat:member",
              "docComment": "/**\n * PivotLinkFormat to use (links, tabs)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkFormat?: "
                },
                {
                  "kind": "Reference",
                  "text": "PivotLinkFormat",
                  "canonicalReference": "office-ui-fabric-react!PivotLinkFormat:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkFormat",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#linkSize:member",
              "docComment": "/**\n * PivotLinkSize to use (normal, large)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkSize?: "
                },
                {
                  "kind": "Reference",
                  "text": "PivotLinkSize",
                  "canonicalReference": "office-ui-fabric-react!PivotLinkSize:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#onLinkClick:member",
              "docComment": "/**\n * Callback for when the selected pivot item is changed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLinkClick?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: "
                },
                {
                  "kind": "Reference",
                  "text": "PivotItem",
                  "canonicalReference": "office-ui-fabric-react!PivotItem:class"
                },
                {
                  "kind": "Content",
                  "text": ", ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLinkClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#selectedKey:member",
              "docComment": "/**\n * Key of the selected pivot item. Updating this will override the Pivot's selected item state. Only provide this if the pivot is a controlled component where you are maintaining the current state; otherwise, use `defaultSelectedKey`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPivotStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IPivotStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IPivotStyles",
                  "canonicalReference": "office-ui-fabric-react!IPivotStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPivotState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPivotState "
            }
          ],
          "releaseTag": "Public",
          "name": "IPivotState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotState#selectedKey:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedKey: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IPivotStyleProps:type",
          "docComment": "/**\n * {@docCategory Pivot}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IPivotStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPivotProps",
              "canonicalReference": "office-ui-fabric-react!IPivotProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPivotProps",
              "canonicalReference": "office-ui-fabric-react!IPivotProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className'> & {\n    rootIsLarge?: boolean;\n    rootIsTabs?: boolean;\n    linkIsSelected?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IPivotStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPivotStyles:interface",
          "docComment": "/**\n * {@docCategory Pivot}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPivotStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IPivotStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotStyles#count:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "count: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "count",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotStyles#icon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotStyles#itemContainer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotStyles#link:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "link: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "link",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotStyles#linkContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotStyles#linkIsSelected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "linkIsSelected: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "linkIsSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPivotStyles#text:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPlainCard:interface",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPlainCard "
            }
          ],
          "releaseTag": "Public",
          "name": "IPlainCard",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPlainCardProps:interface",
          "docComment": "/**\n * PlainCard component props. {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPlainCardProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseCardProps",
              "canonicalReference": "office-ui-fabric-react!IBaseCardProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPlainCard",
              "canonicalReference": "office-ui-fabric-react!IPlainCard:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPlainCardStyles",
              "canonicalReference": "office-ui-fabric-react!IPlainCardStyles:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPlainCardStyleProps",
              "canonicalReference": "office-ui-fabric-react!IPlainCardStyleProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPlainCardProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPlainCardProps#onRenderPlainCard:member",
              "docComment": "/**\n * Render function to populate compact content area\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderPlainCard?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderPlainCard",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 9
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPlainCardStyleProps:interface",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPlainCardStyleProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseCardStyleProps",
              "canonicalReference": "office-ui-fabric-react!IBaseCardStyleProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IPlainCardStyleProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPlainCardStyles:interface",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPlainCardStyles extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseCardStyles",
              "canonicalReference": "office-ui-fabric-react!IBaseCardStyles:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IPlainCardStyles",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPopupProps:interface",
          "docComment": "/**\n * {@docCategory Popup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPopupProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Popup",
              "canonicalReference": "office-ui-fabric-react!Popup:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPopupProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPopupProps#ariaDescribedBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing the description for the popup.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPopupProps#ariaLabel:member",
              "docComment": "/**\n * Accessible label text for the popup.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPopupProps#ariaLabelledBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing label text for popup.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPopupProps#className:member",
              "docComment": "/**\n * Optional class name for the root popup div.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPopupProps#onDismiss:member",
              "docComment": "/**\n * A callback function for when the popup is dismissed from the close button or light dismiss. If provided, will handle escape keypresses and call this. The event will be stopped/canceled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPopupProps#onRestoreFocus:member",
              "docComment": "/**\n * Called when the component is unmounting, and focus needs to be restored. Argument passed down contains two variables, the element that the underlying popup believes focus should go to * and whether or not the popup currently contains focus. If this is provided, focus will not be restored automatically, you'll need to call originalElement.focus()\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRestoreFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "(options: {\n        originalElement?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Window",
                  "canonicalReference": "!Window:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        containsFocus: boolean;\n    }) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRestoreFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPopupProps#role:member",
              "docComment": "/**\n * Aria role for popup\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPopupProps#shouldRestoreFocus:member",
              "docComment": "/**\n * If true, when this component is unmounted, focus will be restored to the element that had focus when the component first mounted.\n *\n * @deprecated\n *\n * use restoreFocus callback instead\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldRestoreFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldRestoreFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPopupState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPopupState "
            }
          ],
          "releaseTag": "Public",
          "name": "IPopupState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPopupState#needsVerticalScrollBar:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "needsVerticalScrollBar?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "needsVerticalScrollBar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPositioningContainer:interface",
          "docComment": "/**\n * {@docCategory Coachmark}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPositioningContainer "
            }
          ],
          "releaseTag": "Public",
          "name": "IPositioningContainer",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps:interface",
          "docComment": "/**\n * {@docCategory Coachmark}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPositioningContainerProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseProps",
              "canonicalReference": "@uifabric/utilities!IBaseProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPositioningContainer",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainer:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IPositioningContainerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#ariaDescribedBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing the description for the positioningContainer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#ariaLabel:member",
              "docComment": "/**\n * Accessible label text for positioningContainer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#ariaLabelledBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing label text for positioningContainer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#backgroundColor:member",
              "docComment": "/**\n * The background color of the positioningContainer in hex format ie. #ffffff.\n *\n * @defaultvalue\n *\n * $ms-color-white\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "backgroundColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "backgroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#bounds:member",
              "docComment": "/**\n * The bounding rectangle for which the contextual menu can appear in.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bounds?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRectangle",
                  "canonicalReference": "@uifabric/utilities!IRectangle:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "bounds",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#className:member",
              "docComment": "/**\n * CSS class to apply to the positioningContainer.\n *\n * @defaultvalue\n *\n * null\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#componentRef:member",
              "docComment": "/**\n * All props for your component are to be defined here.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPositioningContainer",
                  "canonicalReference": "office-ui-fabric-react!IPositioningContainer:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#coverTarget:member",
              "docComment": "/**\n * If true the position returned will have the menu element cover the target. If false then it will position next to the target;\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coverTarget?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "coverTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#directionalHint:member",
              "docComment": "/**\n * How the element should be positioned\n *\n * @defaultvalue\n *\n * DirectionalHint.BottomAutoEdge\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHint?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHint",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#directionalHintFixed:member",
              "docComment": "/**\n * If true the position will not change sides in an attempt to fit the positioningContainer within bounds. It will still attempt to align it to whatever bounds are given.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHintFixed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHintFixed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#directionalHintForRTL:member",
              "docComment": "/**\n * How the element should be positioned in RTL layouts. If not specified, a mirror of `directionalHint` will be used instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHintForRTL?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHintForRTL",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#doNotLayer:member",
              "docComment": "/**\n * If true do not render on a new layer. If false render on a new layer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "doNotLayer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "doNotLayer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#finalHeight:member",
              "docComment": "/**\n * Specify the final height of the content. To be used when expanding the content dynamically so that positioningContainer can adjust its position.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "finalHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "finalHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#minPagePadding:member",
              "docComment": "/**\n * The minimum distance the positioningContainer will be away from the edge of the screen.\n *\n * @defaultvalue\n *\n * 8\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "minPagePadding?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "minPagePadding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#offsetFromTarget:member",
              "docComment": "/**\n * The gap between the positioningContainer and the target\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "offsetFromTarget?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "offsetFromTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#onDismiss:member",
              "docComment": "/**\n * Callback when the positioningContainer tries to close.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#onLayerMounted:member",
              "docComment": "/**\n * Optional callback when the layer content has mounted.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onLayerMounted?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onLayerMounted",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#onPositioned:member",
              "docComment": "/**\n * Optional callback that is called once the positioningContainer has been correctly positioned.\n *\n * @param positions - gives the user information about how the container is positioned such as the element position, the target edge, and the alignment edge of the container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onPositioned?: "
                },
                {
                  "kind": "Content",
                  "text": "(positions?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPositionedData",
                  "canonicalReference": "office-ui-fabric-react!IPositionedData:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onPositioned",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#positioningContainerMaxHeight:member",
              "docComment": "/**\n * Set max height of positioningContainer When not set the positioningContainer will expand with contents up to the bottom of the screen\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "positioningContainerMaxHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "positioningContainerMaxHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#positioningContainerWidth:member",
              "docComment": "/**\n * Custom width for positioningContainer including borders. If value is 0, no width is applied.\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "positioningContainerWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "positioningContainerWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#preventDismissOnScroll:member",
              "docComment": "/**\n * If true then the onClose will not not dismiss on scroll\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "preventDismissOnScroll?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "preventDismissOnScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#role:member",
              "docComment": "/**\n * Aria role assigned to the positioningContainer (Eg. dialog, alertdialog).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#setInitialFocus:member",
              "docComment": "/**\n * If true then the positioningContainer will attempt to focus the first focusable element that it contains. If it doesn't find an element, no focus will be set and the method will return false. This means that it's the contents responsibility to either set focus or have focusable items.\n *\n * @returns True if focus was set, false if it was not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setInitialFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setInitialFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#target:member",
              "docComment": "/**\n * The target that the positioningContainer should try to position itself based on. It can be either an HTMLElement a querySelector string of a valid HTMLElement or a MouseEvent. If MouseEvent is given then the origin point of the event will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | string | "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "Point",
                  "canonicalReference": "@uifabric/utilities!Point:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#targetPoint:member",
              "docComment": "/**\n * Point used to position the positioningContainer. Deprecated, use `target` instead.\n *\n * @deprecated\n *\n * Use `target` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "targetPoint?: "
                },
                {
                  "kind": "Reference",
                  "text": "Point",
                  "canonicalReference": "@uifabric/utilities!Point:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "targetPoint",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps#useTargetPoint:member",
              "docComment": "/**\n * If true use a point rather than rectangle to position the positioningContainer. For example it can be used to position based on a click.\n *\n * @deprecated\n *\n * Do not use.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "useTargetPoint?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "useTargetPoint",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IPositioningContainerState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IPositioningContainerState "
            }
          ],
          "releaseTag": "Public",
          "name": "IPositioningContainerState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerState#heightOffset:member",
              "docComment": "/**\n * Tracks the current height offset and updates during the height animation when props.finalHeight is specified.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "heightOffset?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "heightOffset",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerState#positions:member",
              "docComment": "/**\n * Current set of calcualted positions for the outermost parent container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "positions?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPositionedData",
                  "canonicalReference": "office-ui-fabric-react!IPositionedData:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "positions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IPositioningContainerTypes:type",
          "docComment": "/**\n * @deprecated\n *\n * Use `IPositioningContainerProps` {@docCategory Coachmark}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IPositioningContainerTypes = "
            },
            {
              "kind": "Reference",
              "text": "IPositioningContainerProps",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IPositioningContainerTypes",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps:interface",
          "docComment": "/**\n * {@docCategory ProgressIndicator}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IProgressIndicatorProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ProgressIndicatorBase",
              "canonicalReference": "office-ui-fabric-react!ProgressIndicatorBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IProgressIndicatorProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#ariaValueText:member",
              "docComment": "/**\n * Text alternative of the progress status, used by screen readers for reading the value of the progress.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaValueText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaValueText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#barHeight:member",
              "docComment": "/**\n * Height of the ProgressIndicator\n *\n * @defaultvalue\n *\n * 2\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "barHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "barHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the ProgressIndicator\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#description:member",
              "docComment": "/**\n * Text describing or supplementing the operation. May be a string or React virtual elements.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "description?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "description",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#label:member",
              "docComment": "/**\n * Label to display above the control. May be a string or React virtual elements.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#onRenderProgress:member",
              "docComment": "/**\n * A render override for the progress track.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderProgress?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IProgressIndicatorProps",
                  "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderProgress",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#percentComplete:member",
              "docComment": "/**\n * Percentage of the operation's completeness, numerically between 0 and 1. If this is not set, the indeterminate progress animation will be shown instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "percentComplete?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "percentComplete",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#progressHidden:member",
              "docComment": "/**\n * Whether or not to hide the progress state.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "progressHidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "progressHidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IProgressIndicatorStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IProgressIndicatorStyles",
                  "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps#title:member",
              "docComment": "/**\n * Deprecated at v0.43.0, to be removed at \\>= v0.53.0. Use `label` instead.\n *\n * @deprecated\n *\n * Use `label` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyleProps:interface",
          "docComment": "/**\n * {@docCategory ProgressIndicator}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IProgressIndicatorStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IProgressIndicatorStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyleProps#barHeight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "barHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "barHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyleProps#indeterminate:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "indeterminate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "indeterminate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyles:interface",
          "docComment": "/**\n * {@docCategory ProgressIndicator}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IProgressIndicatorStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IProgressIndicatorStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyles#itemDescription:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemDescription: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyles#itemName:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemName: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyles#itemProgress:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemProgress: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemProgress",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyles#progressBar:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "progressBar: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "progressBar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyles#progressTrack:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "progressTrack: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "progressTrack",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IRating:interface",
          "docComment": "/**\n * {@docCategory Rating}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IRating "
            }
          ],
          "releaseTag": "Public",
          "name": "IRating",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IRatingProps:interface",
          "docComment": "/**\n * Rating component props. {@docCategory Rating}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IRatingProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IRatingProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#allowZeroStars:member",
              "docComment": "/**\n * Allow the rating value to be set to 0 instead of a minimum of 1.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "allowZeroStars?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "allowZeroStars",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#ariaLabelFormat:member",
              "docComment": "/**\n * Optional label format for a rating star that will be read by screen readers. Can be used like \"\\{0\\} of \\{1\\} stars selected\", where \\{0\\} will be substituted by the current rating and \\{1\\} will be substituted by the max rating.\n *\n * @defaultvalue\n *\n * empty string.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelFormat?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelFormat",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#ariaLabelId:member",
              "docComment": "/**\n * Deprecated: Optional id of label describing this instance of Rating.\n *\n * @deprecated\n *\n * Use `getAriaLabel` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IRating interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IRating",
                  "canonicalReference": "office-ui-fabric-react!IRating:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#getAriaLabel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "(rating: number, max: number) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#icon:member",
              "docComment": "/**\n * Custom icon\n *\n * @defaultvalue\n *\n * FavoriteStarFill\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#max:member",
              "docComment": "/**\n * Maximum rating, defaults to 5, has to be \\>= min\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "max?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "max",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#min:member",
              "docComment": "/**\n * Minimum rating, defaults to 1, has to be \\>= 0\n *\n * @deprecated\n *\n * No longer used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "min?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "min",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#onChange:member",
              "docComment": "/**\n * Callback issued when the rating changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEvent",
                  "canonicalReference": "@types/react!~React.FocusEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, rating?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#onChanged:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `onChange` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(rating: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#rating:member",
              "docComment": "/**\n * Selected rating, has to be an integer between min and max\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rating?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rating",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#readOnly:member",
              "docComment": "/**\n * Optional flag to mark rating control as readOnly\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readOnly?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "readOnly",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#size:member",
              "docComment": "/**\n * Size of rating, defaults to small\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size?: "
                },
                {
                  "kind": "Reference",
                  "text": "RatingSize",
                  "canonicalReference": "office-ui-fabric-react!RatingSize:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IRatingStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IRatingStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IRatingStyles",
                  "canonicalReference": "office-ui-fabric-react!IRatingStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingProps#unselectedIcon:member",
              "docComment": "/**\n * Custom icon for unselected rating elements.\n *\n * @defaultvalue\n *\n * FavoriteStar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "unselectedIcon?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "unselectedIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IRatingState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IRatingState "
            }
          ],
          "releaseTag": "Public",
          "name": "IRatingState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingState#rating:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rating: "
                },
                {
                  "kind": "Content",
                  "text": "number | null | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rating",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IRatingStyleProps:interface",
          "docComment": "/**\n * {@docCategory Rating}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IRatingStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IRatingStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyleProps#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyleProps#readOnly:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readOnly?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "readOnly",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IRatingStyles:interface",
          "docComment": "/**\n * {@docCategory Rating}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IRatingStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IRatingStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#labelText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#ratingButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ratingButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ratingButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#ratingFocusZone:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ratingFocusZone: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ratingFocusZone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#ratingStar:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ratingStar: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ratingStar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#ratingStarBack:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ratingStarBack: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ratingStarBack",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#ratingStarFront:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ratingStarFront: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ratingStarFront",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#ratingStarIsLarge:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ratingStarIsLarge: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ratingStarIsLarge",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#ratingStarIsSmall:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ratingStarIsSmall: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ratingStarIsSmall",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#rootIsLarge:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootIsLarge: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootIsLarge",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRatingStyles#rootIsSmall:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootIsSmall: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootIsSmall",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IRenderGroupHeaderProps:interface",
          "docComment": "/**\n * {@doccategory Nav}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IRenderGroupHeaderProps extends "
            },
            {
              "kind": "Reference",
              "text": "INavLinkGroup",
              "canonicalReference": "office-ui-fabric-react!INavLinkGroup:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "IRenderGroupHeaderProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRenderGroupHeaderProps#isExpanded:member",
              "docComment": "/**\n * Whether or not the group is presently expanded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isExpanded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isExpanded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IResizeGroup:interface",
          "docComment": "/**\n * {@docCategory ResizeGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IResizeGroup "
            }
          ],
          "releaseTag": "Public",
          "name": "IResizeGroup",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroup#remeasure:member(1)",
              "docComment": "/**\n * Remeasures the available space.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "remeasure(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "remeasure"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IResizeGroupProps:interface",
          "docComment": "/**\n * {@docCategory ResizeGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IResizeGroupProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ResizeGroupBase",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupBase:class"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IResizeGroupProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the Component\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IResizeGroup interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IResizeGroup",
                  "canonicalReference": "office-ui-fabric-react!IResizeGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#data:member",
              "docComment": "/**\n * Initial data to be passed to the `onRenderData` function. When there is no `onGrowData` provided, this data should represent what should be passed to the render function when the parent container of the ResizeGroup is at its maximum supported width. A `cacheKey` property may optionally be included as part of the data. Two data objects with the same `cacheKey` will be assumed to take up the same width and will prevent measurements. The type of `cacheKey` is a string.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#dataDidRender:member",
              "docComment": "/**\n * Function to be called every time data is rendered. It provides the data that was actually rendered. A use case would be adding telemetry when a particular control is shown in an overflow well or dropped as a result of onReduceData or to count the number of renders that an implementation of onReduceData triggers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dataDidRender?: "
                },
                {
                  "kind": "Content",
                  "text": "(renderedData: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dataDidRender",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#direction:member",
              "docComment": "/**\n * Direction of this resize group, vertical or horizontal\n *\n * @defaultvalue\n *\n * ResizeGroupDirection.horizontal\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "direction?: "
                },
                {
                  "kind": "Reference",
                  "text": "ResizeGroupDirection",
                  "canonicalReference": "office-ui-fabric-react!ResizeGroupDirection:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "direction",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#onGrowData:member",
              "docComment": "/**\n * Function to be performed on the data in order to increase its width. It is called in scenarios where the container has more room than the previous render and we may be able to fit more content. If there are no more scaling operations to perform on teh data, it should return undefined to prevent an infinite render loop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onGrowData?: "
                },
                {
                  "kind": "Content",
                  "text": "(prevData: any) => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onGrowData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#onReduceData:member",
              "docComment": "/**\n * Function to be performed on the data in order to reduce its width and make it fit into the given space. If there are no more scaling steps to apply, it should return undefined to prevent an infinite render loop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onReduceData: "
                },
                {
                  "kind": "Content",
                  "text": "(prevData: any) => any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onReduceData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#onRenderData:member",
              "docComment": "/**\n * Function to render the data. Called when rendering the contents to the screen and when rendering in a hidden div to measure the size of the contents.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderData: "
                },
                {
                  "kind": "Content",
                  "text": "(data: any) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n *\n * @deprecated\n *\n * Removed to reduce bundle size. Please use `className` and add css rules to `className` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IResizeGroupStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IResizeGroupStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IResizeGroupStyles",
                  "canonicalReference": "office-ui-fabric-react!IResizeGroupStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IResizeGroupState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IResizeGroupState "
            }
          ],
          "releaseTag": "Public",
          "name": "IResizeGroupState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupState#dataToMeasure:member",
              "docComment": "/**\n * Data to render in a hidden div for measurement\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dataToMeasure?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dataToMeasure",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupState#measureContainer:member",
              "docComment": "/**\n * Set to true when the content container might have new dimensions and should be remeasured.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "measureContainer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "measureContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupState#renderedData:member",
              "docComment": "/**\n * Final data used to render proper sized component\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderedData?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderedData",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupState#resizeDirection:member",
              "docComment": "/**\n * Are we resizing to accommodate having more or less available space? The 'grow' direction is when the container may have more room than the last render, such as when a window resize occurs. This means we will try to fit more content in the window. The 'shrink' direction is when the contents don't fit in the container and we need to find a transformation of the data that makes everything fit.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resizeDirection?: "
                },
                {
                  "kind": "Content",
                  "text": "'grow' | 'shrink'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "resizeDirection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IResizeGroupStyleProps:interface",
          "docComment": "/**\n * {@docCategory ResizeGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IResizeGroupStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IResizeGroupStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IResizeGroupStyles:interface",
          "docComment": "/**\n * {@docCategory ResizeGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IResizeGroupStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IResizeGroupStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IRGB:interface",
          "docComment": "/**\n * RGB color with optional alpha value.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IRGB "
            }
          ],
          "releaseTag": "Public",
          "name": "IRGB",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRGB#a:member",
              "docComment": "/**\n * Alpha, range 0 (transparent)-100. Usually assumed to be 100 if not specified.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "a?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "a",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRGB#b:member",
              "docComment": "/**\n * Blue, range 0-255.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "b: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "b",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRGB#g:member",
              "docComment": "/**\n * Green, range 0-255.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "g: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "g",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IRGB#r:member",
              "docComment": "/**\n * Red, range 0-255.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "r: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "r",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IScrollablePane:interface",
          "docComment": "/**\n * {@docCategory ScrollablePane}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IScrollablePane "
            }
          ],
          "releaseTag": "Public",
          "name": "IScrollablePane",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePane#forceLayoutUpdate:member(1)",
              "docComment": "/**\n * Triggers a layout update for the pane.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceLayoutUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "forceLayoutUpdate"
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePane#getScrollPosition:member(1)",
              "docComment": "/**\n * Gets the current scroll position of the scrollable pane\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getScrollPosition(): "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getScrollPosition"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IScrollablePaneContext:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IScrollablePaneContext "
            }
          ],
          "releaseTag": "Public",
          "name": "IScrollablePaneContext",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneContext#scrollablePane:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollablePane?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        subscribe: (handler: (container: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", stickyContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void) => void;\n        unsubscribe: (handler: (container: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", stickyContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void) => void;\n        addSticky: (sticky: "
                },
                {
                  "kind": "Reference",
                  "text": "Sticky",
                  "canonicalReference": "office-ui-fabric-react!Sticky:class"
                },
                {
                  "kind": "Content",
                  "text": ") => void;\n        removeSticky: (sticky: "
                },
                {
                  "kind": "Reference",
                  "text": "Sticky",
                  "canonicalReference": "office-ui-fabric-react!Sticky:class"
                },
                {
                  "kind": "Content",
                  "text": ") => void;\n        updateStickyRefHeights: () => void;\n        sortSticky: (sticky: "
                },
                {
                  "kind": "Reference",
                  "text": "Sticky",
                  "canonicalReference": "office-ui-fabric-react!Sticky:class"
                },
                {
                  "kind": "Content",
                  "text": ", sortAgain?: boolean) => void;\n        notifySubscribers: (sort?: boolean) => void;\n        syncScrollSticky: (sticky: "
                },
                {
                  "kind": "Reference",
                  "text": "Sticky",
                  "canonicalReference": "office-ui-fabric-react!Sticky:class"
                },
                {
                  "kind": "Content",
                  "text": ") => void;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollablePane",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 18
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps:interface",
          "docComment": "/**\n * {@docCategory ScrollablePane}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IScrollablePaneProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "ScrollablePaneBase",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IScrollablePaneProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps#className:member",
              "docComment": "/**\n * Additional css class to apply to the ScrollablePane\n *\n * @defaultvalue\n *\n * undefined\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IScrollablePane interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePane",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePane:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps#initialScrollPosition:member",
              "docComment": "/**\n * Sets the initial scroll position of the ScrollablePane\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "initialScrollPosition?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "initialScrollPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps#scrollbarVisibility:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollbarVisibility?: "
                },
                {
                  "kind": "Reference",
                  "text": "ScrollbarVisibility",
                  "canonicalReference": "office-ui-fabric-react!ScrollbarVisibility:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollbarVisibility",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePaneStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePaneStyles",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IScrollablePaneState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IScrollablePaneState "
            }
          ],
          "releaseTag": "Public",
          "name": "IScrollablePaneState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneState#scrollbarHeight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollbarHeight: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollbarHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneState#scrollbarWidth:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollbarWidth: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollbarWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneState#stickyBottomHeight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stickyBottomHeight: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyBottomHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneState#stickyTopHeight:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stickyTopHeight: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyTopHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyleProps:interface",
          "docComment": "/**\n * {@docCategory ScrollablePane}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IScrollablePaneStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IScrollablePaneStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyleProps#className:member",
              "docComment": "/**\n * Accept custom classNames\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyleProps#scrollbarVisibility:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollbarVisibility?: "
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePaneProps",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "['scrollbarVisibility']"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollbarVisibility",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyleProps#theme:member",
              "docComment": "/**\n * Accept theme prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyles:interface",
          "docComment": "/**\n * {@docCategory ScrollablePane}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IScrollablePaneStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IScrollablePaneStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyles#contentContainer:member",
              "docComment": "/**\n * Style set for the contentContainer element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contentContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contentContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyles#root:member",
              "docComment": "/**\n * Style set for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyles#stickyAbove:member",
              "docComment": "/**\n * Style set for the stickyAbove element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stickyAbove: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyAbove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyles#stickyBelow:member",
              "docComment": "/**\n * Style set for the stickyBelow element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stickyBelow: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyBelow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneStyles#stickyBelowItems:member",
              "docComment": "/**\n * Style set for the stickyBelowItems element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stickyBelowItems: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyBelowItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!isDark:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function isDark(color: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "isDark"
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISearchBox:interface",
          "docComment": "/**\n * {@docCategory SearchBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISearchBox "
            }
          ],
          "releaseTag": "Public",
          "name": "ISearchBox",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBox#focus:member(1)",
              "docComment": "/**\n * Sets focus inside the search input box.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBox#hasFocus:member(1)",
              "docComment": "/**\n * Returns whether or not the SearchBox has focus\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasFocus(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "hasFocus"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISearchBoxProps:interface",
          "docComment": "/**\n * {@docCategory SearchBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISearchBoxProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.InputHTMLAttributes",
              "canonicalReference": "@types/react!~React.InputHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLInputElement",
              "canonicalReference": "!HTMLInputElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ISearchBoxProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#ariaLabel:member",
              "docComment": "/**\n * The aria label of the SearchBox for the benefit of screen readers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#className:member",
              "docComment": "/**\n * CSS class to apply to the SearchBox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#clearButtonProps:member",
              "docComment": "/**\n * The props for the clear button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "clearButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ISearchBox interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISearchBox",
                  "canonicalReference": "office-ui-fabric-react!ISearchBox:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#defaultValue:member",
              "docComment": "/**\n * The default value of the text in the SearchBox, in the case of an uncontrolled component. This prop is being deprecated since so far, uncontrolled behavior has not been implemented.\n *\n * @deprecated\n *\n * Not implemented.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#disableAnimation:member",
              "docComment": "/**\n * Whether or not to animate the SearchBox icon on focus.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableAnimation?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disableAnimation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#iconProps:member",
              "docComment": "/**\n * The props for the icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "Pick",
                  "canonicalReference": "!Pick:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "Exclude",
                  "canonicalReference": "!Exclude:type"
                },
                {
                  "kind": "Content",
                  "text": "<keyof "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", 'className'>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 9
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#labelText:member",
              "docComment": "/**\n * Deprecated. Use `placeholder` instead.\n *\n * @deprecated\n *\n * Use `placeholder` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#onChange:member",
              "docComment": "/**\n * Callback function for when the typed input for the SearchBox has changed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(event?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ChangeEvent",
                  "canonicalReference": "@types/react!~React.ChangeEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, newValue?: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#onChanged:member",
              "docComment": "/**\n * Deprecated at v0.52.2, use `onChange` instead.\n *\n * @deprecated\n *\n * Use `onChange` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(newValue: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#onClear:member",
              "docComment": "/**\n * Callback executed when the user clears the search box by either clicking 'X' or hitting escape.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClear?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClear",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#onEscape:member",
              "docComment": "/**\n * Callback executed when the user presses escape in the search box.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onEscape?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onEscape",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#onSearch:member",
              "docComment": "/**\n * Callback executed when the user presses enter in the search box.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSearch?: "
                },
                {
                  "kind": "Content",
                  "text": "(newValue: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSearch",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#placeholder:member",
              "docComment": "/**\n * Placeholder for the search box.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placeholder?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "placeholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISearchBoxStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ISearchBoxStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ISearchBoxStyles",
                  "canonicalReference": "office-ui-fabric-react!ISearchBoxStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#underlined:member",
              "docComment": "/**\n * Whether or not the SearchBox is underlined.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "underlined?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "underlined",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps#value:member",
              "docComment": "/**\n * The value of the text in the SearchBox.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISearchBoxState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISearchBoxState "
            }
          ],
          "releaseTag": "Public",
          "name": "ISearchBoxState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxState#hasFocus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxState#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISearchBoxStyleProps:interface",
          "docComment": "/**\n * {@docCategory SearchBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISearchBoxStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ISearchBoxStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyleProps#disableAnimation:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableAnimation?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disableAnimation",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyleProps#disabled:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyleProps#hasFocus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyleProps#hasInput:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasInput?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasInput",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyleProps#underlined:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "underlined?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "underlined",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISearchBoxStyles:interface",
          "docComment": "/**\n * {@docCategory SearchBox}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISearchBoxStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ISearchBoxStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyles#clearButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "clearButton?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "clearButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyles#field:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "field?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "field",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyles#icon:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyles#iconContainer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps:interface",
          "docComment": "/**\n * - `TComponent` - Component used for reference properties, such as `componentRef`. - `TListenerElement` - Listener element associated with HTML event callbacks. Optional. If not provided, `TComponent` is assumed. {@docCategory ISelectableDroppableTextProps}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISelectableDroppableTextProps<TComponent, TListenerElement> extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<TListenerElement> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "TComponent",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "typeParameterName": "TListenerElement",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ISelectableDroppableTextProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#ariaLabel:member",
              "docComment": "/**\n * Aria Label for the ISelectableDroppableText for screen reader users.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#calloutProps:member",
              "docComment": "/**\n * Custom properties for ISelectableDroppableText's Callout used to render options.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#className:member",
              "docComment": "/**\n * If provided, additional class name to provide on the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ISelectableDroppableText interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<TComponent>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#defaultSelectedKey:member",
              "docComment": "/**\n * The key(s) that will be initially used to set a selected item.\n *\n * Mutually exclusive with `selectedKey`. For Dropdown in multi-select mode, use `defaultSelectedKeys` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultSelectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string | number | string[] | number[] | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultSelectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#disabled:member",
              "docComment": "/**\n * Whether or not the ISelectableDroppableText is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#errorMessage:member",
              "docComment": "/**\n * Descriptive label for the ISelectableDroppableText Error Message\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorMessage?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "errorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#id:member",
              "docComment": "/**\n * Id of the ISelectableDroppableText\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#label:member",
              "docComment": "/**\n * Descriptive label for the ISelectableDroppableText\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#multiSelect:member",
              "docComment": "/**\n * Optional prop that indicates if multi-choice selections are allowed or not.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "multiSelect?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "multiSelect",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#onDismiss:member",
              "docComment": "/**\n * Callback that is issued when the options callout is dismissed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#onRenderContainer:member",
              "docComment": "/**\n * Optional custom renderer for the ISelectableDroppableText container\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISelectableDroppableTextProps",
                  "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<TComponent, TListenerElement>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#onRenderItem:member",
              "docComment": "/**\n * Optional custom renderer for the ISelectableDroppableText options\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderItem?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISelectableOption",
                  "canonicalReference": "office-ui-fabric-react!ISelectableOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#onRenderList:member",
              "docComment": "/**\n * Optional custom renderer for the ISelectableDroppableText list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderList?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISelectableDroppableTextProps",
                  "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<TComponent, TListenerElement>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#onRenderOption:member",
              "docComment": "/**\n * Optional custom renderer for the ISelectableDroppableText option content\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderOption?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISelectableOption",
                  "canonicalReference": "office-ui-fabric-react!ISelectableOption:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderOption",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#openOnKeyboardFocus:member",
              "docComment": "/**\n * Whether or not the ComboBox/Dropdown should expand on keyboard focus.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "openOnKeyboardFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "openOnKeyboardFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#options:member",
              "docComment": "/**\n * Collection of options for this ISelectableDroppableText\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "options?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "options",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#panelProps:member",
              "docComment": "/**\n * Custom properties for ISelectableDroppableText's Panel used to render options on small devices.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "panelProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPanelProps",
                  "canonicalReference": "office-ui-fabric-react!IPanelProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "panelProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#placeholder:member",
              "docComment": "/**\n * Input placeholder text. Displayed until option is selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "placeholder?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "placeholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#required:member",
              "docComment": "/**\n * Whether or not the ISelectableDroppableText is required.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "required?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "required",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableDroppableTextProps#selectedKey:member",
              "docComment": "/**\n * The key(s) of the selected item. If you provide this, you must maintain selection state by observing onChange events and passing a new value in when changed. Note that passing in `null` will cause selection to be reset.\n *\n * Mutually exclusive with `defaultSelectedKey`. For Dropdown in multi-select mode, use `selectedKeys` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedKey?: "
                },
                {
                  "kind": "Content",
                  "text": "string | number | string[] | number[] | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISelectableOption:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISelectableOption "
            }
          ],
          "releaseTag": "Public",
          "name": "ISelectableOption",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#ariaLabel:member",
              "docComment": "/**\n * The aria label for the dropdown option. If not present, the `text` will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#data:member",
              "docComment": "/**\n * Data available to custom onRender functions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "data?: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "data",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#disabled:member",
              "docComment": "/**\n * Whether the option is disabled\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#hidden:member",
              "docComment": "/**\n * Defines whether the option is hidden or not.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidden?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hidden",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#id:member",
              "docComment": "/**\n * ID attribute associated with this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#index:member",
              "docComment": "/**\n * Index for this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "index?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "index",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#itemType:member",
              "docComment": "/**\n * Text to render for this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemType?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectableOptionMenuItemType",
                  "canonicalReference": "office-ui-fabric-react!SelectableOptionMenuItemType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#key:member",
              "docComment": "/**\n * Arbitrary string associated with this option.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key: "
                },
                {
                  "kind": "Content",
                  "text": "string | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#selected:member",
              "docComment": "/**\n * If option is selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#text:member",
              "docComment": "/**\n * Text to render for this option\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectableOption#title:member",
              "docComment": "/**\n * Title attribute (built in tooltip) for a given option.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISelectedItemProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISelectedItemProps<T> extends "
            },
            {
              "kind": "Reference",
              "text": "IPickerItemProps",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ISelectedItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedItemProps#onCopyItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCopyItem: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCopyItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISelectedPeopleItemProps:interface",
          "docComment": "/**\n * {@docCategory SelectedPeopleList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISelectedPeopleItemProps extends "
            },
            {
              "kind": "Reference",
              "text": "ISelectedItemProps",
              "canonicalReference": "office-ui-fabric-react!ISelectedItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IExtendedPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ISelectedPeopleItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleItemProps#onExpandItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onExpandItem?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onExpandItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleItemProps#renderPersonaCoin:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderPersonaCoin?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderPersonaCoin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleItemProps#renderPrimaryText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderPrimaryText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderPrimaryText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISelectedPeopleProps:interface",
          "docComment": "/**\n * {@docCategory SelectedPeopleList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISelectedPeopleProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBaseSelectedItemsListProps",
              "canonicalReference": "office-ui-fabric-react!IBaseSelectedItemsListProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IExtendedPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ISelectedPeopleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleProps#copyMenuItemText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "copyMenuItemText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "copyMenuItemText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleProps#editMenuItemText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "editMenuItemText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "editMenuItemText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleProps#floatingPickerProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "floatingPickerProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "floatingPickerProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleProps#getEditingItemText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getEditingItemText?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IExtendedPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getEditingItemText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleProps#onExpandGroup:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onExpandGroup?: "
                },
                {
                  "kind": "Content",
                  "text": "(item: "
                },
                {
                  "kind": "Reference",
                  "text": "IExtendedPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IExtendedPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onExpandGroup",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleProps#onRenderFloatingPicker:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderFloatingPicker?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ComponentType",
                  "canonicalReference": "@types/react!~React.ComponentType:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IBaseFloatingPickerProps",
                  "canonicalReference": "office-ui-fabric-react!IBaseFloatingPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderFloatingPicker",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectedPeopleProps#removeMenuItemText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeMenuItemText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeMenuItemText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISelectionZone:interface",
          "docComment": "/**\n * {@docCategory Selection}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISelectionZone "
            }
          ],
          "releaseTag": "Public",
          "name": "ISelectionZone",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZone#ignoreNextFocus:member",
              "docComment": "/**\n * Method to ignore subsequent focus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ignoreNextFocus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ignoreNextFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps:interface",
          "docComment": "/**\n * {@docCategory Selection}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISelectionZoneProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SelectionZone",
              "canonicalReference": "office-ui-fabric-react!SelectionZone:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ISelectionZoneProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#componentRef:member",
              "docComment": "/**\n * Reference to the component interface.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#disableAutoSelectOnInputElements:member",
              "docComment": "/**\n * If true, disables automatic selection on input elements.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableAutoSelectOnInputElements?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disableAutoSelectOnInputElements",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#enableTouchInvocationTarget:member",
              "docComment": "/**\n * Determines whether elements with the attribute `data-selection-touch-invoke` should be used as invocation targets for an item if the user is using touch.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableTouchInvocationTarget?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableTouchInvocationTarget",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#enterModalOnTouch:member",
              "docComment": "/**\n * If true, modal selection is enabled on touch event.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enterModalOnTouch?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enterModalOnTouch",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#isSelectedOnFocus:member",
              "docComment": "/**\n * Determines if an item is selected on focus.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelectedOnFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelectedOnFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#layout:member",
              "docComment": "/**\n * @deprecated\n *\n * No longer in use, focus is now managed by {@link FocusZone}.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "layout?: "
                },
                {
                  "kind": "Content",
                  "text": "{}"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "layout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#onItemContextMenu:member",
              "docComment": "/**\n * Optional callback for when an item's contextual menu action occurs.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemContextMenu?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: any, index?: number, ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void | boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemContextMenu",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#onItemInvoked:member",
              "docComment": "/**\n * Optional callback for when an item is invoked via ENTER or double-click.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onItemInvoked?: "
                },
                {
                  "kind": "Content",
                  "text": "(item?: "
                },
                {
                  "kind": "Reference",
                  "text": "IObjectWithKey",
                  "canonicalReference": "@uifabric/utilities!IObjectWithKey:interface"
                },
                {
                  "kind": "Content",
                  "text": ", index?: number, ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onItemInvoked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#selection:member",
              "docComment": "/**\n * Required {@link ISelection} instance bound to the {@link SelectionZone}.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selection: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelection",
                  "canonicalReference": "@uifabric/utilities!ISelection:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#selectionMode:member",
              "docComment": "/**\n * The mode of Selection, where the value is one of 'none', 'single', or 'multiple'.\n *\n * @defaultvalue\n *\n * {@link SelectionMode.multiple}\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps#selectionPreservedOnEmptyClick:member",
              "docComment": "/**\n * If true, selection is preserved on outer click.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionPreservedOnEmptyClick?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionPreservedOnEmptyClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISelectionZoneState:interface",
          "docComment": "/**\n * {@docCategory Selection}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISelectionZoneState "
            }
          ],
          "releaseTag": "Public",
          "name": "ISelectionZoneState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneState#isModal:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isModal: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isModal",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISeparator:interface",
          "docComment": "/**\n * {@docCategory Separator}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISeparator "
            }
          ],
          "releaseTag": "Public",
          "name": "ISeparator",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISeparatorProps:interface",
          "docComment": "/**\n * {@docCategory Separator}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISeparatorProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ISeparatorProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISeparatorProps#alignContent:member",
              "docComment": "/**\n * Where the content should be aligned in the separator.\n *\n * @defaultValue\n *\n * 'center'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "alignContent?: "
                },
                {
                  "kind": "Content",
                  "text": "'start' | 'center' | 'end'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "alignContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISeparatorProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISeparatorStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ISeparatorStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ISeparatorStyles",
                  "canonicalReference": "office-ui-fabric-react!ISeparatorStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISeparatorProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISeparatorProps#vertical:member",
              "docComment": "/**\n * Whether the element is a vertical separator.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "vertical?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "vertical",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ISeparatorStyleProps:type",
          "docComment": "/**\n * {@docCategory Separator}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ISeparatorStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISeparatorProps",
              "canonicalReference": "office-ui-fabric-react!ISeparatorProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISeparatorProps",
              "canonicalReference": "office-ui-fabric-react!ISeparatorProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className' | 'alignContent' | 'vertical'>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ISeparatorStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISeparatorStyles:interface",
          "docComment": "/**\n * {@docCategory Separator}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISeparatorStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ISeparatorStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISeparatorStyles#content:member",
              "docComment": "/**\n * Style for the content\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISeparatorStyles#root:member",
              "docComment": "/**\n * Style for the root element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmer:interface",
          "docComment": "/**\n * {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmer "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmer",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerCircle:interface",
          "docComment": "/**\n * {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerCircle "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerCircle",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerCircleProps:interface",
          "docComment": "/**\n * ShimmerCircle component props. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerCircleProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerCircleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerCircleProps#borderStyle:member",
              "docComment": "/**\n * Use to set custom styling of the shimmerCircle borders.\n *\n * @deprecated\n *\n * Use `styles` prop to leverage mergeStyle API.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderStyle?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRawStyle",
                  "canonicalReference": "@uifabric/merge-styles!IRawStyle:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "borderStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerCircleProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IShimmerCircle interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerCircle",
                  "canonicalReference": "office-ui-fabric-react!IShimmerCircle:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerCircleProps#height:member",
              "docComment": "/**\n * Sets the height of the circle.\n *\n * @defaultvalue\n *\n * 24px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerCircleProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerCircleStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmerCircleStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerCircleStyles",
                  "canonicalReference": "office-ui-fabric-react!IShimmerCircleStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerCircleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IShimmerCircleStyleProps:type",
          "docComment": "/**\n * Props needed to construct styles. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IShimmerCircleStyleProps = "
            },
            {
              "kind": "Content",
              "text": "{\n    theme: "
            },
            {
              "kind": "Reference",
              "text": "ITheme",
              "canonicalReference": "@uifabric/styling!ITheme:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    height?: number;\n    borderStyle?: "
            },
            {
              "kind": "Reference",
              "text": "IRawStyle",
              "canonicalReference": "@uifabric/merge-styles!IRawStyle:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerCircleStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerCircleStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerCircleStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerCircleStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerCircleStyles#root:member",
              "docComment": "/**\n * Root of the ShimmerCircle component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerCircleStyles#svg:member",
              "docComment": "/**\n * Style for the circle SVG of the ShimmerCircle component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "svg?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "svg",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerColors:interface",
          "docComment": "/**\n * Interface describing the possible color customizations of Shimmer. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerColors "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerColors",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerColors#background:member",
              "docComment": "/**\n * Defines the background color of the space in between and around shimmer elements (borders, gaps and rounded corners).\n *\n * @defaultvalue\n *\n * theme.palette.white\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "background?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "background",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerColors#shimmer:member",
              "docComment": "/**\n * Defines the main background color which is the color you see when the wave is not animating.\n *\n * @defaultvalue\n *\n * theme.palette.neutralLight\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmer?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerColors#shimmerWave:member",
              "docComment": "/**\n * Defines the tip color of the shimmer wave which gradually gets from and to `shimmer` color.\n *\n * @defaultvalue\n *\n * theme.palette.neutralLighter\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerWave?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerWave",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps:interface",
          "docComment": "/**\n * ShimmeredDetailsList props interface {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmeredDetailsListProps extends "
            },
            {
              "kind": "Reference",
              "text": "Omit",
              "canonicalReference": "@uifabric/merge-styles!Omit:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'styles'> "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmeredDetailsListProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps#ariaLabelForShimmer:member",
              "docComment": "/**\n * Aria label for shimmer. Set on grid while shimmer is enabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelForShimmer?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelForShimmer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps#detailsListStyles:member",
              "docComment": "/**\n * DetailsList styles to pass through.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "detailsListStyles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsListProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "['styles']"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "detailsListStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps#enableShimmer:member",
              "docComment": "/**\n * Boolean flag to control when to render placeholders vs real items. It's up to the consumer app to know when fetching of the data is done to toggle this prop.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableShimmer?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableShimmer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps#onRenderCustomPlaceholder:member",
              "docComment": "/**\n * Custom placeholder renderer to be used when in need to override the default placeholder of a DetailsRow. `rowProps` argument is passed to leverage the calculated column measurements done by DetailsList or you can use the optional arguments of item `index` and `defaultRender` to execute additional logic before rendering the default placeholder.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderCustomPlaceholder?: "
                },
                {
                  "kind": "Content",
                  "text": "(rowProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", index?: number, defaultRender?: (props: "
                },
                {
                  "kind": "Reference",
                  "text": "IDetailsRowProps",
                  "canonicalReference": "office-ui-fabric-react!IDetailsRowProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderCustomPlaceholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 9
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps#removeFadingOverlay:member",
              "docComment": "/**\n * Determines whether to remove a fading out to bottom overlay over the shimmering items used to further emphasize the unknown number of items that will be fetched.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeFadingOverlay?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeFadingOverlay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps#shimmerLines:member",
              "docComment": "/**\n * Number of shimmer placeholder lines to render.\n *\n * @defaultvalue\n *\n * 10\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerLines?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerLines",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps#shimmerOverlayStyles:member",
              "docComment": "/**\n * Custom styles to override the styles specific to the ShimmeredDetailsList root area.\n *\n * @deprecated\n *\n * Use `styles` prop instead. Any value provided will be ignored.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerOverlayStyles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmeredDetailsListStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmeredDetailsListStyles",
                  "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerOverlayStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps#styles:member",
              "docComment": "/**\n * Custom styles to override the styles specific to the ShimmeredDetailsList root area.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmeredDetailsListStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmeredDetailsListStyles",
                  "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListStyleProps:type",
          "docComment": "/**\n * Defines props needed to construct styles. This represents the simplified set of immutable things which control the class names. {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IShimmeredDetailsListStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmeredDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmeredDetailsListStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmeredDetailsListStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmeredDetailsListStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListStyles#root:member",
              "docComment": "/**\n * Represents styles passed to the `List` component for creating a fade-out to the bottom overlay.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerElement:interface",
          "docComment": "/**\n * Shimmer Elements Interface representing all common properties between Gap, Circle and Line. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerElement "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerElement",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElement#height:member",
              "docComment": "/**\n * Sets the height of the element (ICircle, ILine, IGap) in pixels. Read more details for each specific element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElement#type:member",
              "docComment": "/**\n * Represents the possible type of the shimmer elements: Gap, Circle, Line. Required for every element you intend to use.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type: "
                },
                {
                  "kind": "Reference",
                  "text": "ShimmerElementType",
                  "canonicalReference": "office-ui-fabric-react!ShimmerElementType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElement#verticalAlign:member",
              "docComment": "/**\n * Sets vertical alignment of the element (ICircle, ILine).\n *\n * @defaultvalue\n *\n * center\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "verticalAlign?: "
                },
                {
                  "kind": "Content",
                  "text": "'top' | 'center' | 'bottom'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "verticalAlign",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElement#width:member",
              "docComment": "/**\n * Sets the width value of the element (ILine, IGap) in pixels. Read more details for each specific element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroup:interface",
          "docComment": "/**\n * {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerElementsGroup "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerElementsGroup",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps:interface",
          "docComment": "/**\n * ShimmerElementsGroup component props. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerElementsGroupProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerElementsGroupProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps#backgroundColor:member",
              "docComment": "/**\n * Defines the background color of the space in between and around shimmer elements.\n *\n * @defaultvalue\n *\n * theme.palette.white\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "backgroundColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "backgroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IShimmerElementsGroup interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerElementsGroup",
                  "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroup:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps#flexWrap:member",
              "docComment": "/**\n * Optional boolean for enabling flexWrap of the container containing the shimmerElements.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flexWrap?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "flexWrap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps#rowHeight:member",
              "docComment": "/**\n * Optional maximum row height of the shimmerElements container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rowHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rowHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps#shimmerElements:member",
              "docComment": "/**\n * Elements to render in one group of the Shimmer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerElements?: "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerElement",
                  "canonicalReference": "office-ui-fabric-react!IShimmerElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerElements",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerElementsGroupStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerElementsGroupStyles",
                  "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps#width:member",
              "docComment": "/**\n * Optional width for ShimmerElements container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupStyleProps:interface",
          "docComment": "/**\n * Props needed to construct styles. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerElementsGroupStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerElementsGroupStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupStyleProps#flexWrap:member",
              "docComment": "/**\n * Boolean flag to notify whether the root element needs to flex wrap.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "flexWrap?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "flexWrap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerElementsGroupStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerElementsGroupStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupStyles#root:member",
              "docComment": "/**\n * Represents the wrapper root element holding all elements inside.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerGap:interface",
          "docComment": "/**\n * {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerGap "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerGap",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerGapProps:interface",
          "docComment": "/**\n * ShimmerGap component props. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerGapProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerGapProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerGapProps#borderStyle:member",
              "docComment": "/**\n * Use to set custom styling of the shimmerGap borders.\n *\n * @deprecated\n *\n * Use `styles` prop to leverage mergeStyle API.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderStyle?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRawStyle",
                  "canonicalReference": "@uifabric/merge-styles!IRawStyle:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "borderStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerGapProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IShimmerGap interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerGap",
                  "canonicalReference": "office-ui-fabric-react!IShimmerGap:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerGapProps#height:member",
              "docComment": "/**\n * Sets the height of the gap.\n *\n * @defaultvalue\n *\n * 16px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerGapProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerGapStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmerGapStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerGapStyles",
                  "canonicalReference": "office-ui-fabric-react!IShimmerGapStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerGapProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerGapProps#width:member",
              "docComment": "/**\n * Sets width value of the gap.\n *\n * @defaultvalue\n *\n * 10px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IShimmerGapStyleProps:type",
          "docComment": "/**\n * Props needed to construct styles. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IShimmerGapStyleProps = "
            },
            {
              "kind": "Content",
              "text": "{\n    theme: "
            },
            {
              "kind": "Reference",
              "text": "ITheme",
              "canonicalReference": "@uifabric/styling!ITheme:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    height?: number;\n    borderStyle?: "
            },
            {
              "kind": "Reference",
              "text": "IRawStyle",
              "canonicalReference": "@uifabric/merge-styles!IRawStyle:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerGapStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerGapStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerGapStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerGapStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerGapStyles#root:member",
              "docComment": "/**\n * Root of the ShimmerGap component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerLine:interface",
          "docComment": "/**\n * {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerLine "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerLine",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerLineProps:interface",
          "docComment": "/**\n * ShimmerLine component props. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerLineProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerLineProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineProps#borderStyle:member",
              "docComment": "/**\n * Use to set custom styling of the shimmerLine borders.\n *\n * @deprecated\n *\n * Use `styles` prop to leverage mergeStyle API.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderStyle?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRawStyle",
                  "canonicalReference": "@uifabric/merge-styles!IRawStyle:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "borderStyle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IShimmerLine interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerLine",
                  "canonicalReference": "office-ui-fabric-react!IShimmerLine:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineProps#height:member",
              "docComment": "/**\n * Sets the height of the rectangle.\n *\n * @defaultvalue\n *\n * 16px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerLineStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmerLineStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerLineStyles",
                  "canonicalReference": "office-ui-fabric-react!IShimmerLineStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineProps#width:member",
              "docComment": "/**\n * Sets width value of the line.\n *\n * @defaultvalue\n *\n * 100%\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IShimmerLineStyleProps:type",
          "docComment": "/**\n * Props needed to construct styles. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IShimmerLineStyleProps = "
            },
            {
              "kind": "Content",
              "text": "{\n    theme: "
            },
            {
              "kind": "Reference",
              "text": "ITheme",
              "canonicalReference": "@uifabric/styling!ITheme:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    height?: number;\n    borderStyle?: "
            },
            {
              "kind": "Reference",
              "text": "IRawStyle",
              "canonicalReference": "@uifabric/merge-styles!IRawStyle:interface"
            },
            {
              "kind": "Content",
              "text": ";\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerLineStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerLineStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerLineStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerLineStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineStyles#bottomLeftCorner:member",
              "docComment": "/**\n * Bottom-left corner SVG of the ShimmerLine component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bottomLeftCorner?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "bottomLeftCorner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineStyles#bottomRightCorner:member",
              "docComment": "/**\n * Bottom-right corner SVG of the ShimmerLine component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bottomRightCorner?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "bottomRightCorner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineStyles#root:member",
              "docComment": "/**\n * Root of the ShimmerLine component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineStyles#topLeftCorner:member",
              "docComment": "/**\n * Top-left corner SVG of the ShimmerLine component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topLeftCorner?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "topLeftCorner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineStyles#topRightCorner:member",
              "docComment": "/**\n * Top-right corner SVG of the ShimmerLine component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "topRightCorner?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "topRightCorner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerProps:interface",
          "docComment": "/**\n * Shimmer component props. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#ariaLabel:member",
              "docComment": "/**\n * Localized string of the status label for screen reader\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the Shimmer container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IShimmer interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmer",
                  "canonicalReference": "office-ui-fabric-react!IShimmer:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#customElementsGroup:member",
              "docComment": "/**\n * Custom elements when necessary to build complex placeholder skeletons.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "customElementsGroup?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "customElementsGroup",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#isDataLoaded:member",
              "docComment": "/**\n * Controls when the shimmer is swapped with actual data through an animated transition.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDataLoaded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDataLoaded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#shimmerColors:member",
              "docComment": "/**\n * Defines an object with possible colors to pass for Shimmer customization used on different backgrounds.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerColors?: "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerColors",
                  "canonicalReference": "office-ui-fabric-react!IShimmerColors:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerColors",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#shimmerElements:member",
              "docComment": "/**\n * Elements to render in one line of the Shimmer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerElements?: "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerElement",
                  "canonicalReference": "office-ui-fabric-react!IShimmerElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerElements",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmerStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerStyles",
                  "canonicalReference": "office-ui-fabric-react!IShimmerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps#width:member",
              "docComment": "/**\n * Sets the width value of the shimmer wave wrapper.\n *\n * @defaultvalue\n *\n * 100%\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerState "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerState#contentLoaded:member",
              "docComment": "/**\n * Flag for knowing when to remove the shimmerWrapper from the DOM.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "contentLoaded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contentLoaded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerStyleProps:interface",
          "docComment": "/**\n * Defines props needed to construct styles. This represents the simplified set of immutable things which control the class names. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyleProps#className:member",
              "docComment": "/**\n * Optional CSS class name for the component attached to the root stylable area.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyleProps#isDataLoaded:member",
              "docComment": "/**\n * Boolean flag to trigger fadeIn/fadeOut transition animation when content is loaded.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isDataLoaded?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isDataLoaded",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyleProps#shimmerColor:member",
              "docComment": "/**\n * Color to be used as the main background color of Shimmer when not animating.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyleProps#shimmerWaveColor:member",
              "docComment": "/**\n * Tip color of the shimmer wave which gradually gets from and to `shimmerColor`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerWaveColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerWaveColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyleProps#transitionAnimationInterval:member",
              "docComment": "/**\n * Interval in milliseconds for the adeIn/fadeOut transition animation.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "transitionAnimationInterval?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "transitionAnimationInterval",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IShimmerStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IShimmerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IShimmerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyles#dataWrapper:member",
              "docComment": "/**\n * Refers to wrapper element of the children only.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dataWrapper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dataWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyles#root:member",
              "docComment": "/**\n * Refers to the root wrapper element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyles#screenReaderText:member",
              "docComment": "/**\n * Styles for the hidden helper element to aid with screen readers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "screenReaderText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "screenReaderText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyles#shimmerGradient:member",
              "docComment": "/**\n * Refers to gradient element of the shimmer animation only.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerGradient?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerGradient",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IShimmerStyles#shimmerWrapper:member",
              "docComment": "/**\n * Refers to wrapper element of the shimmer only.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shimmerWrapper?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shimmerWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISlider:interface",
          "docComment": "/**\n * {@docCategory Slider}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISlider "
            }
          ],
          "releaseTag": "Public",
          "name": "ISlider",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISlider#focus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISlider#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "number | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISliderProps:interface",
          "docComment": "/**\n * {@docCategory Slider}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISliderProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "SliderBase",
              "canonicalReference": "office-ui-fabric-react!SliderBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ISliderProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#ariaLabel:member",
              "docComment": "/**\n * A description of the Slider for the benefit of screen readers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#ariaValueText:member",
              "docComment": "/**\n * A text description of the Slider number value for the benefit of screen readers. This should be used when the Slider number value is not accurately represented by a number.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaValueText?: "
                },
                {
                  "kind": "Content",
                  "text": "(value: number) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaValueText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#buttonProps:member",
              "docComment": "/**\n * Optional mixin for additional props on the thumb button within the slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "buttonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "buttonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#className:member",
              "docComment": "/**\n * Optional className to attach to the slider root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ISlider interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISlider",
                  "canonicalReference": "office-ui-fabric-react!ISlider:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#defaultValue:member",
              "docComment": "/**\n * The initial value of the Slider. Use this if you intend for the Slider to be an uncontrolled component. This value is mutually exclusive to value. Use one or the other.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultValue?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#disabled:member",
              "docComment": "/**\n * Optional flag to render the Slider as disabled.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#label:member",
              "docComment": "/**\n * Description label of the Slider\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#max:member",
              "docComment": "/**\n * The max value of the Slider\n *\n * @defaultvalue\n *\n * 10\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "max?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "max",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#min:member",
              "docComment": "/**\n * The min value of the Slider\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "min?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "min",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#onChange:member",
              "docComment": "/**\n * Callback when the value has been changed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(value: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#onChanged:member",
              "docComment": "/**\n * Callback on mouse up or touch end\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "TouchEvent",
                  "canonicalReference": "!TouchEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardEvent",
                  "canonicalReference": "!KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": ", value: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#originFromZero:member",
              "docComment": "/**\n * Optional flag to attach the origin of slider to zero. Helpful when the range include negatives.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "originFromZero?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "originFromZero",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#showValue:member",
              "docComment": "/**\n * Whether to show the value on the right of the Slider.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showValue?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#snapToStep:member",
              "docComment": "/**\n * Optional flag to decide that thumb will snap to closest value while moving the slider\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "snapToStep?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "snapToStep",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#step:member",
              "docComment": "/**\n * The difference between the two adjacent values of the Slider\n *\n * @defaultvalue\n *\n * 1\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "step?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "step",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISliderStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ISliderStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ISliderStyles",
                  "canonicalReference": "office-ui-fabric-react!ISliderStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#value:member",
              "docComment": "/**\n * The initial value of the Slider. Use this if you intend to pass in a new value as a result of onChange events. This value is mutually exclusive to defaultValue. Use one or the other.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#valueFormat:member",
              "docComment": "/**\n * Optional function to format the slider value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueFormat?: "
                },
                {
                  "kind": "Content",
                  "text": "(value: number) => string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "valueFormat",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderProps#vertical:member",
              "docComment": "/**\n * Optional flag to render the slider vertically. Defaults to rendering horizontal.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "vertical?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "vertical",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISliderState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISliderState "
            }
          ],
          "releaseTag": "Public",
          "name": "ISliderState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderState#renderedValue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderedValue?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderedValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderState#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ISliderStyleProps:type",
          "docComment": "/**\n * {@docCategory Slider}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ISliderStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISliderProps",
              "canonicalReference": "office-ui-fabric-react!ISliderProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISliderProps",
              "canonicalReference": "office-ui-fabric-react!ISliderProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className' | 'disabled' | 'vertical'> & {\n    showTransitions?: boolean;\n    showValue?: boolean;\n    titleLabelClassName?: string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ISliderStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISliderStyles:interface",
          "docComment": "/**\n * {@docCategory Slider}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISliderStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ISliderStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#activeSection:member",
              "docComment": "/**\n * Style set for active portion of the line.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "activeSection: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "activeSection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#container:member",
              "docComment": "/**\n * Style set for the container of the slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "container: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "container",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#inactiveSection:member",
              "docComment": "/**\n * Style set for inactive portion of the line.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inactiveSection: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inactiveSection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#line:member",
              "docComment": "/**\n * Style set for element that contains all the lines.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "line: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "line",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#lineContainer:member",
              "docComment": "/**\n * Style set for both active and inactive sections of the line.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lineContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "lineContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#root:member",
              "docComment": "/**\n * Style set for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#slideBox:member",
              "docComment": "/**\n * Style set for the actual box containting interactive elements of the slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "slideBox: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "slideBox",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#thumb:member",
              "docComment": "/**\n * Style set for thumb of the slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "thumb: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "thumb",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#titleLabel:member",
              "docComment": "/**\n * Style set for the title label above the slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "titleLabel: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "titleLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#valueLabel:member",
              "docComment": "/**\n * Style set for value label on right/below of the slider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valueLabel: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "valueLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISliderStyles#zeroTick:member",
              "docComment": "/**\n * Style set for tick on 0 on number line. This element only shows up when originFromZero prop is true.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "zeroTick: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "zeroTick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISpinButton:interface",
          "docComment": "/**\n * {@docCategory SpinButton}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISpinButton "
            }
          ],
          "releaseTag": "Public",
          "name": "ISpinButton",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButton#focus:member",
              "docComment": "/**\n * Sets focus to the control.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButton#value:member",
              "docComment": "/**\n * Current value of the control.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISpinButtonProps:interface",
          "docComment": "/**\n * {@docCategory SpinButton}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISpinButtonProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ISpinButtonProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#ariaDescribedBy:member",
              "docComment": "/**\n * ID of a label which describes the control, if not using the default label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#ariaLabel:member",
              "docComment": "/**\n * A description of the control for the benefit of screen reader users.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#ariaPositionInSet:member",
              "docComment": "/**\n * The position in the parent set (if in a set).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaPositionInSet?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaPositionInSet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#ariaSetSize:member",
              "docComment": "/**\n * The total size of the parent set (if in a set).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaSetSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaSetSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#ariaValueNow:member",
              "docComment": "/**\n * Sets the control's aria-valuenow. This is the numeric form of `value`. Providing this only makes sense when using as a controlled component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaValueNow?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaValueNow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#ariaValueText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaValueText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaValueText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#className:member",
              "docComment": "/**\n * Custom className for the control.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISpinButton",
                  "canonicalReference": "office-ui-fabric-react!ISpinButton:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#decrementButtonAriaLabel:member",
              "docComment": "/**\n * Accessible label text for the decrement button (for screen reader users).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "decrementButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "decrementButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#decrementButtonIcon:member",
              "docComment": "/**\n * Custom props for the decrement button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "decrementButtonIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "decrementButtonIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#defaultValue:member",
              "docComment": "/**\n * Initial value of the control. Updates to this prop will not be respected.\n *\n * Use this if you intend for the SpinButton to be an uncontrolled component which maintains its own value. Mutually exclusive with `value`.\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#disabled:member",
              "docComment": "/**\n * Whether or not the control is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#downArrowButtonStyles:member",
              "docComment": "/**\n * Custom styles for the down arrow button.\n *\n * Note: The buttons are in a checked state when arrow keys are used to incremenent/decrement the SpinButton. Use `rootChecked` instead of `rootPressed` for styling when that is the case.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "downArrowButtonStyles?: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonStyles",
                  "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "downArrowButtonStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#getClassNames:member",
              "docComment": "/**\n * Custom function for providing the classNames for the control. Can be used to provide all styles for the component instead of applying them on top of the default styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getClassNames?: "
                },
                {
                  "kind": "Content",
                  "text": "(theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ", disabled: boolean, isFocused: boolean, keyboardSpinDirection: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardSpinDirection",
                  "canonicalReference": "office-ui-fabric-react!KeyboardSpinDirection:enum"
                },
                {
                  "kind": "Content",
                  "text": ", labelPosition?: "
                },
                {
                  "kind": "Reference",
                  "text": "Position",
                  "canonicalReference": "office-ui-fabric-react!Position:enum"
                },
                {
                  "kind": "Content",
                  "text": ", className?: string) => "
                },
                {
                  "kind": "Reference",
                  "text": "ISpinButtonClassNames",
                  "canonicalReference": "office-ui-fabric-react!ISpinButtonClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 9
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#iconButtonProps:member",
              "docComment": "/**\n * Additional props for the up and down arrow buttons.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#iconProps:member",
              "docComment": "/**\n * Props for an icon to display alongside the control's label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#incrementButtonAriaLabel:member",
              "docComment": "/**\n * Accessible label text for the increment button (for screen reader users).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "incrementButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "incrementButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#incrementButtonIcon:member",
              "docComment": "/**\n * Custom props for the increment button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "incrementButtonIcon?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "incrementButtonIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#inputProps:member",
              "docComment": "/**\n * Additional props for the input field.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.InputHTMLAttributes",
                  "canonicalReference": "@types/react!~React.InputHTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#keytipProps:member",
              "docComment": "/**\n * Keytip for the control.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#label:member",
              "docComment": "/**\n * Descriptive label for the control.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#labelPosition:member",
              "docComment": "/**\n * Where to position the control's label.\n *\n * @defaultvalue\n *\n * Left\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelPosition?: "
                },
                {
                  "kind": "Reference",
                  "text": "Position",
                  "canonicalReference": "office-ui-fabric-react!Position:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#max:member",
              "docComment": "/**\n * Max value of the control.\n *\n * @defaultvalue\n *\n * 100\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "max?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "max",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#min:member",
              "docComment": "/**\n * Min value of the control.\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "min?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "min",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#onBlur:member",
              "docComment": "/**\n * Callback for when the control loses focus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onBlur?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEventHandler",
                  "canonicalReference": "@types/react!~React.FocusEventHandler:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onBlur",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#onDecrement:member",
              "docComment": "/**\n * Callback for when the decrement button or down arrow key is pressed.\n *\n * @param value - The current value to be decremented\n *\n * @param event - The event that triggered this decrement\n *\n * @returns If a string is returned, it will be used as the new value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDecrement?: "
                },
                {
                  "kind": "Content",
                  "text": "(value: string, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => string | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDecrement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#onFocus:member",
              "docComment": "/**\n * Callback for when the user focuses the control.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onFocus?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FocusEventHandler",
                  "canonicalReference": "@types/react!~React.FocusEventHandler:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#onIncrement:member",
              "docComment": "/**\n * Callback for when the increment button or up arrow key is pressed.\n *\n * @param value - The current value to be incremented\n *\n * @param event - The event that triggered this increment\n *\n * @returns If a string is returned, it will be used as the new value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onIncrement?: "
                },
                {
                  "kind": "Content",
                  "text": "(value: string, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => string | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onIncrement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#onValidate:member",
              "docComment": "/**\n * Callback for when the entered value should be validated.\n *\n * @param value - The entered value to validate\n *\n * @param event - The event that triggered this validate, if any (for accessibility)\n *\n * @returns If a string is returned, it will be used as the new value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onValidate?: "
                },
                {
                  "kind": "Content",
                  "text": "(value: string, event?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.SyntheticEvent",
                  "canonicalReference": "@types/react!~React.SyntheticEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => string | void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onValidate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#precision:member",
              "docComment": "/**\n * How many decimal places the value should be rounded to.\n *\n * The default is calculated based on the precision of `step`: i.e. if step = 1, precision = 0. step = 0.0089, precision = 4. step = 300, precision = 2. step = 23.00, precision = 2.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "precision?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "precision",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#step:member",
              "docComment": "/**\n * Difference between two adjacent values of the control. This value is used to calculate the precision of the input if no `precision` is given. The precision calculated this way will always be \\>= 0.\n *\n * @defaultvalue\n *\n * 1\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "step?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "step",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#styles:member",
              "docComment": "/**\n * Custom styling for individual elements within the control.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISpinButtonStyles",
                  "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#title:member",
              "docComment": "/**\n * A more descriptive title for the control, visible on its tooltip.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#upArrowButtonStyles:member",
              "docComment": "/**\n * Custom styles for the up arrow button.\n *\n * Note: The buttons are in a checked state when arrow keys are used to incremenent/decrement the SpinButton. Use `rootChecked` instead of `rootPressed` for styling when that is the case.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "upArrowButtonStyles?: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButtonStyles",
                  "canonicalReference": "office-ui-fabric-react!IButtonStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "upArrowButtonStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps#value:member",
              "docComment": "/**\n * Current value of the control.\n *\n * Use this if you intend to pass in a new value as a result of change events. Mutually exclusive with `defaultValue`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISpinButtonState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISpinButtonState "
            }
          ],
          "releaseTag": "Public",
          "name": "ISpinButtonState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonState#isFocused:member",
              "docComment": "/**\n * Is true when the control has focus.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isFocused: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isFocused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonState#keyboardSpinDirection:member",
              "docComment": "/**\n * keyboard spin direction, used to style the up or down button as active when up/down arrow is pressed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keyboardSpinDirection: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyboardSpinDirection",
                  "canonicalReference": "office-ui-fabric-react!KeyboardSpinDirection:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keyboardSpinDirection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonState#value:member",
              "docComment": "/**\n * the value of the spin button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles:interface",
          "docComment": "/**\n * {@docCategory SpinButton}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISpinButtonStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ISpinButtonStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#arrowButtonsContainer:member",
              "docComment": "/**\n * Styles for the arrowButtonsContainer\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "arrowButtonsContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "arrowButtonsContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#arrowButtonsContainerDisabled:member",
              "docComment": "/**\n * Style override for the arrowButtonsContainer when control is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "arrowButtonsContainerDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "arrowButtonsContainerDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#icon:member",
              "docComment": "/**\n * Style for the icon.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#iconDisabled:member",
              "docComment": "/**\n * Style for the icon when the control is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#input:member",
              "docComment": "/**\n * Styles for the input.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "input: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "input",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#inputDisabled:member",
              "docComment": "/**\n * Style override when control is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#inputTextSelected:member",
              "docComment": "/**\n * Style override for ::selection\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputTextSelected: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputTextSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#label:member",
              "docComment": "/**\n * Style for the label text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#labelDisabled:member",
              "docComment": "/**\n * Style for the label text when the control is disabled.\n *\n * @deprecated\n *\n * Disabled styles taken care by `Label` component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#labelWrapper:member",
              "docComment": "/**\n * Style for the label wrapper element, which contains the icon and label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#labelWrapperBottom:member",
              "docComment": "/**\n * Style override when the label is positioned at the bottom.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelWrapperBottom: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelWrapperBottom",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#labelWrapperEnd:member",
              "docComment": "/**\n * Style override when the label is positioned at the end.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelWrapperEnd: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelWrapperEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#labelWrapperStart:member",
              "docComment": "/**\n * Style override when the label is positioned at the start.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelWrapperStart: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelWrapperStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#labelWrapperTop:member",
              "docComment": "/**\n * Style override when the label is positioned at the top.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelWrapperTop: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelWrapperTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#root:member",
              "docComment": "/**\n * Styles for the root of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#spinButtonWrapper:member",
              "docComment": "/**\n * Style for the wrapper element of the input field and arrow buttons.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "spinButtonWrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "spinButtonWrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#spinButtonWrapperDisabled:member",
              "docComment": "/**\n * Style override when control is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "spinButtonWrapperDisabled: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "spinButtonWrapperDisabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#spinButtonWrapperFocused:member",
              "docComment": "/**\n * Style override when SpinButton is enabled/focused.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "spinButtonWrapperFocused: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "spinButtonWrapperFocused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#spinButtonWrapperHovered:member",
              "docComment": "/**\n * Style override when control is enabled/hovered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "spinButtonWrapperHovered: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "spinButtonWrapperHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonStyles#spinButtonWrapperTopBottom:member",
              "docComment": "/**\n * Style override when label is positioned at the top/bottom.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "spinButtonWrapperTopBottom: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "spinButtonWrapperTopBottom",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISpinner:interface",
          "docComment": "/**\n * {@docCategory Spinner}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISpinner "
            }
          ],
          "releaseTag": "Public",
          "name": "ISpinner",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISpinnerProps:interface",
          "docComment": "/**\n * Spinner component props. {@docCategory Spinner}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISpinnerProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ISpinnerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#ariaLabel:member",
              "docComment": "/**\n * Alternative status label for screen reader\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#ariaLive:member",
              "docComment": "/**\n * Politeness setting for label update announcement.\n *\n * @defaultvalue\n *\n * polite\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLive?: "
                },
                {
                  "kind": "Content",
                  "text": "'assertive' | 'polite' | 'off'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLive",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the Spinner.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ISpinner interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISpinner",
                  "canonicalReference": "office-ui-fabric-react!ISpinner:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#label:member",
              "docComment": "/**\n * The label to show next to the Spinner. Label updates will be announced to the screen readers. Use ariaLive to control politeness level.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#labelPosition:member",
              "docComment": "/**\n * The position of the label in regards of the spinner animation.\n *\n * @defaultvalue\n *\n * SpinnerLabelPosition.bottom\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelPosition?: "
                },
                {
                  "kind": "Reference",
                  "text": "SpinnerLabelPosition",
                  "canonicalReference": "office-ui-fabric-react!SpinnerLabelPosition:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#size:member",
              "docComment": "/**\n * The size of Spinner to render. \\{ extraSmall, small, medium, large \\}\n *\n * @defaultvalue\n *\n * SpinnerType.medium\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size?: "
                },
                {
                  "kind": "Reference",
                  "text": "SpinnerSize",
                  "canonicalReference": "office-ui-fabric-react!SpinnerSize:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISpinnerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ISpinnerStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ISpinnerStyles",
                  "canonicalReference": "office-ui-fabric-react!ISpinnerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps#type:member",
              "docComment": "/**\n * Deprecated and will be removed at \\>= 2.0.0. Use `SpinnerSize` instead.\n *\n * @deprecated\n *\n * Use `SpinnerSize` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "type?: "
                },
                {
                  "kind": "Reference",
                  "text": "SpinnerType",
                  "canonicalReference": "office-ui-fabric-react!SpinnerType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "type",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISpinnerStyleProps:interface",
          "docComment": "/**\n * The props needed to construct styles. This represents the simplified set of immutable things which control the class names. {@docCategory Spinner}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISpinnerStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ISpinnerStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerStyleProps#className:member",
              "docComment": "/**\n * CSS class name for the component attached to the root stylable area.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerStyleProps#labelPosition:member",
              "docComment": "/**\n * Position of the label in regards to the spinner animation.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "labelPosition?: "
                },
                {
                  "kind": "Reference",
                  "text": "SpinnerLabelPosition",
                  "canonicalReference": "office-ui-fabric-react!SpinnerLabelPosition:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "labelPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerStyleProps#size:member",
              "docComment": "/**\n * Size of the spinner animation.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size?: "
                },
                {
                  "kind": "Reference",
                  "text": "SpinnerSize",
                  "canonicalReference": "office-ui-fabric-react!SpinnerSize:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "size",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerStyleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISpinnerStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the control. {@docCategory Spinner}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISpinnerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ISpinnerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerStyles#circle:member",
              "docComment": "/**\n * Styles for the spinner circle animation.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "circle?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "circle",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerStyles#label:member",
              "docComment": "/**\n * Styles for the label accompanying the circle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerStyles#root:member",
              "docComment": "/**\n * Styles for the root element. Refers to the wrapper containing both the circle and the label.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISpinnerStyles#screenReaderText:member",
              "docComment": "/**\n * Styles for the hidden helper element to aid with screen readers.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "screenReaderText?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "screenReaderText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!isRelativeUrl:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function isRelativeUrl(url: "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "url",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "isRelativeUrl"
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackComponent:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackComponent = "
            },
            {
              "kind": "Reference",
              "text": "IComponent",
              "canonicalReference": "@uifabric/foundation!IComponent:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackProps",
              "canonicalReference": "office-ui-fabric-react!IStackProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStackTokens",
              "canonicalReference": "office-ui-fabric-react!IStackTokens:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStackStyles",
              "canonicalReference": "office-ui-fabric-react!IStackStyles:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackComponent",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackItemComponent:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackItemComponent = "
            },
            {
              "kind": "Reference",
              "text": "IComponent",
              "canonicalReference": "@uifabric/foundation!IComponent:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackItemProps",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStackItemTokens",
              "canonicalReference": "office-ui-fabric-react!IStackItemTokens:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStackItemStyles",
              "canonicalReference": "office-ui-fabric-react!IStackItemStyles:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackItemComponent",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IStackItemProps:interface",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IStackItemProps extends "
            },
            {
              "kind": "Reference",
              "text": "IStackItemSlots",
              "canonicalReference": "office-ui-fabric-react!IStackItemSlots:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStyleableComponentProps",
              "canonicalReference": "@uifabric/foundation!IStyleableComponentProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackItemProps",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStackItemTokens",
              "canonicalReference": "office-ui-fabric-react!IStackItemTokens:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStackItemStyles",
              "canonicalReference": "office-ui-fabric-react!IStackItemStyles:type"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IStackItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps#align:member",
              "docComment": "/**\n * Defines how to align the StackItem along the x-axis (for vertical Stacks) or the y-axis (for horizontal Stacks).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "align?: "
                },
                {
                  "kind": "Content",
                  "text": "'auto' | 'stretch' | 'baseline' | 'start' | 'center' | 'end'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "align",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps#className:member",
              "docComment": "/**\n * Defines a CSS class name used to style the StackItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps#disableShrink:member",
              "docComment": "/**\n * Defines whether the StackItem should be prevented from shrinking. This can be used to prevent a StackItem from shrinking when it is inside of a Stack that has shrinking items.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableShrink?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disableShrink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps#grow:member",
              "docComment": "/**\n * Defines how much to grow the StackItem in proportion to its siblings.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "grow?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | number | 'inherit' | 'initial' | 'unset'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "grow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps#order:member",
              "docComment": "/**\n * Defines order of the StackItem.\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "order?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "order",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps#shrink:member",
              "docComment": "/**\n * Defines at what ratio should the StackItem shrink to fit the available space.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shrink?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | number | 'inherit' | 'initial' | 'unset'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shrink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps#verticalFill:member",
              "docComment": "/**\n * Defines whether the StackItem should take up 100% of the height of its parent.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "verticalFill?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "verticalFill",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 2
            },
            {
              "startIndex": 3,
              "endIndex": 11
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackItemSlot:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackItemSlot = "
            },
            {
              "kind": "Reference",
              "text": "ISlotProp",
              "canonicalReference": "@uifabric/foundation!ISlotProp:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackItemProps",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackItemSlot",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IStackItemSlots:interface",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IStackItemSlots "
            }
          ],
          "releaseTag": "Public",
          "name": "IStackItemSlots",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemSlots#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IHTMLSlot",
                  "canonicalReference": "@uifabric/foundation!IHTMLSlot:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackItemStyles:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackItemStyles = "
            },
            {
              "kind": "Reference",
              "text": "IComponentStyles",
              "canonicalReference": "@uifabric/foundation!IComponentStyles:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackItemSlots",
              "canonicalReference": "office-ui-fabric-react!IStackItemSlots:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackItemStyles",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackItemStylesReturnType:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackItemStylesReturnType = "
            },
            {
              "kind": "Reference",
              "text": "ReturnType",
              "canonicalReference": "!ReturnType:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Extract",
              "canonicalReference": "!Extract:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackItemComponent",
              "canonicalReference": "office-ui-fabric-react!IStackItemComponent:type"
            },
            {
              "kind": "Content",
              "text": "['styles'], "
            },
            {
              "kind": "Reference",
              "text": "Function",
              "canonicalReference": "!Function:interface"
            },
            {
              "kind": "Content",
              "text": ">>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackItemStylesReturnType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackItemTokenReturnType:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackItemTokenReturnType = "
            },
            {
              "kind": "Reference",
              "text": "ReturnType",
              "canonicalReference": "!ReturnType:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Extract",
              "canonicalReference": "!Extract:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackItemComponent",
              "canonicalReference": "office-ui-fabric-react!IStackItemComponent:type"
            },
            {
              "kind": "Content",
              "text": "['tokens'], "
            },
            {
              "kind": "Reference",
              "text": "Function",
              "canonicalReference": "!Function:interface"
            },
            {
              "kind": "Content",
              "text": ">>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackItemTokenReturnType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IStackItemTokens:interface",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IStackItemTokens "
            }
          ],
          "releaseTag": "Public",
          "name": "IStackItemTokens",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemTokens#margin:member",
              "docComment": "/**\n * Defines the margin to be applied to the StackItem relative to its container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "margin?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "margin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackItemTokens#padding:member",
              "docComment": "/**\n * Defines the padding to be applied to the StackItem contents relative to its border.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "padding?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "padding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IStackProps:interface",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IStackProps extends "
            },
            {
              "kind": "Reference",
              "text": "ISlottableProps",
              "canonicalReference": "@uifabric/foundation!ISlottableProps:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackSlots",
              "canonicalReference": "office-ui-fabric-react!IStackSlots:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStyleableComponentProps",
              "canonicalReference": "@uifabric/foundation!IStyleableComponentProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackProps",
              "canonicalReference": "office-ui-fabric-react!IStackProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStackTokens",
              "canonicalReference": "office-ui-fabric-react!IStackTokens:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStackStyles",
              "canonicalReference": "office-ui-fabric-react!IStackStyles:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IStackProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#as:member",
              "docComment": "/**\n * Defines how to render the Stack.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "as?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ElementType",
                  "canonicalReference": "@types/react!~React.ElementType:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "as",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#disableShrink:member",
              "docComment": "/**\n * Defines whether Stack children should not shrink to fit the available space.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disableShrink?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disableShrink",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#gap:member",
              "docComment": "/**\n * Defines the spacing between Stack children. The property is specified as a value for 'row gap', followed optionally by a value for 'column gap'. If 'column gap' is omitted, it's set to the same value as 'row gap'.\n *\n * @deprecated\n *\n * Use `childrenGap` token in `IStackTokens` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gap?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "gap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#grow:member",
              "docComment": "/**\n * Defines how much to grow the Stack in proportion to its siblings.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "grow?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean | number | 'inherit' | 'initial' | 'unset'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "grow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#horizontal:member",
              "docComment": "/**\n * Defines whether to render Stack children horizontally.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "horizontal?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "horizontal",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#horizontalAlign:member",
              "docComment": "/**\n * Defines how to align Stack children horizontally (along the x-axis).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "horizontalAlign?: "
                },
                {
                  "kind": "Reference",
                  "text": "Alignment",
                  "canonicalReference": "office-ui-fabric-react!Alignment:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "horizontalAlign",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#maxHeight:member",
              "docComment": "/**\n * Defines the maximum height that the Stack can take.\n *\n * @deprecated\n *\n * Use `maxHeight` token in `IStackTokens` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#maxWidth:member",
              "docComment": "/**\n * Defines the maximum width that the Stack can take.\n *\n * @deprecated\n *\n * Use `maxWidth` token in `IStackTokens` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#padding:member",
              "docComment": "/**\n * Defines the inner padding of the Stack.\n *\n * @deprecated\n *\n * Use `padding` token in `IStackTokens` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "padding?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "padding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#reversed:member",
              "docComment": "/**\n * Defines whether to render Stack children in the opposite direction (bottom-to-top if it's a vertical Stack and right-to-left if it's a horizontal Stack).\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "reversed?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "reversed",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#verticalAlign:member",
              "docComment": "/**\n * Defines how to align Stack children vertically (along the y-axis).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "verticalAlign?: "
                },
                {
                  "kind": "Reference",
                  "text": "Alignment",
                  "canonicalReference": "office-ui-fabric-react!Alignment:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "verticalAlign",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#verticalFill:member",
              "docComment": "/**\n * Defines whether the Stack should take up 100% of the height of its parent. This property is required to be set to true when using the `grow` flag on children in vertical oriented Stacks. Stacks are rendered as block elements and grow horizontally to the container already.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "verticalFill?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "verticalFill",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackProps#wrap:member",
              "docComment": "/**\n * Defines whether Stack children should wrap onto multiple rows or columns when they are about to overflow the size of the Stack.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "wrap?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "wrap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 14
            },
            {
              "startIndex": 15,
              "endIndex": 19
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackSlot:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackSlot = "
            },
            {
              "kind": "Reference",
              "text": "ISlotProp",
              "canonicalReference": "@uifabric/foundation!ISlotProp:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackProps",
              "canonicalReference": "office-ui-fabric-react!IStackProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackSlot",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IStackSlots:interface",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IStackSlots "
            }
          ],
          "releaseTag": "Public",
          "name": "IStackSlots",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackSlots#inner:member",
              "docComment": "/**\n * Defines a slot that is placed inside the root slot in order to achieve wrapping. Only used when the wrap property is set to true.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inner?: "
                },
                {
                  "kind": "Reference",
                  "text": "IHTMLSlot",
                  "canonicalReference": "@uifabric/foundation!IHTMLSlot:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackSlots#root:member",
              "docComment": "/**\n * Defines root slot of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IHTMLSlot",
                  "canonicalReference": "@uifabric/foundation!IHTMLSlot:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackStyles:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackStyles = "
            },
            {
              "kind": "Reference",
              "text": "IComponentStyles",
              "canonicalReference": "@uifabric/foundation!IComponentStyles:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackSlots",
              "canonicalReference": "office-ui-fabric-react!IStackSlots:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackStyles",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackStylesReturnType:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackStylesReturnType = "
            },
            {
              "kind": "Reference",
              "text": "ReturnType",
              "canonicalReference": "!ReturnType:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Extract",
              "canonicalReference": "!Extract:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackComponent",
              "canonicalReference": "office-ui-fabric-react!IStackComponent:type"
            },
            {
              "kind": "Content",
              "text": "['styles'], "
            },
            {
              "kind": "Reference",
              "text": "Function",
              "canonicalReference": "!Function:interface"
            },
            {
              "kind": "Content",
              "text": ">>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackStylesReturnType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IStackTokenReturnType:type",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IStackTokenReturnType = "
            },
            {
              "kind": "Reference",
              "text": "ReturnType",
              "canonicalReference": "!ReturnType:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Extract",
              "canonicalReference": "!Extract:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackComponent",
              "canonicalReference": "office-ui-fabric-react!IStackComponent:type"
            },
            {
              "kind": "Content",
              "text": "['tokens'], "
            },
            {
              "kind": "Reference",
              "text": "Function",
              "canonicalReference": "!Function:interface"
            },
            {
              "kind": "Content",
              "text": ">>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IStackTokenReturnType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IStackTokens:interface",
          "docComment": "/**\n * {@docCategory Stack}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IStackTokens "
            }
          ],
          "releaseTag": "Public",
          "name": "IStackTokens",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackTokens#childrenGap:member",
              "docComment": "/**\n * Defines the spacing between Stack children. The property is specified as a value for 'row gap', followed optionally by a value for 'column gap'. If 'column gap' is omitted, it's set to the same value as 'row gap'.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "childrenGap?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "childrenGap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackTokens#maxHeight:member",
              "docComment": "/**\n * Defines a maximum height for the Stack.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackTokens#maxWidth:member",
              "docComment": "/**\n * Defines a maximum width for the Stack.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStackTokens#padding:member",
              "docComment": "/**\n * Defines the padding to be applied to the Stack contents relative to its border.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "padding?: "
                },
                {
                  "kind": "Content",
                  "text": "number | string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "padding",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IStickyContext:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IStickyContext "
            }
          ],
          "releaseTag": "Public",
          "name": "IStickyContext",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStickyContext#scrollablePane:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollablePane: "
                },
                {
                  "kind": "Content",
                  "text": "PropTypes."
                },
                {
                  "kind": "Reference",
                  "text": "Requireable",
                  "canonicalReference": "@types/prop-types!Requireable:interface"
                },
                {
                  "kind": "Content",
                  "text": "<object>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "scrollablePane",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IStickyProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IStickyProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.Props",
              "canonicalReference": "@types/react!~React.Props:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Sticky",
              "canonicalReference": "office-ui-fabric-react!Sticky:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IStickyProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStickyProps#componentRef:member",
              "docComment": "/**\n * Gets ref to component interface.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IStickyProps",
                  "canonicalReference": "office-ui-fabric-react!IStickyProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStickyProps#isScrollSynced:member",
              "docComment": "/**\n * If true, then match scrolling position of placeholder element in Sticky.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isScrollSynced?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isScrollSynced",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStickyProps#stickyBackgroundColor:member",
              "docComment": "/**\n * color to apply as 'background-color' style for sticky element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stickyBackgroundColor?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyBackgroundColor",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStickyProps#stickyClassName:member",
              "docComment": "/**\n * Class name to apply to the sticky element if component is sticky.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stickyClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStickyProps#stickyPosition:member",
              "docComment": "/**\n * Region to render sticky component in.\n *\n * @defaultvalue\n *\n * Both\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "stickyPosition?: "
                },
                {
                  "kind": "Reference",
                  "text": "StickyPositionType",
                  "canonicalReference": "office-ui-fabric-react!StickyPositionType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IStickyState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IStickyState "
            }
          ],
          "releaseTag": "Public",
          "name": "IStickyState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStickyState#distanceFromTop:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "distanceFromTop?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "distanceFromTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStickyState#isStickyBottom:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isStickyBottom: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isStickyBottom",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IStickyState#isStickyTop:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isStickyTop: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isStickyTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface",
          "docComment": "/**\n * Suggestion item props. Refers to the each individual suggested items rendered within Suggestions callout. Type T is the type of the item that is displayed. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionItemProps<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ISuggestionItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#className:member",
              "docComment": "/**\n * Optional className for the root element of the suggestion item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ISuggestionItem interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsItem",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsItem:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#id:member",
              "docComment": "/**\n * Unique id of the suggested item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#isSelectedOverride:member",
              "docComment": "/**\n * An override for the 'selected' property of the SuggestionModel.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelectedOverride?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelectedOverride",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#onClick:member",
              "docComment": "/**\n * Callback for when the user clicks on the suggestion.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onClick: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#onRemoveItem:member",
              "docComment": "/**\n * Callback for when the item is removed from the array of suggested items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRemoveItem: "
                },
                {
                  "kind": "Content",
                  "text": "(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLButtonElement",
                  "canonicalReference": "!HTMLButtonElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRemoveItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#removeButtonAriaLabel:member",
              "docComment": "/**\n * The ARIA label for the button to remove the suggestion from the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeButtonAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeButtonAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#RenderSuggestion:member",
              "docComment": "/**\n * Optional renderer to override the default one for each type of picker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "RenderSuggestion: "
                },
                {
                  "kind": "Content",
                  "text": "(item: T, suggestionItemProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionItemProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "RenderSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#showRemoveButton:member",
              "docComment": "/**\n * Whether the remove button should be rendered or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showRemoveButton?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showRemoveButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsItemStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsItemStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsItemStyles",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsItemStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#suggestionModel:member",
              "docComment": "/**\n * Individual suggestion object containing its properties.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionModel: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionModel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface",
          "docComment": "/**\n * SuggestionModel interface. Type T is the type of the item that is suggested (Persona, Tag or any other custom picker). {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionModel<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ISuggestionModel",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionModel#ariaLabel:member",
              "docComment": "/**\n * Aria-label string for each suggested item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionModel#item:member",
              "docComment": "/**\n * The suggested item of the type T\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "item: "
                },
                {
                  "kind": "Content",
                  "text": "T"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "item",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionModel#selected:member",
              "docComment": "/**\n * Whether the suggested item is selected or not.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestions:interface",
          "docComment": "/**\n * Suggestions component. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestions<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ISuggestions",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestions#executeSelectedAction:member",
              "docComment": "/**\n * Execute the action selected. Can be SearchMore or ForceResolve actions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "executeSelectedAction: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "executeSelectedAction",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestions#focusAboveSuggestions:member",
              "docComment": "/**\n * Focus on the ForceResolve action above the suggestions. If not available then focus on SearchMore action.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusAboveSuggestions: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusAboveSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestions#focusBelowSuggestions:member",
              "docComment": "/**\n * Focus on the SearchMore action below the suggestions. If not available then focus on ForceResolve action.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusBelowSuggestions: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusBelowSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestions#focusSearchForMoreButton:member",
              "docComment": "/**\n * Focus the SearchMore action button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusSearchForMoreButton: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusSearchForMoreButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestions#hasSuggestedAction:member",
              "docComment": "/**\n * Whether it has any suggested actions like ForceResolve or SearchMore.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSuggestedAction: "
                },
                {
                  "kind": "Content",
                  "text": "() => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasSuggestedAction",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestions#hasSuggestedActionSelected:member",
              "docComment": "/**\n * Whether any of the suggested actions (ForceResolve or SearchMore) is selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSuggestedActionSelected: "
                },
                {
                  "kind": "Content",
                  "text": "() => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasSuggestedActionSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestions#tryHandleKeyDown:member",
              "docComment": "/**\n * Returns true if the event was handled, false otherwise.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tryHandleKeyDown: "
                },
                {
                  "kind": "Content",
                  "text": "(keyCode: number, currentSuggestionIndex: number) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tryHandleKeyDown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsControlProps<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<any>"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsCoreProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ISuggestionsControlProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps#className:member",
              "docComment": "/**\n * The CSS classname of the suggestions list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps#completeSuggestion:member",
              "docComment": "/**\n * Completes the suggestion\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "completeSuggestion: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "completeSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps#footerItemsProps:member",
              "docComment": "/**\n * The footer items props\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "footerItemsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsHeaderFooterProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "footerItemsProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps#headerItemsProps:member",
              "docComment": "/**\n * The header items props\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headerItemsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsHeaderFooterProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headerItemsProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps#shouldSelectFirstItem:member",
              "docComment": "/**\n * Whether or not the first selectable item in the suggestions list should be selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldSelectFirstItem?: "
                },
                {
                  "kind": "Content",
                  "text": "() => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldSelectFirstItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps#suggestionsFooterContainerAriaLabel:member",
              "docComment": "/**\n * An ARIA label for the container that is the parent of the suggestions footer items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsFooterContainerAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsFooterContainerAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps#suggestionsHeaderContainerAriaLabel:member",
              "docComment": "/**\n * An ARIA label for the container that is the parent of the suggestions header items.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsHeaderContainerAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsHeaderContainerAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            },
            {
              "startIndex": 4,
              "endIndex": 6
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsControlState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsControlState<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ISuggestionsControlState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlState#selectedFooterIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedFooterIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedFooterIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlState#selectedHeaderIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedHeaderIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedHeaderIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlState#suggestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsCoreProps<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<any> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ISuggestionsCoreProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#componentRef:member",
              "docComment": "/**\n * Gets the component ref.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<{}>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#onRenderSuggestion:member",
              "docComment": "/**\n * How the suggestion should look in the suggestion list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderSuggestion?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: T, suggestionItemProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionItemProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#onSuggestionClick:member",
              "docComment": "/**\n * What should occur when a suggestion is clicked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSuggestionClick: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: any, index?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#onSuggestionRemove:member",
              "docComment": "/**\n * Function to fire when one of the optional remove buttons on a suggestion is clicked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSuggestionRemove?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", index?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionRemove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#resultsMaximumNumber:member",
              "docComment": "/**\n * Maximum number of suggestions to show in the full suggestion list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resultsMaximumNumber?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "resultsMaximumNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#shouldLoopSelection:member",
              "docComment": "/**\n * Indicates whether to loop around to the top or bottom of the suggestions on calling nextSuggestion and previousSuggestion, respectively\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldLoopSelection: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldLoopSelection",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#showRemoveButtons:member",
              "docComment": "/**\n * Indicates whether to show a button with each suggestion to remove that suggestion.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showRemoveButtons?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showRemoveButtons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#suggestions:member",
              "docComment": "/**\n * The list of Suggestions that will be displayed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#suggestionsAvailableAlertText:member",
              "docComment": "/**\n * Screen reader message to read when there are suggestions available.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsAvailableAlertText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsAvailableAlertText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#suggestionsContainerAriaLabel:member",
              "docComment": "/**\n * An ARIA label for the container that is the parent of the suggestions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsContainerAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsContainerAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps#suggestionsItemClassName:member",
              "docComment": "/**\n * the classname of the suggestionitem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsItemClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsItemClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterItemProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsHeaderFooterItemProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ISuggestionsHeaderFooterItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterItemProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterItemProps#componentRef:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<{}>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterItemProps#id:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterItemProps#isSelected:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSelected: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSelected",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterItemProps#onExecute:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onExecute?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onExecute",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterItemProps#renderItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderItem: "
                },
                {
                  "kind": "Content",
                  "text": "() => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterProps:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsHeaderFooterProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ISuggestionsHeaderFooterProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterProps#ariaLabel:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterProps#onExecute:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onExecute?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onExecute",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterProps#renderItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "renderItem: "
                },
                {
                  "kind": "Content",
                  "text": "() => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterProps#shouldShow:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldShow: "
                },
                {
                  "kind": "Content",
                  "text": "() => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldShow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsItem:interface",
          "docComment": "/**\n * SuggestionItem component. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsItem "
            }
          ],
          "releaseTag": "Public",
          "name": "ISuggestionsItem",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsItemStyleProps:type",
          "docComment": "/**\n * The props needed to construct SuggestionItem styles. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ISuggestionsItemStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionItemProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "<any>, 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionItemProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "<any>, 'className'> & {\n    suggested?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ISuggestionsItemStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsItemStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the SuggestionItem. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsItemStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ISuggestionsItemStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsItemStyles#closeButton:member",
              "docComment": "/**\n * Refers to the remove button in case it's rendered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsItemStyles#itemButton:member",
              "docComment": "/**\n * Refers to the CommandButton holding the content of the suggested item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "itemButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "itemButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsItemStyles#root:member",
              "docComment": "/**\n * Root element of the suggested item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsProps:interface",
          "docComment": "/**\n * Suggestions props interface. Refers to the entire container holding all the suggestions. Type T is the type of the items that are displayed. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsProps<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Props",
              "canonicalReference": "@types/react!~React.Props:interface"
            },
            {
              "kind": "Content",
              "text": "<any> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "ISuggestionsProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#className:member",
              "docComment": "/**\n * The CSS className of the suggestions root.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ISuggestions interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestions",
                  "canonicalReference": "office-ui-fabric-react!ISuggestions:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#createGenericItem:member",
              "docComment": "/**\n * The callback that should be called when the user attempts to use the input text as as item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "createGenericItem?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "createGenericItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#forceResolveText:member",
              "docComment": "/**\n * The text that appears indicating to the use to force resolve the input\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceResolveText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceResolveText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#isLoading:member",
              "docComment": "/**\n * Used to indicate whether or not the suggestions are loading.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isLoading?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isLoading",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#isMostRecentlyUsedVisible:member",
              "docComment": "/**\n * Indicates if a short list of recent suggestions should be shown.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isMostRecentlyUsedVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isMostRecentlyUsedVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#isResultsFooterVisible:member",
              "docComment": "/**\n * Indicates if the text in resultsFooter or resultsFooterFull should be shown at the end of the suggestion list.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isResultsFooterVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isResultsFooterVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#isSearching:member",
              "docComment": "/**\n * Used to indicate whether or not the component is searching for more results.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isSearching?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isSearching",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#loadingText:member",
              "docComment": "/**\n * The text to display while the results are loading.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "loadingText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "loadingText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#moreSuggestionsAvailable:member",
              "docComment": "/**\n * Used to indicate whether or not the user can request more suggestions. Dictates whether or not the searchForMore button is displayed.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "moreSuggestionsAvailable?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "moreSuggestionsAvailable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#mostRecentlyUsedHeaderText:member",
              "docComment": "/**\n * The text that should appear at the top of the most recently used box.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mostRecentlyUsedHeaderText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "mostRecentlyUsedHeaderText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#noResultsFoundText:member",
              "docComment": "/**\n * The text that should appear if no results are found when searching.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "noResultsFoundText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "noResultsFoundText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#onGetMoreResults:member",
              "docComment": "/**\n * The callback that should be called when the user attempts to get more results\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onGetMoreResults?: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onGetMoreResults",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#onRenderNoResultFound:member",
              "docComment": "/**\n * How the \"no result found\" should look in the suggestion list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderNoResultFound?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<void>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderNoResultFound",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#onRenderSuggestion:member",
              "docComment": "/**\n * How the suggestion should look in the suggestion list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderSuggestion: "
                },
                {
                  "kind": "Content",
                  "text": "(props: T, suggestionItemProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionItemProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#onSuggestionClick:member",
              "docComment": "/**\n * What should occur when a suggestion is clicked\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSuggestionClick: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: any, index?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionClick",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#onSuggestionRemove:member",
              "docComment": "/**\n * Function to fire when one of the optional remove buttons on a suggestion is clicked.\n *\n * TODO (adjective-object) remove IPersonaprops before the next major version bump\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onSuggestionRemove?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, item?: T | "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", index?: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onSuggestionRemove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#refocusSuggestions:member",
              "docComment": "/**\n * A function that resets focus to the expected item in the suggestion list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "refocusSuggestions?: "
                },
                {
                  "kind": "Content",
                  "text": "(keyCode: "
                },
                {
                  "kind": "Reference",
                  "text": "KeyCodes",
                  "canonicalReference": "@uifabric/utilities!KeyCodes:type"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "refocusSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#removeSuggestionAriaLabel:member",
              "docComment": "/**\n * An ARIA label to use for the buttons to remove individual suggestions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeSuggestionAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeSuggestionAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#resultsFooter:member",
              "docComment": "/**\n * A renderer that adds an element at the end of the suggestions list it has fewer items than resultsMaximumNumber.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resultsFooter?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "resultsFooter",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#resultsFooterFull:member",
              "docComment": "/**\n * A renderer that adds an element at the end of the suggestions list it has more items than resultsMaximumNumber.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resultsFooterFull?: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "resultsFooterFull",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#resultsMaximumNumber:member",
              "docComment": "/**\n * Maximum number of suggestions to show in the full suggestion list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resultsMaximumNumber?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "resultsMaximumNumber",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#searchErrorText:member",
              "docComment": "/**\n * The text that should appear if there is a search error.\n *\n * @deprecated\n *\n * Use noResultsFoundText instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "searchErrorText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "searchErrorText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#searchForMoreText:member",
              "docComment": "/**\n * The text that appears indicating to the user that they can search for more results.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "searchForMoreText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "searchForMoreText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#searchingText:member",
              "docComment": "/**\n * The text to display while searching for more results in a limited suggestions list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "searchingText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "searchingText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#showForceResolve:member",
              "docComment": "/**\n * The callback that should be called to see if the force resolve command should be shown\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showForceResolve?: "
                },
                {
                  "kind": "Content",
                  "text": "() => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showForceResolve",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#showRemoveButtons:member",
              "docComment": "/**\n * Indicates whether to show a button with each suggestion to remove that suggestion.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showRemoveButtons?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "showRemoveButtons",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#suggestions:member",
              "docComment": "/**\n * The list of Suggestions that will be displayed\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#suggestionsAvailableAlertText:member",
              "docComment": "/**\n * Screen reader message to read when there are suggestions available.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsAvailableAlertText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsAvailableAlertText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#suggestionsClassName:member",
              "docComment": "/**\n * The CSS className of the suggestions list\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#suggestionsContainerAriaLabel:member",
              "docComment": "/**\n * An ARIA label for the container that is the parent of the suggestions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsContainerAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsContainerAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#suggestionsHeaderText:member",
              "docComment": "/**\n * The text that appears at the top of the suggestions list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsHeaderText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsHeaderText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#suggestionsItemClassName:member",
              "docComment": "/**\n * The className of the suggestion item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsItemClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsItemClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#suggestionsListId:member",
              "docComment": "/**\n * The string that will be used as the suggestionsListId. Will be used by the BasePicker to keep track of the list for aria.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsListId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsListId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 3
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsState "
            }
          ],
          "releaseTag": "Public",
          "name": "ISuggestionsState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsState#selectedActionType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedActionType: "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionActionType",
                  "canonicalReference": "office-ui-fabric-react!SuggestionActionType:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedActionType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsStyleProps:type",
          "docComment": "/**\n * The props needed to construct Suggestions styles. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ISuggestionsStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps:interface"
            },
            {
              "kind": "Content",
              "text": "<any>, 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps:interface"
            },
            {
              "kind": "Content",
              "text": "<any>, 'className' | 'suggestionsClassName'> & {\n    forceResolveButtonSelected?: boolean;\n    searchForMoreButtonSelected?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ISuggestionsStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the Suggestions. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ISuggestionsStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsStyles#forceResolveButton:member",
              "docComment": "/**\n * Refers to the 'Force resolve' actionButton.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceResolveButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "forceResolveButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsStyles#noSuggestions:member",
              "docComment": "/**\n * Refers to the text rendered when no suggestions are found.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "noSuggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "noSuggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsStyles#root:member",
              "docComment": "/**\n * Root element of the suggestions outer wrapper.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsStyles#searchForMoreButton:member",
              "docComment": "/**\n * Refers to the 'Search for more' actionButton.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "searchForMoreButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "searchForMoreButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsStyles#subComponentStyles:member",
              "docComment": "/**\n * SubComponents (Spinner) styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subComponentStyles: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsSubComponentStyles",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsSubComponentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subComponentStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsStyles#suggestionsAvailable:member",
              "docComment": "/**\n * Refers to the text displaying if more suggestions available.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsAvailable: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsAvailable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsStyles#suggestionsContainer:member",
              "docComment": "/**\n * Refers to the suggestions container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionsContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionsContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsStyles#title:member",
              "docComment": "/**\n * Refers to the title rendered for suggestions container header and/or footer (if provided).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISuggestionsSubComponentStyles:interface",
          "docComment": "/**\n * Styles interface of the SubComponents rendered within PeoplePickerItemSelected. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISuggestionsSubComponentStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ISuggestionsSubComponentStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsSubComponentStyles#spinner:member",
              "docComment": "/**\n * Refers to the Spinner rendered within the Suggestions when searching or loading suggestions.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "spinner: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISpinnerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ISpinnerStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "spinner",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!isValidShade:function(1)",
          "docComment": "/**\n * Returns true if the argument is a valid Shade value\n *\n * @param shade - The Shade value to validate.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function isValidShade(shade?: "
            },
            {
              "kind": "Reference",
              "text": "Shade",
              "canonicalReference": "office-ui-fabric-react!Shade:enum"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "boolean"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 3,
            "endIndex": 4
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "shade",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "isValidShade"
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps:interface",
          "docComment": "/**\n * {@docCategory SwatchColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISwatchColorPickerProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ISwatchColorPickerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#ariaPosInSet:member",
              "docComment": "/**\n * Position this grid is in the parent set (index in a parent menu, for example)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaPosInSet?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaPosInSet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#ariaSetSize:member",
              "docComment": "/**\n * Size of the parent set (size of parent menu, for example)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaSetSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaSetSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#cellBorderWidth:member",
              "docComment": "/**\n * Width of the border indicating a hovered/selected cell, in pixels\n *\n * @defaultvalue\n *\n * If `cellWidth` is less than 24px, then default value is 2px. Otherwise it defaults to 4px.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellBorderWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellBorderWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#cellHeight:member",
              "docComment": "/**\n * Height of an individual cell, in pixels\n *\n * @defaultvalue\n *\n * 20\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#cellMargin:member",
              "docComment": "/**\n * The distance between cells, in pixels\n *\n * @defaultvalue\n *\n * 10\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellMargin?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellMargin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#cellShape:member",
              "docComment": "/**\n * The shape of the color cells.  @default 'circle'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellShape?: "
                },
                {
                  "kind": "Content",
                  "text": "'circle' | 'square'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellShape",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#cellWidth:member",
              "docComment": "/**\n * Width of an individual cell, in pixels\n *\n * @defaultvalue\n *\n * 20\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#className:member",
              "docComment": "/**\n * Additional class name to provide on the root element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#colorCells:member",
              "docComment": "/**\n * The color cells that will be made available to the user.\n *\n * Note: When the reference to this prop changes, regardless of how many color cells change, all of the color cells will be re-rendered (potentially bad perf) because we memoize based on this prop's reference.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "colorCells: "
                },
                {
                  "kind": "Reference",
                  "text": "IColorCellProps",
                  "canonicalReference": "office-ui-fabric-react!IColorCellProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "colorCells",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#columnCount:member",
              "docComment": "/**\n * Number of columns for the swatch color picker\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "columnCount: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "columnCount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#disabled:member",
              "docComment": "/**\n * Whether the control is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#doNotContainWithinFocusZone:member",
              "docComment": "/**\n * If false (the default), the grid is contained inside a FocusZone. If true, a FocusZone is not used.  @default false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "doNotContainWithinFocusZone?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "doNotContainWithinFocusZone",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#focusOnHover:member",
              "docComment": "/**\n * Whether to update focus when a cell is hovered.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusOnHover?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusOnHover",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#getColorGridCellStyles:member",
              "docComment": "/**\n * Styles for the grid cells.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getColorGridCellStyles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerGridCellStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IColorPickerGridCellStyles",
                  "canonicalReference": "office-ui-fabric-react!IColorPickerGridCellStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getColorGridCellStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#id:member",
              "docComment": "/**\n * ID for the swatch color picker's root element. Also used as a prefix for the IDs of color cells.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#isControlled:member",
              "docComment": "/**\n * Indicates whether the SwatchColorPicker is fully controlled. When true, the component will not set its internal state to track the selected color. Instead, the parent component will be responsible for handling state in the callbacks like `onColorChanged`.\n *\n * NOTE: This property is a temporary workaround to force the component to be fully controllable without breaking existing behavior\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isControlled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isControlled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#mouseLeaveParentSelector:member",
              "docComment": "/**\n * Selector to focus on mouse leave. Should only be used in conjunction with `focusOnHover`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mouseLeaveParentSelector?: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "mouseLeaveParentSelector",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#onCellFocused:member",
              "docComment": "/**\n * Callback for when the user focuses a color cell. If `id` and `color` are unspecified, cells are no longer being focused.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCellFocused?: "
                },
                {
                  "kind": "Content",
                  "text": "(id?: string, color?: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCellFocused",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#onCellHovered:member",
              "docComment": "/**\n * Callback for when the user hovers over a color cell. If `id` and `color` are unspecified, cells are no longer being hovered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onCellHovered?: "
                },
                {
                  "kind": "Content",
                  "text": "(id?: string, color?: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onCellHovered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#onColorChanged:member",
              "docComment": "/**\n * Callback for when the user changes the color. If `id` and `color` are unspecified, there is no selected cell. (e.g. the user executed the currently selected cell to unselect it)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onColorChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(id?: string, color?: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onColorChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#positionInSet:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `ariaPosInSet`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "positionInSet?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "positionInSet",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#selectedId:member",
              "docComment": "/**\n * The ID of color cell that is currently selected\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedId?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedId",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#setSize:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `ariaSetSize`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSize?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setSize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#shouldFocusCircularNavigate:member",
              "docComment": "/**\n * Whether focus should cycle back to the beginning once the user navigates past the end (and vice versa). Only relevant if `doNotContainWithinFocusZone` is not true.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldFocusCircularNavigate?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "shouldFocusCircularNavigate",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#styles:member",
              "docComment": "/**\n * Styles for the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISwatchColorPickerStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ISwatchColorPickerStyles",
                  "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps#theme:member",
              "docComment": "/**\n * Theme to apply to the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISwatchColorPickerState "
            }
          ],
          "releaseTag": "Public",
          "name": "ISwatchColorPickerState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerState#selectedIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectedIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyleProps:interface",
          "docComment": "/**\n * Properties required to build the styles for the color picker component. {@docCategory SwatchColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISwatchColorPickerStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ISwatchColorPickerStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyleProps#cellMargin:member",
              "docComment": "/**\n * The distance between cells\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cellMargin?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "cellMargin",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyleProps#className:member",
              "docComment": "/**\n * Custom className to apply to the container.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyleProps#theme:member",
              "docComment": "/**\n * Theme to apply to the container\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyles:interface",
          "docComment": "/**\n * Styles for the Color Picker Component. {@docCategory SwatchColorPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ISwatchColorPickerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ISwatchColorPickerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyles#focusedContainer:member",
              "docComment": "/**\n * Style for the FocusZone container for the grid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusedContainer?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusedContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyles#root:member",
              "docComment": "/**\n * Style applied to the container grid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerStyles#tableCell:member",
              "docComment": "/**\n * Style for the table cells of the grid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tableCell: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tableCell",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITag:interface",
          "docComment": "/**\n * TagPickerItem item interface. {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITag "
            }
          ],
          "releaseTag": "Public",
          "name": "ITag",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITag#key:member",
              "docComment": "/**\n * Unique key for the item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "key: "
                },
                {
                  "kind": "Content",
                  "text": "string | number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "key",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITag#name:member",
              "docComment": "/**\n * Name of the item.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITagItemProps:interface",
          "docComment": "/**\n * TagItem component props {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITagItemProps extends "
            },
            {
              "kind": "Reference",
              "text": "IPickerItemProps",
              "canonicalReference": "office-ui-fabric-react!IPickerItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITag",
              "canonicalReference": "office-ui-fabric-react!ITag:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ITagItemProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the TagItem root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemProps#enableTagFocusInDisabledPicker:member",
              "docComment": "/**\n * Enable or not focus on TagItem when TagPicker is disabled.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "enableTagFocusInDisabledPicker?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "enableTagFocusInDisabledPicker",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITagItemStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ITagItemStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ITagItemStyles",
                  "canonicalReference": "office-ui-fabric-react!ITagItemStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemProps#title:member",
              "docComment": "/**\n * The title (and aria-label) attribute used by the TagItem text element.\n *\n * @defaultvalue\n *\n * children if of type string or item.name\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "title?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "title",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ITagItemStyleProps:type",
          "docComment": "/**\n * The props needed to construct TagItem styles. {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ITagItemStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITagItemProps",
              "canonicalReference": "office-ui-fabric-react!ITagItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITagItemProps",
              "canonicalReference": "office-ui-fabric-react!ITagItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className' | 'selected' | 'disabled'> & {}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ITagItemStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITagItemStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the TagItem. {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITagItemStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ITagItemStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemStyles#close:member",
              "docComment": "/**\n * Refers to the cancel action button on a picked TagItem.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "close: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "close",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemStyles#root:member",
              "docComment": "/**\n * Root element of picked TagItem\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemStyles#text:member",
              "docComment": "/**\n * Refers to the text element of the TagItem already picked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionProps:interface",
          "docComment": "/**\n * TagItemSuggestion component props {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITagItemSuggestionProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ITagItemSuggestionProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionProps#className:member",
              "docComment": "/**\n * Additional CSS class(es) to apply to the TagItemSuggestion div element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITagItemSuggestionStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ITagItemSuggestionStyles",
                  "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionStyleProps:type",
          "docComment": "/**\n * The props needed to construct TagItemSuggestion styles. {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ITagItemSuggestionStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITagItemSuggestionProps",
              "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITagItemSuggestionProps",
              "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className'> & {}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ITagItemSuggestionStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionStyles:interface",
          "docComment": "/**\n * Represents the stylable areas of the TagItemSuggestion {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITagItemSuggestionStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ITagItemSuggestionStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionStyles#suggestionTextOverflow:member",
              "docComment": "/**\n * Refers to the text element of the TagItemSuggestion\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestionTextOverflow?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestionTextOverflow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITagPickerProps:interface",
          "docComment": "/**\n * TagPicker component props {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITagPickerProps extends "
            },
            {
              "kind": "Reference",
              "text": "IBasePickerProps",
              "canonicalReference": "office-ui-fabric-react!IBasePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITag",
              "canonicalReference": "office-ui-fabric-react!ITag:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ITagPickerProps",
          "members": [],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITeachingBubble:interface",
          "docComment": "/**\n * {@docCategory TeachingBubble}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITeachingBubble "
            }
          ],
          "releaseTag": "Public",
          "name": "ITeachingBubble",
          "members": [
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubble#focus:member(1)",
              "docComment": "/**\n * Sets focus to the TeachingBubble root element\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps:interface",
          "docComment": "/**\n * TeachingBubble component props. {@docCategory TeachingBubble}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITeachingBubbleProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.ClassAttributes",
              "canonicalReference": "@types/react!~React.ClassAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "TeachingBubbleBase",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleBase:class"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "TeachingBubbleContentBase",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleContentBase:class"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IAccessiblePopupProps",
              "canonicalReference": "office-ui-fabric-react!IAccessiblePopupProps:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ITeachingBubbleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#ariaDescribedBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing the description for the TeachingBubble.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#ariaLabelledBy:member",
              "docComment": "/**\n * Defines the element id referencing the element containing label text for TeachingBubble.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabelledBy?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabelledBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#calloutProps:member",
              "docComment": "/**\n * Properties to pass through for Callout, reference detail properties in ICalloutProps\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ITeachingBubble interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITeachingBubble",
                  "canonicalReference": "office-ui-fabric-react!ITeachingBubble:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#focusTrapZoneProps:member",
              "docComment": "/**\n * Properties to pass through for FocusTrapZone, reference detail properties in IFocusTrapZoneProps\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusTrapZoneProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IFocusTrapZoneProps",
                  "canonicalReference": "office-ui-fabric-react!IFocusTrapZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focusTrapZoneProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#footerContent:member",
              "docComment": "/**\n * Text that will be rendered in the footer of the TeachingBubble. May be rendered alongside primary and secondary buttons.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "footerContent?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "footerContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#hasCloseButton:member",
              "docComment": "/**\n * Whether the TeachingBubble renders close button in the top right corner.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasCloseButton?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasCloseButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#hasCloseIcon:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `hasCloseButton`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasCloseIcon?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasCloseIcon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#hasCondensedHeadline:member",
              "docComment": "/**\n * A variation with smaller bold headline and no margins.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasCondensedHeadline?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasCondensedHeadline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#hasSmallHeadline:member",
              "docComment": "/**\n * A variation with smaller bold headline and margins to the body. (`hasCondensedHeadline` takes precedence if it is also set to true.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSmallHeadline?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hasSmallHeadline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#headline:member",
              "docComment": "/**\n * A headline for the Teaching Bubble.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headline?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#illustrationImage:member",
              "docComment": "/**\n * An Image for the TeachingBubble.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "illustrationImage?: "
                },
                {
                  "kind": "Reference",
                  "text": "IImageProps",
                  "canonicalReference": "office-ui-fabric-react!IImageProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "illustrationImage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#isWide:member",
              "docComment": "/**\n * Whether or not the TeachingBubble is wide, with image on the left side.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isWide?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isWide",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#onDismiss:member",
              "docComment": "/**\n * Callback when the TeachingBubble tries to close.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onDismiss?: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: any) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onDismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#primaryButtonProps:member",
              "docComment": "/**\n * The Primary interaction button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#secondaryButtonProps:member",
              "docComment": "/**\n * The Secondary interaction button\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryButtonProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IButtonProps",
                  "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "secondaryButtonProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITeachingBubbleStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ITeachingBubbleStyles",
                  "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#target:member",
              "docComment": "/**\n * Element, MouseEvent, Point, or querySelector string that the TeachingBubble should anchor to.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "target?: "
                },
                {
                  "kind": "Reference",
                  "text": "Target",
                  "canonicalReference": "office-ui-fabric-react!Target:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "target",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#targetElement:member",
              "docComment": "/**\n * @deprecated\n *\n * use target instead Element to anchor the TeachingBubble to.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "targetElement?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "targetElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps#theme:member",
              "docComment": "/**\n * Theme provided by High-Order Component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            },
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITeachingBubbleState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITeachingBubbleState "
            }
          ],
          "releaseTag": "Public",
          "name": "ITeachingBubbleState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleState#isTeachingBubbleVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isTeachingBubbleVisible?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isTeachingBubbleVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyleProps:type",
          "docComment": "/**\n * {@docCategory TeachingBubble}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ITeachingBubbleStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITeachingBubbleProps",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITeachingBubbleProps",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'hasCondensedHeadline' | 'hasSmallHeadline' | 'isWide'> & {\n    calloutProps?: "
            },
            {
              "kind": "Reference",
              "text": "ICalloutContentStyleProps",
              "canonicalReference": "office-ui-fabric-react!ICalloutContentStyleProps:interface"
            },
            {
              "kind": "Content",
              "text": ";\n    primaryButtonClassName?: string;\n    secondaryButtonClassName?: string;\n    hasCloseButton?: boolean;\n    hasHeadline?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ITeachingBubbleStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 13
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles:interface",
          "docComment": "/**\n * {@docCategory TeachingBubble}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITeachingBubbleStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ITeachingBubbleStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#body:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "body: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "body",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#bodyContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bodyContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "bodyContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#closeButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#content:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#footer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "footer: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "footer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#header:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "header: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "header",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#headline:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "headline: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "headline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#imageContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "imageContent: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "imageContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#primaryButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "primaryButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "primaryButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#secondaryButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "secondaryButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "secondaryButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#subComponentStyles:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subComponentStyles?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITeachingBubbleSubComponentStyles",
                  "canonicalReference": "office-ui-fabric-react!ITeachingBubbleSubComponentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subComponentStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleStyles#subText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITeachingBubbleSubComponentStyles:interface",
          "docComment": "/**\n * {@docCategory TeachingBubble}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITeachingBubbleSubComponentStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ITeachingBubbleSubComponentStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleSubComponentStyles#callout:member",
              "docComment": "/**\n * Refers to the callout that hosts the TeachingBubble.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "callout: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "callout",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ITextComponent:type",
          "docComment": "/**\n * {@docCategory Text}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ITextComponent = "
            },
            {
              "kind": "Reference",
              "text": "IComponent",
              "canonicalReference": "@uifabric/foundation!IComponent:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextProps",
              "canonicalReference": "office-ui-fabric-react!ITextProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITextTokens",
              "canonicalReference": "office-ui-fabric-react!ITextTokens:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITextStyles",
              "canonicalReference": "office-ui-fabric-react!ITextStyles:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ITextComponent",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITextField:interface",
          "docComment": "/**\n * {@docCategory TextField}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITextField "
            }
          ],
          "releaseTag": "Public",
          "name": "ITextField",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextField#blur:member",
              "docComment": "/**\n * Blurs the input\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "blur: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "blur",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextField#focus:member",
              "docComment": "/**\n * Sets focus to the input.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextField#select:member",
              "docComment": "/**\n * Select the value of the text field.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "select: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "select",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextField#selectionEnd:member",
              "docComment": "/**\n * Gets the selection end of the text field. Returns -1 if there is no selection.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionEnd: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextField#selectionStart:member",
              "docComment": "/**\n * Gets the selection start of the text field. Returns -1 if there is no selection.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "selectionStart: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextField#setSelectionEnd:member",
              "docComment": "/**\n * Sets the selection end of the text field to a specified value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectionEnd: "
                },
                {
                  "kind": "Content",
                  "text": "(value: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setSelectionEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextField#setSelectionRange:member",
              "docComment": "/**\n * Sets the start and end positions of a selection in a text field. Call with start and end set to the same value to set the cursor position.\n *\n * @param start - Index of the start of the selection.\n *\n * @param end - Index of the end of the selection.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectionRange: "
                },
                {
                  "kind": "Content",
                  "text": "(start: number, end: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setSelectionRange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextField#setSelectionStart:member",
              "docComment": "/**\n * Sets the selection start of the text field to a specified value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectionStart: "
                },
                {
                  "kind": "Content",
                  "text": "(value: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setSelectionStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextField#value:member",
              "docComment": "/**\n * Gets the current value of the input.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface",
          "docComment": "/**\n * TextField component props. {@docCategory TextField}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITextFieldProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.AllHTMLAttributes",
              "canonicalReference": "@types/react!~React.AllHTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLInputElement",
              "canonicalReference": "!HTMLInputElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "HTMLTextAreaElement",
              "canonicalReference": "!HTMLTextAreaElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ITextFieldProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#ariaLabel:member",
              "docComment": "/**\n * Aria label for the text field.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#autoAdjustHeight:member",
              "docComment": "/**\n * For multiline text fields, whether or not to auto adjust text field height.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoAdjustHeight?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "autoAdjustHeight",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#autoComplete:member",
              "docComment": "/**\n * Whether the input field should have autocomplete enabled. This tells the browser to display options based on earlier typed values. Common values are 'on' and 'off' but for all possible values see the following links: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#Values https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "autoComplete?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "autoComplete",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#borderless:member",
              "docComment": "/**\n * Whether or not the text field is borderless.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "borderless?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "borderless",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#className:member",
              "docComment": "/**\n * Optional class name that is added to the container of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ITextField component. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITextField",
                  "canonicalReference": "office-ui-fabric-react!ITextField:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#defaultValue:member",
              "docComment": "/**\n * Default value of the text field. Only provide this if the text field is an uncontrolled component; otherwise, use the `value` property.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultValue?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultValue",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#deferredValidationTime:member",
              "docComment": "/**\n * Text field will start to validate after users stop typing for `deferredValidationTime` milliseconds. Updates to this prop will not be respected.\n *\n * @defaultvalue\n *\n * 200\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deferredValidationTime?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "deferredValidationTime",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#description:member",
              "docComment": "/**\n * Description displayed below the text field to provide additional details about what text to enter.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "description?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "description",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#disabled:member",
              "docComment": "/**\n * Disabled state of the text field.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#errorMessage:member",
              "docComment": "/**\n * Static error message displayed below the text field. Use `onGetErrorMessage` to dynamically change the error message displayed (if any) based on the current value. `errorMessage` and `onGetErrorMessage` are mutually exclusive (`errorMessage` takes precedence).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorMessage?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "errorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#iconProps:member",
              "docComment": "/**\n * Props for an optional icon, displayed in the far right end of the text field.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "iconProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IIconProps",
                  "canonicalReference": "office-ui-fabric-react!IIconProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "iconProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#inputClassName:member",
              "docComment": "/**\n * Optional class name that is added specifically to the input/textarea element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inputClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inputClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#label:member",
              "docComment": "/**\n * Label displayed above the text field (and read by screen readers).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#mask:member",
              "docComment": "/**\n * Only used by MaskedTextField: The masking string that defines the mask's behavior. A backslash will escape any character. Special format characters are: '9': [0-9] 'a': [a-zA-Z] '*': [a-zA-Z0-9]\n *\n * @example\n *\n * `Phone Number: (999) 999-9999`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "mask?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "mask",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#maskChar:member",
              "docComment": "/**\n * Only used by MaskedTextField: The character to show in place of unfilled characters of the mask.\n *\n * @defaultvalue\n *\n * '_'\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maskChar?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maskChar",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#maskFormat:member",
              "docComment": "/**\n * Only used by MaskedTextField: An object defining the format characters and corresponding regexp values. Default format characters: \\{ '9': /[0-9]/, 'a': /[a-zA-Z]/, '*': /[a-zA-Z0-9]/ \\}\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maskFormat?: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        [key: string]: "
                },
                {
                  "kind": "Reference",
                  "text": "RegExp",
                  "canonicalReference": "!RegExp:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maskFormat",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#multiline:member",
              "docComment": "/**\n * Whether or not the text field is a multiline text field.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "multiline?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "multiline",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#onChange:member",
              "docComment": "/**\n * Callback for when the input value changes. This is called on both `input` and `change` events. (In a later version, this will probably only be called for the `change` event.)\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "React.FormEvent",
                  "canonicalReference": "@types/react!~React.FormEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLInputElement",
                  "canonicalReference": "!HTMLInputElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLTextAreaElement",
                  "canonicalReference": "!HTMLTextAreaElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, newValue?: string) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#onGetErrorMessage:member",
              "docComment": "/**\n * Function used to determine whether the input value is valid and get an error message if not. Mutually exclusive with the static string `errorMessage` (it will take precedence over this).\n *\n * When it returns `string | JSX.Element`: - If valid, it returns empty string. - If invalid, it returns the error message and the text field will show a red border and show an error message below the text field.\n *\n * When it returns `Promise<string | JSX.Element>`: - The resolved value is displayed as the error message. - If rejected, the value is thrown away.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onGetErrorMessage?: "
                },
                {
                  "kind": "Content",
                  "text": "(value: string) => string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "PromiseLike",
                  "canonicalReference": "!PromiseLike:interface"
                },
                {
                  "kind": "Content",
                  "text": "<string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onGetErrorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 8
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#onNotifyValidationResult:member",
              "docComment": "/**\n * Function called after validation completes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onNotifyValidationResult?: "
                },
                {
                  "kind": "Content",
                  "text": "(errorMessage: string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ", value: string | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onNotifyValidationResult",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#onRenderDescription:member",
              "docComment": "/**\n * Custom renderer for the description.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderDescription?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderDescription",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#onRenderLabel:member",
              "docComment": "/**\n * Custom renderer for the label. If you don't call defaultRender, ensure that you give your custom-rendered label an id and that you set the textfield's aria-labelledby prop to that id.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderLabel?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#onRenderPrefix:member",
              "docComment": "/**\n * Custom render function for prefix.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderPrefix?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderPrefix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#onRenderSuffix:member",
              "docComment": "/**\n * Custom render function for suffix.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderSuffix?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderSuffix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#prefix:member",
              "docComment": "/**\n * Prefix displayed before the text field contents. This is not included in the value. Ensure a descriptive label is present to assist screen readers, as the value does not include the prefix.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "prefix?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "prefix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#readOnly:member",
              "docComment": "/**\n * If true, the text field is readonly.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readOnly?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "readOnly",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#resizable:member",
              "docComment": "/**\n * For multiline text fields, whether or not the field is resizable.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resizable?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "resizable",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldStyleProps:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldStyles",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#suffix:member",
              "docComment": "/**\n * Suffix displayed after the text field contents. This is not included in the value. Ensure a descriptive label is present to assist screen readers, as the value does not include the suffix.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suffix?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suffix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#theme:member",
              "docComment": "/**\n * Theme (provided through customization).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#underlined:member",
              "docComment": "/**\n * Whether or not the text field is underlined.\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "underlined?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "underlined",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#validateOnFocusIn:member",
              "docComment": "/**\n * Run validation when focus moves into the input, and **do not** validate on change.\n *\n * (Unless this prop and/or `validateOnFocusOut` is set to true, validation will run on every change.)\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "validateOnFocusIn?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "validateOnFocusIn",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#validateOnFocusOut:member",
              "docComment": "/**\n * Run validation when focus moves out of the input, and **do not** validate on change.\n *\n * (Unless this prop and/or `validateOnFocusIn` is set to true, validation will run on every change.)\n *\n * @defaultvalue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "validateOnFocusOut?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "validateOnFocusOut",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#validateOnLoad:member",
              "docComment": "/**\n * Whether validation should run when the input is initially rendered.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "validateOnLoad?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "validateOnLoad",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps#value:member",
              "docComment": "/**\n * Current value of the text field. Only provide this if the text field is a controlled component where you are maintaining its current state; otherwise, use the `defaultValue` property.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ITextFieldStyleProps:type",
          "docComment": "/**\n * {@docCategory TextField}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ITextFieldStyleProps = "
            },
            {
              "kind": "Reference",
              "text": "Required",
              "canonicalReference": "!Required:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextFieldProps",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme'>> & "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextFieldProps",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'className' | 'disabled' | 'inputClassName' | 'required' | 'multiline' | 'borderless' | 'resizable' | 'underlined' | 'autoAdjustHeight'> & {\n    hasErrorMessage?: boolean;\n    hasIcon?: boolean;\n    hasLabel?: boolean;\n    focused?: boolean;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ITextFieldStyleProps",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITextFieldStyles:interface",
          "docComment": "/**\n * {@docCategory TextField}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITextFieldStyles extends "
            },
            {
              "kind": "Reference",
              "text": "IStyleSet",
              "canonicalReference": "@uifabric/merge-styles!IStyleSet:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextFieldStyles",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ITextFieldStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#description:member",
              "docComment": "/**\n * Style for description element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "description: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "description",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#errorMessage:member",
              "docComment": "/**\n * Style for error message element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "errorMessage: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "errorMessage",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#field:member",
              "docComment": "/**\n * Style for main field entry element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "field: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "field",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#fieldGroup:member",
              "docComment": "/**\n * Style for field group encompassing entry area (prefix, field, icon and suffix).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "fieldGroup: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "fieldGroup",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#icon:member",
              "docComment": "/**\n * Style for icon prop element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "icon: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "icon",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#prefix:member",
              "docComment": "/**\n * Style for prefix element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "prefix: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "prefix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#root:member",
              "docComment": "/**\n * Style for root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#subComponentStyles:member",
              "docComment": "/**\n * Styling for subcomponents.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subComponentStyles: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldSubComponentStyles",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldSubComponentStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subComponentStyles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#suffix:member",
              "docComment": "/**\n * Style for suffix element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suffix: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suffix",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldStyles#wrapper:member",
              "docComment": "/**\n * Style for TextField wrapper element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "wrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "wrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITextFieldSubComponentStyles:interface",
          "docComment": "/**\n * {@docCategory TextField}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITextFieldSubComponentStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ITextFieldSubComponentStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextFieldSubComponentStyles#label:member",
              "docComment": "/**\n * Styling for Label child component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<any, any>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITextProps:interface",
          "docComment": "/**\n * Inputs to the component {@docCategory Text}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITextProps extends "
            },
            {
              "kind": "Reference",
              "text": "ISlottableProps",
              "canonicalReference": "@uifabric/foundation!ISlottableProps:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextSlots",
              "canonicalReference": "office-ui-fabric-react!ITextSlots:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStyleableComponentProps",
              "canonicalReference": "@uifabric/foundation!IStyleableComponentProps:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextProps",
              "canonicalReference": "office-ui-fabric-react!ITextProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITextTokens",
              "canonicalReference": "office-ui-fabric-react!ITextTokens:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITextStyles",
              "canonicalReference": "office-ui-fabric-react!ITextStyles:type"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ITextProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextProps#as:member",
              "docComment": "/**\n * Optionally render the component as another component type or primitive.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "as?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.ElementType",
                  "canonicalReference": "@types/react!~React.ElementType:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "as",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextProps#block:member",
              "docComment": "/**\n * Whether the text is displayed as a block element.\n *\n * Note that in order for ellipsis on overflow to work properly, `block` and `nowrap` should be set to true.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "block?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "block",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextProps#nowrap:member",
              "docComment": "/**\n * Whether the text is not wrapped.\n *\n * Note that in order for ellipsis on overflow to work properly, `block` and `nowrap` should be set to true.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nowrap?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "nowrap",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextProps#variant:member",
              "docComment": "/**\n * Optional font type for Text.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "variant?: "
                },
                {
                  "kind": "Content",
                  "text": "keyof "
                },
                {
                  "kind": "Reference",
                  "text": "IFontStyles",
                  "canonicalReference": "@uifabric/styling!IFontStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "variant",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            },
            {
              "startIndex": 6,
              "endIndex": 14
            },
            {
              "startIndex": 15,
              "endIndex": 19
            }
          ]
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ITextSlot:type",
          "docComment": "/**\n * {@docCategory Text}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ITextSlot = "
            },
            {
              "kind": "Reference",
              "text": "ISlotProp",
              "canonicalReference": "@uifabric/foundation!ISlotProp:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextProps",
              "canonicalReference": "office-ui-fabric-react!ITextProps:interface"
            },
            {
              "kind": "Content",
              "text": ", string>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ITextSlot",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITextSlots:interface",
          "docComment": "/**\n * {@docCategory Text}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITextSlots "
            }
          ],
          "releaseTag": "Public",
          "name": "ITextSlots",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITextSlots#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root?: "
                },
                {
                  "kind": "Reference",
                  "text": "IHTMLSlot",
                  "canonicalReference": "@uifabric/foundation!IHTMLSlot:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ITextStyles:type",
          "docComment": "/**\n * {@docCategory Text}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ITextStyles = "
            },
            {
              "kind": "Reference",
              "text": "IComponentStyles",
              "canonicalReference": "@uifabric/foundation!IComponentStyles:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextSlots",
              "canonicalReference": "office-ui-fabric-react!ITextSlots:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ITextStyles",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ITextStylesReturnType:type",
          "docComment": "/**\n * {@docCategory Text}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ITextStylesReturnType = "
            },
            {
              "kind": "Reference",
              "text": "ReturnType",
              "canonicalReference": "!ReturnType:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Extract",
              "canonicalReference": "!Extract:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextComponent",
              "canonicalReference": "office-ui-fabric-react!ITextComponent:type"
            },
            {
              "kind": "Content",
              "text": "['styles'], "
            },
            {
              "kind": "Reference",
              "text": "Function",
              "canonicalReference": "!Function:interface"
            },
            {
              "kind": "Content",
              "text": ">>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ITextStylesReturnType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ITextTokenReturnType:type",
          "docComment": "/**\n * {@docCategory Text}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ITextTokenReturnType = "
            },
            {
              "kind": "Reference",
              "text": "ReturnType",
              "canonicalReference": "!ReturnType:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Extract",
              "canonicalReference": "!Extract:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextComponent",
              "canonicalReference": "office-ui-fabric-react!ITextComponent:type"
            },
            {
              "kind": "Content",
              "text": "['tokens'], "
            },
            {
              "kind": "Reference",
              "text": "Function",
              "canonicalReference": "!Function:interface"
            },
            {
              "kind": "Content",
              "text": ">>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ITextTokenReturnType",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITextTokens:interface",
          "docComment": "/**\n * {@docCategory Text}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITextTokens "
            }
          ],
          "releaseTag": "Public",
          "name": "ITextTokens",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IThemeRules:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IThemeRules "
            }
          ],
          "releaseTag": "Public",
          "name": "IThemeRules",
          "members": [
            {
              "kind": "IndexSignature",
              "canonicalReference": "office-ui-fabric-react!IThemeRules:index(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "[key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "]: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeSlotRule",
                  "canonicalReference": "office-ui-fabric-react!IThemeSlotRule:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "key",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IThemeSlotRule:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IThemeSlotRule "
            }
          ],
          "releaseTag": "Public",
          "name": "IThemeSlotRule",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IThemeSlotRule#asShade:member",
              "docComment": "/**\n * If set, this slot is the specified shade of the slot it inherits from.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "asShade?: "
                },
                {
                  "kind": "Reference",
                  "text": "Shade",
                  "canonicalReference": "office-ui-fabric-react!Shade:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "asShade",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IThemeSlotRule#color:member",
              "docComment": "/**\n * The actual color this theme slot is if it is a color.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "color?: "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "color",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IThemeSlotRule#dependentRules:member",
              "docComment": "/**\n * A collection of rules that inherit from this one. It is the responsibility of the inheriting rule to add itself to its parent's dependentRules collection.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dependentRules: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeSlotRule",
                  "canonicalReference": "office-ui-fabric-react!IThemeSlotRule:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dependentRules",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IThemeSlotRule#inherits:member",
              "docComment": "/**\n * The theme slot this slot is based on.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inherits?: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeSlotRule",
                  "canonicalReference": "office-ui-fabric-react!IThemeSlotRule:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inherits",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IThemeSlotRule#isBackgroundShade:member",
              "docComment": "/**\n * Whether this slot is a background shade, which uses different logic for generating its inheriting-as-shade value.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isBackgroundShade?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isBackgroundShade",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IThemeSlotRule#isCustomized:member",
              "docComment": "/**\n * Whether this slot has been manually overridden (else, it was automatically generated based on inheritance).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isCustomized?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isCustomized",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IThemeSlotRule#name:member",
              "docComment": "/**\n * The name of this theme slot.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "name: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "name",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IThemeSlotRule#value:member",
              "docComment": "/**\n * The value of this slot if it is NOT a color. Must be falsey if not a color.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "value?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IToggle:interface",
          "docComment": "/**\n * {@docCategory Toggle}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IToggle "
            }
          ],
          "releaseTag": "Public",
          "name": "IToggle",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggle#focus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "focus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IToggleProps:interface",
          "docComment": "/**\n * Toggle component props. {@docCategory Toggle}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IToggleProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "IToggleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#ariaLabel:member",
              "docComment": "/**\n * Text for screen-reader to announce as the name of the toggle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ariaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ariaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#as:member",
              "docComment": "/**\n * Render the root element as another type.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "as?: "
                },
                {
                  "kind": "Reference",
                  "text": "IComponentAs",
                  "canonicalReference": "@uifabric/utilities!IComponentAs:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "React.HTMLAttributes",
                  "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "as",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#checked:member",
              "docComment": "/**\n * Checked state of the toggle. If you are maintaining state yourself, use this property. Otherwise use `defaultChecked`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the IToggle interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IToggle",
                  "canonicalReference": "office-ui-fabric-react!IToggle:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#defaultChecked:member",
              "docComment": "/**\n * Initial state of the toggle. If you want the toggle to maintain its own state, use this. Otherwise use `checked`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "defaultChecked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultChecked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#disabled:member",
              "docComment": "/**\n * Optional disabled flag.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#inlineLabel:member",
              "docComment": "/**\n * Whether the label (not the onText/offText) should be positioned inline with the toggle control. Left (right in RTL) side when on/off text provided VS right (left in RTL) side when no on/off text. Caution: when not providing on/off text user may get confused in differentiating the on/off states of the toggle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inlineLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inlineLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#keytipProps:member",
              "docComment": "/**\n * Optional keytip for this toggle\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "keytipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "keytipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#label:member",
              "docComment": "/**\n * A label for the toggle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#offAriaLabel:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `ariaLabel` for name, and let the metadata convey state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "offAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "offAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#offText:member",
              "docComment": "/**\n * Text to display when toggle is OFF. Caution: when not providing on/off text user may get confused in differentiating the on/off states of the toggle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "offText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "offText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#onAriaLabel:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `ariaLabel` for name, and let the metadata convey state\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onAriaLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onAriaLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#onChange:member",
              "docComment": "/**\n * Callback issued when the value changes.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChange?: "
                },
                {
                  "kind": "Content",
                  "text": "(event: "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">, checked?: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChange",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#onChanged:member",
              "docComment": "/**\n * @deprecated\n *\n * Use `onChange` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onChanged?: "
                },
                {
                  "kind": "Content",
                  "text": "(checked: boolean) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onChanged",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#onText:member",
              "docComment": "/**\n * Text to display when toggle is ON. Caution: when not providing on/off text user may get confused in differentiating the on/off states of the toggle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onText?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#role:member",
              "docComment": "/**\n * (Optional) Specify whether to use the \"switch\" role (ARIA 1.1) or the checkbox role (ARIA 1.0). If unspecified, defaults to \"switch\".\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "role?: "
                },
                {
                  "kind": "Content",
                  "text": "'checkbox' | 'switch' | 'menuitemcheckbox'"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "role",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#styles:member",
              "docComment": "/**\n * Optional styles for the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IToggleStyleProps",
                  "canonicalReference": "office-ui-fabric-react!IToggleStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IToggleStyles",
                  "canonicalReference": "office-ui-fabric-react!IToggleStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleProps#theme:member",
              "docComment": "/**\n * Theme provided by HOC.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 5
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IToggleState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IToggleState "
            }
          ],
          "releaseTag": "Public",
          "name": "IToggleState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleState#checked:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IToggleStyleProps:interface",
          "docComment": "/**\n * Properties required to build the styles for the Toggle component. {@docCategory Toggle}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IToggleStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IToggleStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyleProps#checked:member",
              "docComment": "/**\n * Component is checked.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "checked?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyleProps#className:member",
              "docComment": "/**\n * Root element class name.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyleProps#disabled:member",
              "docComment": "/**\n * Component is disabled.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabled?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "disabled",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyleProps#inlineLabel:member",
              "docComment": "/**\n * Whether label should be positioned inline with the toggle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "inlineLabel?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "inlineLabel",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyleProps#onOffMissing:member",
              "docComment": "/**\n * Whether the user did not specify a on/off text. Influencing only when inlineLabel is used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onOffMissing?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onOffMissing",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyleProps#theme:member",
              "docComment": "/**\n * Theme values.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IToggleStyles:interface",
          "docComment": "/**\n * Styles for the Toggle component. {@docCategory Toggle}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IToggleStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IToggleStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyles#container:member",
              "docComment": "/**\n * Container for the toggle pill and the text next to it.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "container: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "container",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyles#label:member",
              "docComment": "/**\n * Label element above the toggle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "label: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "label",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyles#pill:member",
              "docComment": "/**\n * Pill, rendered as a button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pill: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pill",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyles#root:member",
              "docComment": "/**\n * Root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyles#text:member",
              "docComment": "/**\n * Text next to the pill.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "text: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "text",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IToggleStyles#thumb:member",
              "docComment": "/**\n * Thumb inside of the pill.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "thumb: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "thumb",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITooltip:interface",
          "docComment": "/**\n * {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITooltip "
            }
          ],
          "releaseTag": "Public",
          "name": "ITooltip",
          "members": [],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITooltipHost:interface",
          "docComment": "/**\n * {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITooltipHost "
            }
          ],
          "releaseTag": "Public",
          "name": "ITooltipHost",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHost#dismiss:member",
              "docComment": "/**\n * Dismisses the tooltip.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHost#show:member",
              "docComment": "/**\n * Shows the tooltip.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "show: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "show",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITooltipHostProps:interface",
          "docComment": "/**\n * TooltipHost props. Note that native props (such as `id`, `className`, and `aria-` props) are passed through to the Tooltip itself, rather than being used on the host element. {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITooltipHostProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "TooltipHostBase",
              "canonicalReference": "office-ui-fabric-react!TooltipHostBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ITooltipHostProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#calloutProps:member",
              "docComment": "/**\n * Additional properties to pass through for Callout.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#className:member",
              "docComment": "/**\n * Class name to apply to the *tooltip itself*, not the host. To apply a class to the host, use `hostClassName` or `styles.root`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#closeDelay:member",
              "docComment": "/**\n * Number of milliseconds to delay closing the tooltip, so that the user has time to hover over the tooltip and interact with it. Hovering over the tooltip will count as hovering over the host, so that the tooltip will stay open if the user is actively interacting with it.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "closeDelay?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "closeDelay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ITooltipHost interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipHost",
                  "canonicalReference": "office-ui-fabric-react!ITooltipHost:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#content:member",
              "docComment": "/**\n * Content to display in the Tooltip.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#delay:member",
              "docComment": "/**\n * Length of delay before showing the tooltip on hover.\n *\n * @defaultvalue\n *\n * TooltipDelay.medium\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "delay?: "
                },
                {
                  "kind": "Reference",
                  "text": "TooltipDelay",
                  "canonicalReference": "office-ui-fabric-react!TooltipDelay:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "delay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#directionalHint:member",
              "docComment": "/**\n * How the tooltip should be anchored to its `targetElement`.\n *\n * @defaultvalue\n *\n * DirectionalHint.topCenter\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHint?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHint",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#directionalHintForRTL:member",
              "docComment": "/**\n * How the element should be positioned in RTL layouts. If not specified, a mirror of `directionalHint` will be used.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHintForRTL?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHintForRTL",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#hostClassName:member",
              "docComment": "/**\n * Class name to apply to tooltip host.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hostClassName?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "hostClassName",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#id:member",
              "docComment": "/**\n * Optional ID to pass through to the tooltip (not used on the host itself). Auto-generated if not provided.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "id?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "id",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "MethodSignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#onTooltipToggle:member(1)",
              "docComment": "/**\n * Notifies when tooltip becomes visible or hidden, whatever the trigger was.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onTooltipToggle?(isTooltipVisible: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "isTooltipVisible",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "onTooltipToggle"
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#overflowMode:member",
              "docComment": "/**\n * If this is unset (the default), the tooltip is always shown even if there's no overflow.\n *\n * If set, only show the tooltip if the specified element (`Self` or `Parent`) has overflow. When set to `Parent`, the parent element is also used as the tooltip's target element.\n *\n * Note that even with `Self` mode, the TooltipHost *does not* check whether any children have overflow.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "overflowMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "TooltipOverflowMode",
                  "canonicalReference": "office-ui-fabric-react!TooltipOverflowMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "overflowMode",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#setAriaDescribedBy:member",
              "docComment": "/**\n * Whether or not to mark the TooltipHost root element as described by the tooltip. If not specified, the caller should pass an `id` to the TooltipHost (to be passed through to the Tooltip) and mark the appropriate element as `aria-describedby` the `id`.\n *\n * @defaultvalue\n *\n * true\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setAriaDescribedBy?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "setAriaDescribedBy",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipHostStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ITooltipHostStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipHostStyles",
                  "canonicalReference": "office-ui-fabric-react!ITooltipHostStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#theme:member",
              "docComment": "/**\n * Theme provided by higher-order component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps#tooltipProps:member",
              "docComment": "/**\n * Additional properties to pass through for Tooltip.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tooltipProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipProps",
                  "canonicalReference": "office-ui-fabric-react!ITooltipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tooltipProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITooltipHostState:interface",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITooltipHostState "
            }
          ],
          "releaseTag": "Public",
          "name": "ITooltipHostState",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostState#isAriaPlaceholderRendered:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isAriaPlaceholderRendered: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isAriaPlaceholderRendered",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostState#isTooltipVisible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "isTooltipVisible: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "isTooltipVisible",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITooltipHostStyleProps:interface",
          "docComment": "/**\n * {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITooltipHostStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ITooltipHostStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITooltipHostStyles:interface",
          "docComment": "/**\n * {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITooltipHostStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ITooltipHostStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostStyles#root:member",
              "docComment": "/**\n * Style for the host wrapper element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITooltipProps:interface",
          "docComment": "/**\n * {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITooltipProps extends "
            },
            {
              "kind": "Reference",
              "text": "React.HTMLAttributes",
              "canonicalReference": "@types/react!~React.HTMLAttributes:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "HTMLDivElement",
              "canonicalReference": "!HTMLDivElement:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "TooltipBase",
              "canonicalReference": "office-ui-fabric-react!TooltipBase:class"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ITooltipProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#calloutProps:member",
              "docComment": "/**\n * Properties to pass through for Callout.\n *\n * @defaultvalue\n *\n * `{ isBeakVisible: true, beakWidth: 16, gapSpace: 0, setInitialFocus: true, doNotLayer: false }`\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "calloutProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "ICalloutProps",
                  "canonicalReference": "office-ui-fabric-react!ICalloutProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "calloutProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#componentRef:member",
              "docComment": "/**\n * Optional callback to access the ITooltip interface. Use this instead of ref for accessing the public methods and properties of the component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentRef?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRefObject",
                  "canonicalReference": "@uifabric/utilities!IRefObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITooltip",
                  "canonicalReference": "office-ui-fabric-react!ITooltip:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "componentRef",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#content:member",
              "docComment": "/**\n * Content to be passed to the tooltip\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content?: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 6
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#delay:member",
              "docComment": "/**\n * Length of delay. Set to `TooltipDelay.zero` if you do not want a delay.\n *\n * @defaultvalue\n *\n * TooltipDelay.medium\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "delay?: "
                },
                {
                  "kind": "Reference",
                  "text": "TooltipDelay",
                  "canonicalReference": "office-ui-fabric-react!TooltipDelay:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "delay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#directionalHint:member",
              "docComment": "/**\n * How the tooltip should be anchored to its `targetElement`.\n *\n * @defaultvalue\n *\n * DirectionalHint.topCenter\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHint?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHint",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#directionalHintForRTL:member",
              "docComment": "/**\n * How the element should be positioned in RTL layouts. If not specified, a mirror of `directionalHint` will be used instead\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "directionalHintForRTL?: "
                },
                {
                  "kind": "Reference",
                  "text": "DirectionalHint",
                  "canonicalReference": "office-ui-fabric-react!DirectionalHint:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "directionalHintForRTL",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#maxWidth:member",
              "docComment": "/**\n * Max width of tooltip\n *\n * @defaultvalue\n *\n * 364px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "string | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#onRenderContent:member",
              "docComment": "/**\n * Render function to populate tooltip content.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onRenderContent?: "
                },
                {
                  "kind": "Reference",
                  "text": "IRenderFunction",
                  "canonicalReference": "@uifabric/utilities!IRenderFunction:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipProps",
                  "canonicalReference": "office-ui-fabric-react!ITooltipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onRenderContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#styles:member",
              "docComment": "/**\n * Call to provide customized styling that will layer on top of the variant rules.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipStyleProps",
                  "canonicalReference": "office-ui-fabric-react!ITooltipStyleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipStyles",
                  "canonicalReference": "office-ui-fabric-react!ITooltipStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#targetElement:member",
              "docComment": "/**\n * Element to anchor the Tooltip to.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "targetElement?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "targetElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps#theme:member",
              "docComment": "/**\n * Theme provided by higher-order component.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": [
            {
              "startIndex": 1,
              "endIndex": 7
            }
          ]
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITooltipStyleProps:interface",
          "docComment": "/**\n * {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITooltipStyleProps "
            }
          ],
          "releaseTag": "Public",
          "name": "ITooltipStyleProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipStyleProps#beakWidth:member",
              "docComment": "/**\n * The width of the Callout's beak\n *\n * @defaultvalue\n *\n * 16\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "beakWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "beakWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipStyleProps#className:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipStyleProps#delay:member",
              "docComment": "/**\n * Delay before tooltip appears.\n *\n * @deprecated\n *\n * Delay logic moved to TooltipHost vs relying on animation delay.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "delay?: "
                },
                {
                  "kind": "Reference",
                  "text": "TooltipDelay",
                  "canonicalReference": "office-ui-fabric-react!TooltipDelay:enum"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "delay",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipStyleProps#gapSpace:member",
              "docComment": "/**\n * The gap between the Callout and the target\n *\n * @defaultvalue\n *\n * 0\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gapSpace?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "gapSpace",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipStyleProps#maxWidth:member",
              "docComment": "/**\n * Maximum width of tooltip.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "maxWidth?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "maxWidth",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipStyleProps#theme:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!ITooltipStyles:interface",
          "docComment": "/**\n * {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface ITooltipStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "ITooltipStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipStyles#content:member",
              "docComment": "/**\n * Style for the content element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "content: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "content",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipStyles#root:member",
              "docComment": "/**\n * Style for the root element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "root: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!ITooltipStyles#subText:member",
              "docComment": "/**\n * Style for the subtext element.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subText: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subText",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IVerticalDividerClassNames:interface",
          "docComment": "/**\n * {@docCategory VerticalDivider}\n *\n * @deprecated\n *\n * Deprecated class names, used to be used to provider customizations, use IVerticalDividerStyles instead\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IVerticalDividerClassNames "
            }
          ],
          "releaseTag": "Public",
          "name": "IVerticalDividerClassNames",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerClassNames#divider:member",
              "docComment": "/**\n * Styling for the divider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "divider: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "divider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerClassNames#wrapper:member",
              "docComment": "/**\n * Styling for the div that wraps the actual divider\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "wrapper: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "wrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IVerticalDividerProps:interface",
          "docComment": "/**\n * {@docCategory VerticalDivider} Props for the Vertical Divider\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IVerticalDividerProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IVerticalDividerProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerProps#className:member",
              "docComment": "/**\n * className that will be placed on the divider wrapper div\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "className?: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "className",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerProps#getClassNames:member",
              "docComment": "/**\n * @deprecated\n *\n * Use styles instead. Optional function to generate the class names for the divider for custom styling\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getClassNames?: "
                },
                {
                  "kind": "Content",
                  "text": "(theme: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "IVerticalDividerClassNames",
                  "canonicalReference": "office-ui-fabric-react!IVerticalDividerClassNames:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getClassNames",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerProps#styles:member",
              "docComment": "/**\n * Optional override stylings that will get merged with the dividers styles.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "styles?: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyleFunctionOrObject",
                  "canonicalReference": "@uifabric/merge-styles!IStyleFunctionOrObject:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IVerticalDividerPropsStyles",
                  "canonicalReference": "office-ui-fabric-react!IVerticalDividerPropsStyles:type"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "IVerticalDividerStyles",
                  "canonicalReference": "office-ui-fabric-react!IVerticalDividerStyles:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "styles",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 7
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerProps#theme:member",
              "docComment": "/**\n * The theme that should be used to render the vertical divider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "theme?: "
                },
                {
                  "kind": "Reference",
                  "text": "ITheme",
                  "canonicalReference": "@uifabric/styling!ITheme:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "theme",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!IVerticalDividerPropsStyles:type",
          "docComment": "/**\n * {@docCategory VerticalDivider} Props that will get passed to the styling function to style the Vertical Divider\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type IVerticalDividerPropsStyles = "
            },
            {
              "kind": "Reference",
              "text": "Pick",
              "canonicalReference": "!Pick:type"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IVerticalDividerProps",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", 'theme' | 'getClassNames' | 'className'>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "IVerticalDividerPropsStyles",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IVerticalDividerStyles:interface",
          "docComment": "/**\n * {@docCategory VerticalDivider} Style interface that defines the different areas that styles can be customized on the Vertical Divider\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IVerticalDividerStyles "
            }
          ],
          "releaseTag": "Public",
          "name": "IVerticalDividerStyles",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerStyles#divider:member",
              "docComment": "/**\n * Styling for the divider.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "divider: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "divider",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerStyles#wrapper:member",
              "docComment": "/**\n * Styling for the div that wraps the actual divider\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "wrapper: "
                },
                {
                  "kind": "Reference",
                  "text": "IStyle",
                  "canonicalReference": "@uifabric/merge-styles!IStyle:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "wrapper",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IViewport:interface",
          "docComment": "/**\n * Viewport rectangle dimensions.\n *\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IViewport "
            }
          ],
          "releaseTag": "Public",
          "name": "IViewport",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IViewport#height:member",
              "docComment": "/**\n * Height in pixels.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "height: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "height",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IViewport#width:member",
              "docComment": "/**\n * Width in pixels.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "width: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "width",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Interface",
          "canonicalReference": "office-ui-fabric-react!IWithViewportProps:interface",
          "docComment": "/**\n * Props interface for the withViewport component.\n *\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export interface IWithViewportProps "
            }
          ],
          "releaseTag": "Public",
          "name": "IWithViewportProps",
          "members": [
            {
              "kind": "PropertySignature",
              "canonicalReference": "office-ui-fabric-react!IWithViewportProps#skipViewportMeasures:member",
              "docComment": "/**\n * Whether or not to use ResizeObserver (if available) to detect and measure viewport on 'resize' events.\n *\n * Falls back to window 'resize' event.\n *\n * @defaultValue\n *\n * false\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "skipViewportMeasures?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "skipViewportMeasures",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "extendsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!KeyboardSpinDirection:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum KeyboardSpinDirection "
            }
          ],
          "releaseTag": "Public",
          "name": "KeyboardSpinDirection",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!KeyboardSpinDirection.down:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "down = "
                },
                {
                  "kind": "Content",
                  "text": "-1"
                }
              ],
              "releaseTag": "Public",
              "name": "down",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!KeyboardSpinDirection.notSpinning:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notSpinning = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "notSpinning",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!KeyboardSpinDirection.up:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "up = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "up",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!Keytip:class",
          "docComment": "/**\n * A callout corresponding to another Fabric component to describe a key sequence that will activate that component\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Keytip extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IKeytipProps",
              "canonicalReference": "office-ui-fabric-react!IKeytipProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "Keytip",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Keytip#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!KeytipData:var",
          "docComment": "/**\n * A small element to help the target component correctly read out its aria-describedby for its Keytip {@docCategory Keytips}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "KeytipData: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IKeytipDataProps",
              "canonicalReference": "office-ui-fabric-react!IKeytipDataProps:interface"
            },
            {
              "kind": "Content",
              "text": " & "
            },
            {
              "kind": "Reference",
              "text": "IRenderComponent",
              "canonicalReference": "@uifabric/utilities!IRenderComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<{}>>"
            }
          ],
          "releaseTag": "Public",
          "name": "KeytipData",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!KeytipDataOptions:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type KeytipDataOptions = "
            },
            {
              "kind": "Reference",
              "text": "IKeytipDataProps",
              "canonicalReference": "office-ui-fabric-react!IKeytipDataProps:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "KeytipDataOptions",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!KeytipLayer:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "KeytipLayer: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IKeytipLayerProps",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "KeytipLayer",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!KeytipLayerBase:class",
          "docComment": "/**\n * A layer that holds all keytip items {@docCategory Keytips}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class KeytipLayerBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IKeytipLayerProps",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IKeytipLayerState",
              "canonicalReference": "office-ui-fabric-react!IKeytipLayerState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "KeytipLayerBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `KeytipLayerBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipLayerProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", context: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "context",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipLayerProps",
                  "canonicalReference": "office-ui-fabric-react!IKeytipLayerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase#getCurrentSequence:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getCurrentSequence(): "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getCurrentSequence"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase#getKeytipTree:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getKeytipTree(): "
                },
                {
                  "kind": "Reference",
                  "text": "KeytipTree",
                  "canonicalReference": "office-ui-fabric-react!KeytipTree:class"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getKeytipTree"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase#processInput:member(1)",
              "docComment": "/**\n * Processes inputs from the document listener and traverse the keytip tree\n *\n * @param key - Key pressed by the user\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "processInput(key: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": ", ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 8,
                "endIndex": 9
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "key",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "ev",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 7
                  }
                }
              ],
              "name": "processInput"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase#processTransitionInput:member(1)",
              "docComment": "/**\n * Processes an IKeytipTransitionKey entered by the user\n *\n * @param transitionKey - IKeytipTransitionKey received by the layer to process\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "processTransitionInput(transitionKey: "
                },
                {
                  "kind": "Reference",
                  "text": "IKeytipTransitionKey",
                  "canonicalReference": "office-ui-fabric-react!IKeytipTransitionKey:interface"
                },
                {
                  "kind": "Content",
                  "text": ", ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 8,
                "endIndex": 9
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "transitionKey",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "ev",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 7
                  }
                }
              ],
              "name": "processTransitionInput"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!KeytipLayerBase#showKeytips:member(1)",
              "docComment": "/**\n * Show the given keytips and hide all others\n *\n * @param ids - Keytip IDs to show\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "showKeytips(ids: "
                },
                {
                  "kind": "Content",
                  "text": "string[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "ids",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "showKeytips"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Label:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Label: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ILabelProps",
              "canonicalReference": "office-ui-fabric-react!ILabelProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Label",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!LabelBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class LabelBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ILabelProps",
              "canonicalReference": "office-ui-fabric-react!ILabelProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "LabelBase",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LabelBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Layer:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Layer: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ILayerProps",
              "canonicalReference": "office-ui-fabric-react!ILayerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Layer",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!LayerBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class LayerBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ILayerProps",
              "canonicalReference": "office-ui-fabric-react!ILayerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ILayerBaseState",
              "canonicalReference": "office-ui-fabric-react!ILayerBaseState:type"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "LayerBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!LayerBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `LayerBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ILayerProps",
                  "canonicalReference": "office-ui-fabric-react!ILayerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LayerBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LayerBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LayerBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!LayerBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ILayerProps",
                  "canonicalReference": "office-ui-fabric-react!ILayerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LayerBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactNode",
                  "canonicalReference": "@types/react!~React.ReactNode:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!LayerHost:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class LayerHost extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ILayerHostProps",
              "canonicalReference": "office-ui-fabric-react!ILayerHostProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "LayerHost",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LayerHost#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LayerHost#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LayerHost#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LayerHost#shouldComponentUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldComponentUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "shouldComponentUpdate"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Link:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Link: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ILinkProps",
              "canonicalReference": "office-ui-fabric-react!ILinkProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Link",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!LinkBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class LinkBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ILinkProps",
              "canonicalReference": "office-ui-fabric-react!ILinkProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ILink",
              "canonicalReference": "office-ui-fabric-react!ILink:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "LinkBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!LinkBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `LinkBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ILinkProps",
                  "canonicalReference": "office-ui-fabric-react!ILinkProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LinkBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!LinkBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": [
            {
              "startIndex": 6,
              "endIndex": 8
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!List:class",
          "docComment": "/**\n * The List renders virtualized pages of items. Each page's item count is determined by the getItemCountForPage callback if provided by the caller, or 10 as default. Each page's height is determined by the getPageHeight callback if provided by the caller, or by cached measurements if available, or by a running average, or a default fallback.\n *\n * The algorithm for rendering pages works like this:\n *\n * 1. Predict visible pages based on \"current measure data\" (page heights, surface position, visible window) 2. If changes are necessary, apply changes (add/remove pages) 3. For pages that are added, measure the page heights if we need to using getBoundingClientRect 4. If measurements don't match predictions, update measure data and goto step 1 asynchronously\n *\n * Measuring too frequently can pull performance down significantly. To compensate, we cache measured values so that we can avoid re-measuring during operations that should not alter heights, like scrolling.\n *\n * To optimize glass rendering performance, onShouldVirtualize can be set. When onShouldVirtualize return false, List will run in fast mode (not virtualized) to render all items without any measurements to improve page load time. And we start doing measurements and rendering in virtualized mode when items grows larger than this threshold.\n *\n * However, certain operations can make measure data stale. For example, resizing the list, or passing in new props, or forcing an update change cause pages to shrink/grow. When these operations occur, we increment a measureVersion number, which we associate with cached measurements and use to determine if a remeasure should occur.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class List<T = "
            },
            {
              "kind": "Content",
              "text": "any"
            },
            {
              "kind": "Content",
              "text": "> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IListProps",
              "canonicalReference": "office-ui-fabric-react!IListProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>, "
            },
            {
              "kind": "Reference",
              "text": "IListState",
              "canonicalReference": "office-ui-fabric-react!IListState:interface"
            },
            {
              "kind": "Content",
              "text": "<T>> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IList",
              "canonicalReference": "office-ui-fabric-react!IList:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ],
          "name": "List",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!List:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `List` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!List#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!List#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!List.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        startIndex: number;\n        onRenderCell: (item: any, index: number, containsFocus: boolean) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        renderedWindowsAhead: number;\n        renderedWindowsBehind: number;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!List#forceUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "forceUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!List#getStartItemIndexInView:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getStartItemIndexInView(measureItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex: number) => number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "measureItem",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getStartItemIndexInView"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!List#getTotalListHeight:member(1)",
              "docComment": "/**\n * Get the current height the list and it's pages.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getTotalListHeight(): "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getTotalListHeight"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!List#pageRefs:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly pageRefs: "
                },
                {
                  "kind": "Reference",
                  "text": "Readonly",
                  "canonicalReference": "!Readonly:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "Record",
                  "canonicalReference": "!Record:type"
                },
                {
                  "kind": "Content",
                  "text": "<string, unknown>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "pageRefs",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!List#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!List#scrollToIndex:member(1)",
              "docComment": "/**\n * Scroll to the given index. By default will bring the page the specified item is on into the view. If a callback to measure the height of an individual item is specified, will only scroll to bring the specific item into view.\n *\n * Note: with items of variable height and no passed in `getPageHeight` method, the list might jump after scrolling when windows before/ahead are being rendered, and the estimated height is replaced using actual elements.\n *\n * @param index - Index of item to scroll to\n *\n * @param measureItem - Optional callback to measure the height of an individual item\n *\n * @param scrollToMode - Optional defines where in the window the item should be positioned to when scrolling\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollToIndex(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ", measureItem?: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex: number) => number"
                },
                {
                  "kind": "Content",
                  "text": ", scrollToMode?: "
                },
                {
                  "kind": "Reference",
                  "text": "ScrollToMode",
                  "canonicalReference": "office-ui-fabric-react!ScrollToMode:type"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "measureItem",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                },
                {
                  "parameterName": "scrollToMode",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  }
                }
              ],
              "name": "scrollToIndex"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!List#shouldComponentUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldComponentUpdate(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ", newState: "
                },
                {
                  "kind": "Reference",
                  "text": "IListState",
                  "canonicalReference": "office-ui-fabric-react!IListState:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                },
                {
                  "parameterName": "newState",
                  "parameterTypeTokenRange": {
                    "startIndex": 4,
                    "endIndex": 6
                  }
                }
              ],
              "name": "shouldComponentUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!List#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IListProps",
                  "canonicalReference": "office-ui-fabric-react!IListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 3,
            "endIndex": 9
          },
          "implementsTokenRanges": [
            {
              "startIndex": 10,
              "endIndex": 12
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ListPeoplePicker:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ListPeoplePicker: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ListPeoplePicker",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ListPeoplePickerBase:class",
          "docComment": "/**\n * MemberList layout. The selected people show up below the search box. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ListPeoplePickerBase extends "
            },
            {
              "kind": "Reference",
              "text": "MemberListPeoplePicker",
              "canonicalReference": "office-ui-fabric-react!MemberListPeoplePicker:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ListPeoplePickerBase",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ListPeoplePickerBase.defaultProps:member",
              "docComment": "/**\n * Default props for ListPeoplePicker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        onRenderItem: (props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPeoplePickerItemSelectedProps",
                  "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        onRenderSuggestionsItem: (personaProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", suggestionsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBasePickerSuggestionsProps",
                  "canonicalReference": "office-ui-fabric-react!IBasePickerSuggestionsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | undefined) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        createGenericItem: typeof "
                },
                {
                  "kind": "Reference",
                  "text": "createGenericItem",
                  "canonicalReference": "office-ui-fabric-react!createGenericItem:function"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 14
              },
              "isStatic": true
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MarqueeSelection:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MarqueeSelection: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IMarqueeSelectionProps",
              "canonicalReference": "office-ui-fabric-react!IMarqueeSelectionProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "MarqueeSelection",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!MaskedTextField:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class MaskedTextField extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextFieldProps",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IMaskedTextFieldState",
              "canonicalReference": "office-ui-fabric-react!IMaskedTextFieldState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ITextField",
              "canonicalReference": "office-ui-fabric-react!ITextField:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "MaskedTextField",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `MaskedTextField` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#blur:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "blur(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "blur"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#select:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "select(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "select"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#selectionEnd:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectionEnd: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#selectionStart:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectionStart: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#setSelectionEnd:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectionEnd(value: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "value",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "setSelectionEnd"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#setSelectionRange:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectionRange(start: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ", end: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "start",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "end",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "setSelectionRange"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#setSelectionStart:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectionStart(value: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "value",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "setSelectionStart"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#setValue:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setValue(newValue: "
                },
                {
                  "kind": "Content",
                  "text": "string"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newValue",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "setValue"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!MaskedTextField#value:member",
              "docComment": "/**\n * @returns The value of all filled format characters or undefined if not all format characters are filled\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly value: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MAX_COLOR_ALPHA:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_COLOR_ALPHA = 100"
            }
          ],
          "releaseTag": "Public",
          "name": "MAX_COLOR_ALPHA",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MAX_COLOR_HUE:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_COLOR_HUE = 359"
            }
          ],
          "releaseTag": "Public",
          "name": "MAX_COLOR_HUE",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MAX_COLOR_RGB:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_COLOR_RGB = 255"
            }
          ],
          "releaseTag": "Public",
          "name": "MAX_COLOR_RGB",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MAX_COLOR_RGBA:var",
          "docComment": "/**\n * @deprecated\n *\n * Use MAX_COLOR_RGB (255) or MAX_COLOR_ALPHA (100)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_COLOR_RGBA = 255"
            }
          ],
          "releaseTag": "Public",
          "name": "MAX_COLOR_RGBA",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MAX_COLOR_SATURATION:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_COLOR_SATURATION = 100"
            }
          ],
          "releaseTag": "Public",
          "name": "MAX_COLOR_SATURATION",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MAX_COLOR_VALUE:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_COLOR_VALUE = 100"
            }
          ],
          "releaseTag": "Public",
          "name": "MAX_COLOR_VALUE",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MAX_HEX_LENGTH:var",
          "docComment": "/**\n * Maximum length for a hexadecimal color string (not including the #)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_HEX_LENGTH = 6"
            }
          ],
          "releaseTag": "Public",
          "name": "MAX_HEX_LENGTH",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MAX_RGBA_LENGTH:var",
          "docComment": "/**\n * Maximum length for a string of an RGBA color component\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MAX_RGBA_LENGTH = 3"
            }
          ],
          "releaseTag": "Public",
          "name": "MAX_RGBA_LENGTH",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MeasuredContext:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MeasuredContext: "
            },
            {
              "kind": "Reference",
              "text": "React.Context",
              "canonicalReference": "@types/react!~React.Context:interface"
            },
            {
              "kind": "Content",
              "text": "<{\n    isMeasured: boolean;\n}>"
            }
          ],
          "releaseTag": "Public",
          "name": "MeasuredContext",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!MemberListPeoplePicker:class",
          "docComment": "/**\n * {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class MemberListPeoplePicker extends "
            },
            {
              "kind": "Reference",
              "text": "BasePickerListBelow",
              "canonicalReference": "office-ui-fabric-react!BasePickerListBelow:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "MemberListPeoplePicker",
          "members": [],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MessageBar:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MessageBar: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IMessageBarProps",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "MessageBar",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!MessageBarBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class MessageBarBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IMessageBarProps",
              "canonicalReference": "office-ui-fabric-react!IMessageBarProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IMessageBarState",
              "canonicalReference": "office-ui-fabric-react!IMessageBarState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "MessageBarBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!MessageBarBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `MessageBarBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IMessageBarProps",
                  "canonicalReference": "office-ui-fabric-react!IMessageBarProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!MessageBarBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IMessageBarProps",
                  "canonicalReference": "office-ui-fabric-react!IMessageBarProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MessageBarBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!MessageBarButton:class",
          "docComment": "/**\n * {@docCategory MessageBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class MessageBarButton extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "MessageBarButton",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!MessageBarButton#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!MessageBarType:enum",
          "docComment": "/**\n * {@docCategory MessageBar}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum MessageBarType "
            }
          ],
          "releaseTag": "Public",
          "name": "MessageBarType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!MessageBarType.blocked:member",
              "docComment": "/**\n * Blocked styled MessageBar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "blocked = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "blocked",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!MessageBarType.error:member",
              "docComment": "/**\n * Error styled MessageBar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "error = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "error",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!MessageBarType.info:member",
              "docComment": "/**\n * Info styled MessageBar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "info = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "info",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!MessageBarType.severeWarning:member",
              "docComment": "/**\n * SevereWarning styled MessageBar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "severeWarning = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "severeWarning",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!MessageBarType.success:member",
              "docComment": "/**\n * Success styled MessageBar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "success = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "success",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!MessageBarType.warning:member",
              "docComment": "/**\n * Warning styled MessageBar\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "warning = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "warning",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MIN_HEX_LENGTH:var",
          "docComment": "/**\n * Minimum length for a hexadecimal color string (not including the #)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MIN_HEX_LENGTH = 3"
            }
          ],
          "releaseTag": "Public",
          "name": "MIN_HEX_LENGTH",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!MIN_RGBA_LENGTH:var",
          "docComment": "/**\n * Minimum length for a string of an RGBA color component\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "MIN_RGBA_LENGTH = 1"
            }
          ],
          "releaseTag": "Public",
          "name": "MIN_RGBA_LENGTH",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Modal:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Modal: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IModalProps",
              "canonicalReference": "office-ui-fabric-react!IModalProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Modal",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ModalBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ModalBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IModalProps",
              "canonicalReference": "office-ui-fabric-react!IModalProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IDialogState",
              "canonicalReference": "office-ui-fabric-react!IDialogState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IModal",
              "canonicalReference": "office-ui-fabric-react!IModal:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ModalBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ModalBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ModalBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IModalProps",
                  "canonicalReference": "office-ui-fabric-react!IModalProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ModalBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ModalBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IModalProps",
                  "canonicalReference": "office-ui-fabric-react!IModalProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IDialogState",
                  "canonicalReference": "office-ui-fabric-react!IDialogState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ModalBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ModalBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IModalProps",
                  "canonicalReference": "office-ui-fabric-react!IModalProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ModalBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ModalBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ModalBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IModalProps",
                  "canonicalReference": "office-ui-fabric-react!IModalProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Nav:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Nav: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "INavProps",
              "canonicalReference": "office-ui-fabric-react!INavProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Nav",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!NavBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class NavBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "INavProps",
              "canonicalReference": "office-ui-fabric-react!INavProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "INavState",
              "canonicalReference": "office-ui-fabric-react!INavState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "INav",
              "canonicalReference": "office-ui-fabric-react!INav:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "NavBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!NavBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `NavBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "INavProps",
                  "canonicalReference": "office-ui-fabric-react!INavProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!NavBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "INavProps",
                  "canonicalReference": "office-ui-fabric-react!INavProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!NavBase#focus:member(1)",
              "docComment": "/**\n * Sets focus to the first tabbable item in the zone.\n *\n * @param forceIntoFirstElement - If true, focus will be forced into the first element, even if focus is already in the focus zone.\n *\n * @returns True if focus could be set to an active element, false if no operation was taken.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(forceIntoFirstElement?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "forceIntoFirstElement",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!NavBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!NavBase#selectedKey:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectedKey: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedKey",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!NormalPeoplePicker:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "NormalPeoplePicker: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "NormalPeoplePicker",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!NormalPeoplePickerBase:class",
          "docComment": "/**\n * Standard People Picker. {@docCategory PeoplePicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class NormalPeoplePickerBase extends "
            },
            {
              "kind": "Reference",
              "text": "BasePeoplePicker",
              "canonicalReference": "office-ui-fabric-react!BasePeoplePicker:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "NormalPeoplePickerBase",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!NormalPeoplePickerBase.defaultProps:member",
              "docComment": "/**\n * Default props for NormalPeoplePicker.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        onRenderItem: (props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPeoplePickerItemSelectedProps",
                  "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        onRenderSuggestionsItem: (personaProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", suggestionsProps?: "
                },
                {
                  "kind": "Reference",
                  "text": "IBasePickerSuggestionsProps",
                  "canonicalReference": "office-ui-fabric-react!IBasePickerSuggestionsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<any> | undefined) => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        createGenericItem: typeof "
                },
                {
                  "kind": "Reference",
                  "text": "createGenericItem",
                  "canonicalReference": "office-ui-fabric-react!createGenericItem:function"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 14
              },
              "isStatic": true
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!OnChangeCallback:type",
          "docComment": "/**\n * @deprecated\n *\n * Use `IChoiceGroupOptionProps['onChange']` directly {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type OnChangeCallback = "
            },
            {
              "kind": "Reference",
              "text": "IChoiceGroupOptionProps",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps:interface"
            },
            {
              "kind": "Content",
              "text": "['onChange']"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "OnChangeCallback",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!OnFocusCallback:type",
          "docComment": "/**\n * @deprecated\n *\n * Use `IChoiceGroupOptionProps['onFocus']` directly {@docCategory ChoiceGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type OnFocusCallback = "
            },
            {
              "kind": "Reference",
              "text": "IChoiceGroupOptionProps",
              "canonicalReference": "office-ui-fabric-react!IChoiceGroupOptionProps:interface"
            },
            {
              "kind": "Content",
              "text": "['onFocus']"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "OnFocusCallback",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ONKEYDOWN_TIMEOUT_DURATION:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ONKEYDOWN_TIMEOUT_DURATION = 1000"
            }
          ],
          "releaseTag": "Public",
          "name": "ONKEYDOWN_TIMEOUT_DURATION",
          "variableTypeTokenRange": {
            "startIndex": 0,
            "endIndex": 0
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!OpenCardMode:enum",
          "docComment": "/**\n * {@docCategory HoverCard}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum OpenCardMode "
            }
          ],
          "releaseTag": "Public",
          "name": "OpenCardMode",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!OpenCardMode.hotKey:member",
              "docComment": "/**\n * Open card by hot key\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hotKey = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "hotKey",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!OpenCardMode.hover:member",
              "docComment": "/**\n * Open card by hover\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hover = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "hover",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!OverflowButtonType:enum",
          "docComment": "/**\n * {@docCategory Facepile}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum OverflowButtonType "
            }
          ],
          "releaseTag": "Public",
          "name": "OverflowButtonType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!OverflowButtonType.descriptive:member",
              "docComment": "/**\n * +1 overflow icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "descriptive = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "descriptive",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!OverflowButtonType.downArrow:member",
              "docComment": "/**\n * Chevron overflow icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "downArrow = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "downArrow",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!OverflowButtonType.more:member",
              "docComment": "/**\n * More overflow icon\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "more = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "more",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!OverflowButtonType.none:member",
              "docComment": "/**\n * No overflow\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "none = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "none",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!OverflowSet:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "OverflowSet: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IOverflowSetProps",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "OverflowSet",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!OverflowSetBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class OverflowSetBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IOverflowSetProps",
              "canonicalReference": "office-ui-fabric-react!IOverflowSetProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IOverflowSet",
              "canonicalReference": "office-ui-fabric-react!IOverflowSet:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "OverflowSetBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!OverflowSetBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `OverflowSetBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IOverflowSetProps",
                  "canonicalReference": "office-ui-fabric-react!IOverflowSetProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverflowSetBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverflowSetBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverflowSetBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverflowSetBase#focus:member(1)",
              "docComment": "/**\n * Sets focus to the first tabbable item in the OverflowSet.\n *\n * @param forceIntoFirstElement - If true, focus will be forced into the first element, even if focus is already in theOverflowSet\n *\n * @returns True if focus could be set to an active element, false if no operation was taken.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(forceIntoFirstElement?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "forceIntoFirstElement",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverflowSetBase#focusElement:member(1)",
              "docComment": "/**\n * Sets focus to a specific child element within the OverflowSet.\n *\n * @param childElement - The child element within the zone to focus.\n *\n * @returns True if focus could be set to an active element, false if no operation was taken.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusElement(childElement?: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "childElement",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "focusElement"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverflowSetBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverflowSetBase#UNSAFE_componentWillUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "UNSAFE_componentWillUpdate"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": [
            {
              "startIndex": 6,
              "endIndex": 8
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Overlay:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Overlay: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IOverlayProps",
              "canonicalReference": "office-ui-fabric-react!IOverlayProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Overlay",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!OverlayBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class OverlayBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IOverlayProps",
              "canonicalReference": "office-ui-fabric-react!IOverlayProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "OverlayBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!OverlayBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `OverlayBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IOverlayProps",
                  "canonicalReference": "office-ui-fabric-react!IOverlayProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverlayBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverlayBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!OverlayBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Panel:var",
          "docComment": "/**\n * Panel description\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Panel: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPanelProps",
              "canonicalReference": "office-ui-fabric-react!IPanelProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Panel",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!PanelType:enum",
          "docComment": "/**\n * {@docCategory Panel}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum PanelType "
            }
          ],
          "releaseTag": "Public",
          "name": "PanelType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PanelType.custom:member",
              "docComment": "/**\n * Renders the Panel in `custom` size using `customWidth`, anchored to the far side (right in LTR mode). - Has a fixed width provided by the `customWidth` prop - When screen width reaches the `customWidth` value it will behave like a fluid width Panel taking up 100% of the viewport width\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "custom = "
                },
                {
                  "kind": "Content",
                  "text": "7"
                }
              ],
              "releaseTag": "Public",
              "name": "custom",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PanelType.customNear:member",
              "docComment": "/**\n * Renders the Panel in `custom` size using `customWidth`, anchored to the near side (left in LTR mode). - Has a fixed width provided by the `customWidth` prop - When screen width reaches the `customWidth` value it will behave like a fluid width Panel taking up 100% of the viewport width\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "customNear = "
                },
                {
                  "kind": "Content",
                  "text": "8"
                }
              ],
              "releaseTag": "Public",
              "name": "customNear",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PanelType.extraLarge:member",
              "docComment": "/**\n * Renders the Panel in `extra large` size, anchored to the far side (right in LTR mode). - Small (320-479): adapts to `PanelType.smallFluid` at this breakpoint - Medium (480-639): adapts to `PanelType.smallFixedFar` at this breakpoint - Large (640-1023): adapts to `PanelType.medium` at this breakpoint - XLarge (1024-1365): adapts to `PanelType.large` at this breakpoint - XXLarge (1366-1919): 176px fixed left margin, fluid width, 40px left/right padding - XXXLarge (1920-up): 176px fixed left margin, fluid width, 40px left/right padding\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "extraLarge = "
                },
                {
                  "kind": "Content",
                  "text": "6"
                }
              ],
              "releaseTag": "Public",
              "name": "extraLarge",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PanelType.large:member",
              "docComment": "/**\n * Renders the Panel in `large` size, anchored to the far side (right in LTR mode). - Small (320-479): adapts to `PanelType.smallFluid` at this breakpoint - Medium (480-639): adapts to `PanelType.smallFixedFar` at this breakpoint - Large (640-1023): adapts to `PanelType.medium` at this breakpoint - XLarge (1024-1365): 48px fixed left margin, fluid width, 32px left/right padding - XXLarge (1366-up): 428px fixed left margin, fluid width, 40px left/right padding\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "large = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "large",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PanelType.largeFixed:member",
              "docComment": "/**\n * Renders the Panel in `large` size, anchored to the far side (right in LTR mode), with a fixed width at XX-Large breakpoint. - Small (320-479): adapts to `PanelType.smallFluid` at this breakpoint - Medium (480-639): adapts to `PanelType.smallFixedFar` at this breakpoint - Large (640-1023): adapts to `PanelType.medium` at this breakpoint - XLarge (1024-1365): 48px fixed left margin, fluid width, 32px left/right padding - XXLarge (1366-up): 940px width, 40px left/right padding\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "largeFixed = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "largeFixed",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PanelType.medium:member",
              "docComment": "/**\n * Renders the Panel in `medium` size, anchored to the far side (right in LTR mode). - Small (320-479): adapts to `PanelType.smallFluid` at this breakpoint - Medium (480-639): adapts to `PanelType.smallFixedFar` at this breakpoint - Large (640-1023): 592px width, 32px left/right padding - XLarge (1024-1365): 644px width, 32px left/right padding - XXLarge (1366-up): 644px width, 40px left/right padding\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "medium = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "medium",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PanelType.smallFixedFar:member",
              "docComment": "/**\n * Renders the Panel in fixed-width `small` size, anchored to the far side (right in LTR mode). - Small (320-479): adapts to `PanelType.smallFluid` at this breakpoint - Medium (480-639): 340px width, 16px left/right padding - Large (640-1023): 340px width, 32px left/right padding - XLarge (1024-1365): 340px width, 32px left/right padding - XXLarge (1366-up): 340px width, 40px left/right padding\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "smallFixedFar = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "smallFixedFar",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PanelType.smallFixedNear:member",
              "docComment": "/**\n * Renders the Panel in fixed-width `small` size, anchored to the near side (left in LTR mode). - Small (320-479): 272px width, 16px left/right padding - Medium (480-639): 272px width, 16px left/right padding - Large (640-1023): 272px width, 32px left/right padding - XLarge (1024-1365): 272px width, 32px left/right padding - XXLarge (1366-up): 272px width, 40px left/right padding\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "smallFixedNear = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "smallFixedNear",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PanelType.smallFluid:member",
              "docComment": "/**\n * Renders the Panel with a `fluid` (full screen) width. Recommended for use on small screen breakpoints. - Small (320-479): full screen width, 16px left/right padding - Medium (480-639): full screen width, 16px left/right padding - Large (640-1023): full screen width, 32px left/right padding - XLarge (1024-1365): full screen width, 32px left/right padding - XXLarge (1366-up): full screen width, 40px left/right padding\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "smallFluid = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "smallFluid",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!PeoplePickerItem:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "PeoplePickerItem: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSelectedProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "PeoplePickerItem",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!PeoplePickerItemBase:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "PeoplePickerItemBase: "
            },
            {
              "kind": "Content",
              "text": "(props: "
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSelectedProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSelectedProps:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "JSX.Element",
              "canonicalReference": "@types/react!~__global.JSX.Element:interface"
            }
          ],
          "releaseTag": "Public",
          "name": "PeoplePickerItemBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!PeoplePickerItemSuggestion:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "PeoplePickerItemSuggestion: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSuggestionProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "PeoplePickerItemSuggestion",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!PeoplePickerItemSuggestionBase:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "PeoplePickerItemSuggestionBase: "
            },
            {
              "kind": "Content",
              "text": "(props: "
            },
            {
              "kind": "Reference",
              "text": "IPeoplePickerItemSuggestionProps",
              "canonicalReference": "office-ui-fabric-react!IPeoplePickerItemSuggestionProps:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "JSX.Element",
              "canonicalReference": "@types/react!~__global.JSX.Element:interface"
            }
          ],
          "releaseTag": "Public",
          "name": "PeoplePickerItemSuggestionBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Persona:var",
          "docComment": "/**\n * Personas are used for rendering an individual's avatar, presence and details. They are used within the PeoplePicker components.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Persona: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Persona",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!PersonaBase:class",
          "docComment": "/**\n * Persona with no default styles. [Use the `styles` API to add your own styles.](https://github.com/microsoft/fluentui/wiki/Styling)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class PersonaBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "PersonaBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!PersonaBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `PersonaBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!PersonaBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PersonaBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!PersonaCoin:var",
          "docComment": "/**\n * PersonaCoin is used to render an individual's avatar and presence.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "PersonaCoin: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaCoinProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "PersonaCoin",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!PersonaCoinBase:class",
          "docComment": "/**\n * PersonaCoin with no default styles. [Use the `getStyles` API to add your own styles.](https://github.com/microsoft/fluentui/wiki/Styling)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class PersonaCoinBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPersonaCoinProps",
              "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPersonaState",
              "canonicalReference": "office-ui-fabric-react!IPersonaState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "PersonaCoinBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!PersonaCoinBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `PersonaCoinBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaCoinProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!PersonaCoinBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaCoinProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PersonaCoinBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PersonaCoinBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IPersonaCoinProps",
                  "canonicalReference": "office-ui-fabric-react!IPersonaCoinProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor:enum",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum PersonaInitialsColor "
            }
          ],
          "releaseTag": "Public",
          "name": "PersonaInitialsColor",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.black:member",
              "docComment": "/**\n * Black can result in offensive persona coins with some initials combinations, so it can only be set with overrides.\n *\n * @deprecated\n *\n * will be removed in a future major release.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "black = "
                },
                {
                  "kind": "Content",
                  "text": "11"
                }
              ],
              "releaseTag": "Public",
              "name": "black",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.blue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "blue = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "blue",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.burgundy:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "burgundy = "
                },
                {
                  "kind": "Content",
                  "text": "19"
                }
              ],
              "releaseTag": "Public",
              "name": "burgundy",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.coolGray:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "coolGray = "
                },
                {
                  "kind": "Content",
                  "text": "21"
                }
              ],
              "releaseTag": "Public",
              "name": "coolGray",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.cyan:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "cyan = "
                },
                {
                  "kind": "Content",
                  "text": "23"
                }
              ],
              "releaseTag": "Public",
              "name": "cyan",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.darkBlue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "darkBlue = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "darkBlue",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.darkGreen:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "darkGreen = "
                },
                {
                  "kind": "Content",
                  "text": "6"
                }
              ],
              "releaseTag": "Public",
              "name": "darkGreen",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.darkRed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "darkRed = "
                },
                {
                  "kind": "Content",
                  "text": "14"
                }
              ],
              "releaseTag": "Public",
              "name": "darkRed",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.gold:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gold = "
                },
                {
                  "kind": "Content",
                  "text": "18"
                }
              ],
              "releaseTag": "Public",
              "name": "gold",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.gray:member",
              "docComment": "/**\n * Gray can result in offensive persona coins with some initials combinations, so it can only be set with overrides.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gray = "
                },
                {
                  "kind": "Content",
                  "text": "22"
                }
              ],
              "releaseTag": "Public",
              "name": "gray",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.green:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "green = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "green",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.lightBlue:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lightBlue = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "lightBlue",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.lightGreen:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lightGreen = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "lightGreen",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.lightPink:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lightPink = "
                },
                {
                  "kind": "Content",
                  "text": "7"
                }
              ],
              "releaseTag": "Public",
              "name": "lightPink",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.lightRed:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "lightRed = "
                },
                {
                  "kind": "Content",
                  "text": "17"
                }
              ],
              "releaseTag": "Public",
              "name": "lightRed",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.magenta:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "magenta = "
                },
                {
                  "kind": "Content",
                  "text": "9"
                }
              ],
              "releaseTag": "Public",
              "name": "magenta",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.orange:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "orange = "
                },
                {
                  "kind": "Content",
                  "text": "12"
                }
              ],
              "releaseTag": "Public",
              "name": "orange",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.pink:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "pink = "
                },
                {
                  "kind": "Content",
                  "text": "8"
                }
              ],
              "releaseTag": "Public",
              "name": "pink",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.purple:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "purple = "
                },
                {
                  "kind": "Content",
                  "text": "10"
                }
              ],
              "releaseTag": "Public",
              "name": "purple",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.red:member",
              "docComment": "/**\n * Red often has a special meaning, so it is considered a reserved color and can only be set with overrides.\n *\n * @deprecated\n *\n * will be removed in a future major release.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "red = "
                },
                {
                  "kind": "Content",
                  "text": "13"
                }
              ],
              "releaseTag": "Public",
              "name": "red",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.rust:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rust = "
                },
                {
                  "kind": "Content",
                  "text": "24"
                }
              ],
              "releaseTag": "Public",
              "name": "rust",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.teal:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "teal = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "teal",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.transparent:member",
              "docComment": "/**\n * Transparent is not intended to be used with typical initials due to accessibility issues. Its primary use is for overflow buttons, so it is considered a reserved color and can only be set with overrides.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "transparent = "
                },
                {
                  "kind": "Content",
                  "text": "15"
                }
              ],
              "releaseTag": "Public",
              "name": "transparent",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.violet:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "violet = "
                },
                {
                  "kind": "Content",
                  "text": "16"
                }
              ],
              "releaseTag": "Public",
              "name": "violet",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaInitialsColor.warmGray:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "warmGray = "
                },
                {
                  "kind": "Content",
                  "text": "20"
                }
              ],
              "releaseTag": "Public",
              "name": "warmGray",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!PersonaPresence:enum",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum PersonaPresence "
            }
          ],
          "releaseTag": "Public",
          "name": "PersonaPresence",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaPresence.away:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "away = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "away",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaPresence.blocked:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "blocked = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "blocked",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaPresence.busy:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "busy = "
                },
                {
                  "kind": "Content",
                  "text": "6"
                }
              ],
              "releaseTag": "Public",
              "name": "busy",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaPresence.dnd:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dnd = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "dnd",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaPresence.none:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "none = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "none",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaPresence.offline:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "offline = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "offline",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaPresence.online:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "online = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "online",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Namespace",
          "canonicalReference": "office-ui-fabric-react!personaPresenceSize:namespace",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare namespace personaPresenceSize "
            }
          ],
          "releaseTag": "Public",
          "name": "personaPresenceSize",
          "members": [
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaPresenceSize.border:var",
              "docComment": "/**\n * @deprecated\n *\n * This is now unused\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "border = \"2px\""
                }
              ],
              "releaseTag": "Public",
              "name": "border",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaPresenceSize.size12:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size12 = \"12px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size12",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaPresenceSize.size16:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size16 = \"16px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size16",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaPresenceSize.size20:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size20 = \"20px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size20",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaPresenceSize.size28:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size28 = \"28px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size28",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaPresenceSize.size32:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size32 = \"32px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size32",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaPresenceSize.size6:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size6 = \"6px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size6",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaPresenceSize.size8:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size8 = \"8px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size8",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!PersonaSize:enum",
          "docComment": "/**\n * {@docCategory Persona}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum PersonaSize "
            }
          ],
          "releaseTag": "Public",
          "name": "PersonaSize",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.extraExtraSmall:member",
              "docComment": "/**\n * `extraExtraSmall` size has been deprecated in favor of standardized numeric sizing. Use `size24` instead.\n *\n * @deprecated\n *\n * Use `size24` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "extraExtraSmall = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "extraExtraSmall",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.extraLarge:member",
              "docComment": "/**\n * `extraLarge` size has been deprecated in favor of standardized numeric sizing. Use `size100` instead.\n *\n * @deprecated\n *\n * Use `size100` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "extraLarge = "
                },
                {
                  "kind": "Content",
                  "text": "6"
                }
              ],
              "releaseTag": "Public",
              "name": "extraLarge",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.extraSmall:member",
              "docComment": "/**\n * `extraSmall` size has been deprecated in favor of standardized numeric sizing. Use `size32` instead.\n *\n * @deprecated\n *\n * Use `size32` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "extraSmall = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "extraSmall",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.large:member",
              "docComment": "/**\n * `large` size has been deprecated in favor of standardized numeric sizing. Use `size72` instead.\n *\n * @deprecated\n *\n * Use `size72` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "large = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "large",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.regular:member",
              "docComment": "/**\n * `regular` size has been deprecated in favor of standardized numeric sizing. Use `size48` instead.\n *\n * @deprecated\n *\n * Use `size48` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "regular = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "regular",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size10:member",
              "docComment": "/**\n * No `PersonaCoin` is rendered. Deprecated in favor of `size8` to align with design specifications.\n *\n * @deprecated\n *\n * Use `size8` instead. Will be removed in a future major release.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size10 = "
                },
                {
                  "kind": "Content",
                  "text": "9"
                }
              ],
              "releaseTag": "Public",
              "name": "size10",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size100:member",
              "docComment": "/**\n * Renders a 100px `PersonaCoin`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size100 = "
                },
                {
                  "kind": "Content",
                  "text": "15"
                }
              ],
              "releaseTag": "Public",
              "name": "size100",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size120:member",
              "docComment": "/**\n * Renders a 120px `PersonaCoin`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size120 = "
                },
                {
                  "kind": "Content",
                  "text": "18"
                }
              ],
              "releaseTag": "Public",
              "name": "size120",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size16:member",
              "docComment": "/**\n * Renders a 16px `PersonaCoin`. Deprecated due to not being in the design specification.\n *\n * @deprecated\n *\n * Will be removed in a future major release.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size16 = "
                },
                {
                  "kind": "Content",
                  "text": "8"
                }
              ],
              "releaseTag": "Public",
              "name": "size16",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size24:member",
              "docComment": "/**\n * Renders a 24px `PersonaCoin`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size24 = "
                },
                {
                  "kind": "Content",
                  "text": "10"
                }
              ],
              "releaseTag": "Public",
              "name": "size24",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size28:member",
              "docComment": "/**\n * Renders a 28px `PersonaCoin`. Deprecated due to not being in the design specification.\n *\n * @deprecated\n *\n * Will be removed in a future major release.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size28 = "
                },
                {
                  "kind": "Content",
                  "text": "7"
                }
              ],
              "releaseTag": "Public",
              "name": "size28",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size32:member",
              "docComment": "/**\n * Renders a 32px `PersonaCoin`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size32 = "
                },
                {
                  "kind": "Content",
                  "text": "11"
                }
              ],
              "releaseTag": "Public",
              "name": "size32",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size40:member",
              "docComment": "/**\n * Renders a 40px `PersonaCoin`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size40 = "
                },
                {
                  "kind": "Content",
                  "text": "12"
                }
              ],
              "releaseTag": "Public",
              "name": "size40",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size48:member",
              "docComment": "/**\n * Renders a 48px `PersonaCoin`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size48 = "
                },
                {
                  "kind": "Content",
                  "text": "13"
                }
              ],
              "releaseTag": "Public",
              "name": "size48",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size56:member",
              "docComment": "/**\n * Renders a 56px `PersonaCoin`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size56 = "
                },
                {
                  "kind": "Content",
                  "text": "16"
                }
              ],
              "releaseTag": "Public",
              "name": "size56",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size72:member",
              "docComment": "/**\n * Renders a 72px `PersonaCoin`.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size72 = "
                },
                {
                  "kind": "Content",
                  "text": "14"
                }
              ],
              "releaseTag": "Public",
              "name": "size72",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.size8:member",
              "docComment": "/**\n * No `PersonaCoin` is rendered.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size8 = "
                },
                {
                  "kind": "Content",
                  "text": "17"
                }
              ],
              "releaseTag": "Public",
              "name": "size8",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.small:member",
              "docComment": "/**\n * `small` size has been deprecated in favor of standardized numeric sizing. Use `size40` instead.\n *\n * @deprecated\n *\n * Use `size40` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "small = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "small",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PersonaSize.tiny:member",
              "docComment": "/**\n * `tiny` size has been deprecated in favor of standardized numeric sizing. Use `size8` instead.\n *\n * @deprecated\n *\n * Use `size8` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tiny = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "tiny",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Namespace",
          "canonicalReference": "office-ui-fabric-react!personaSize:namespace",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare namespace personaSize "
            }
          ],
          "releaseTag": "Public",
          "name": "personaSize",
          "members": [
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size10:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size10 = \"20px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size10",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size100:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size100 = \"100px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size100",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size120:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size120 = \"120px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size120",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size16:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size16 = \"16px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size16",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size24:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size24 = \"24px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size24",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size28:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size28 = \"28px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size28",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size32:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size32 = \"32px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size32",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size40:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size40 = \"40px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size40",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size48:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size48 = \"48px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size48",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size56:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size56 = \"56px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size56",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size72:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size72 = \"72px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size72",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            },
            {
              "kind": "Variable",
              "canonicalReference": "office-ui-fabric-react!personaSize.size8:var",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "size8 = \"20px\""
                }
              ],
              "releaseTag": "Public",
              "name": "size8",
              "variableTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Pivot:var",
          "docComment": "/**\n * The Pivot control and related tabs pattern are used for navigating frequently accessed, distinct content categories. Pivots allow for navigation between two or more content views and relies on text headers to articulate the different sections of content.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Pivot: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPivotProps",
              "canonicalReference": "office-ui-fabric-react!IPivotProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Pivot",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!PivotBase:class",
          "docComment": "/**\n * Usage:\n *\n * <Pivot> <PivotItem headerText=\"Foo\"> <Label>Pivot #1</Label> </PivotItem> <PivotItem headerText=\"Bar\"> <Label>Pivot #2</Label> </PivotItem> <PivotItem headerText=\"Bas\"> <Label>Pivot #3</Label> </PivotItem> </Pivot>\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class PivotBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPivotProps",
              "canonicalReference": "office-ui-fabric-react!IPivotProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPivotState",
              "canonicalReference": "office-ui-fabric-react!IPivotState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "PivotBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!PivotBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `PivotBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPivotProps",
                  "canonicalReference": "office-ui-fabric-react!IPivotProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PivotBase#focus:member(1)",
              "docComment": "/**\n * Sets focus to the first pivot tab.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PivotBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!PivotItem:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class PivotItem extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPivotItemProps",
              "canonicalReference": "office-ui-fabric-react!IPivotItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "PivotItem",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!PivotItem:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `PivotItem` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPivotItemProps",
                  "canonicalReference": "office-ui-fabric-react!IPivotItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PivotItem#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!PivotLinkFormat:enum",
          "docComment": "/**\n * {@docCategory Pivot}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum PivotLinkFormat "
            }
          ],
          "releaseTag": "Public",
          "name": "PivotLinkFormat",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PivotLinkFormat.links:member",
              "docComment": "/**\n * Display Pivot Links as links\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "links = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "links",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PivotLinkFormat.tabs:member",
              "docComment": "/**\n * Display Pivot Links as Tabs\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tabs = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "tabs",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!PivotLinkSize:enum",
          "docComment": "/**\n * {@docCategory Pivot}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum PivotLinkSize "
            }
          ],
          "releaseTag": "Public",
          "name": "PivotLinkSize",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PivotLinkSize.large:member",
              "docComment": "/**\n * Display links using large font size\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "large = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "large",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!PivotLinkSize.normal:member",
              "docComment": "/**\n * Display Link using normal font size\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "normal = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "normal",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!PlainCard:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "PlainCard: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPlainCardProps",
              "canonicalReference": "office-ui-fabric-react!IPlainCardProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "PlainCard",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!PlainCardBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class PlainCardBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPlainCardProps",
              "canonicalReference": "office-ui-fabric-react!IPlainCardProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "PlainCardBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!PlainCardBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `PlainCardBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPlainCardProps",
                  "canonicalReference": "office-ui-fabric-react!IPlainCardProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PlainCardBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!Popup:class",
          "docComment": "/**\n * This adds accessibility to Dialog and Panel controls\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Popup extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPopupProps",
              "canonicalReference": "office-ui-fabric-react!IPopupProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPopupState",
              "canonicalReference": "office-ui-fabric-react!IPopupState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "Popup",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Popup#_root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "_root: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!Popup:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `Popup` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPopupProps",
                  "canonicalReference": "office-ui-fabric-react!IPopupProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Popup#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Popup#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Popup#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Popup.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IPopupProps",
                  "canonicalReference": "office-ui-fabric-react!IPopupProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Popup#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Popup#UNSAFE_componentWillMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "UNSAFE_componentWillMount"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!PositioningContainer:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class PositioningContainer extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IPositioningContainerProps",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IPositioningContainerState",
              "canonicalReference": "office-ui-fabric-react!IPositioningContainerState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "PositioningContainer",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "PositioningContainer",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#_dismissOnLostFocus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _dismissOnLostFocus(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "ev",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "_dismissOnLostFocus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#_dismissOnScroll:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _dismissOnScroll(ev: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "ev",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "_dismissOnScroll"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#_onComponentDidMount:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _onComponentDidMount: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_onComponentDidMount",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#_setInitialFocus:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _setInitialFocus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_setInitialFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `PositioningContainer` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IPositioningContainerProps",
                  "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IPositioningContainerProps",
                  "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#dismiss:member",
              "docComment": "/**\n * Deprecated, use `onResize` instead.\n *\n * @deprecated\n *\n * Use `onResize` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 14
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#onResize:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "onResize: "
                },
                {
                  "kind": "Content",
                  "text": "(ev?: "
                },
                {
                  "kind": "Reference",
                  "text": "Event",
                  "canonicalReference": "!Event:interface"
                },
                {
                  "kind": "Content",
                  "text": " | "
                },
                {
                  "kind": "Reference",
                  "text": "React.MouseEvent",
                  "canonicalReference": "@types/react!~React.MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ", "
                },
                {
                  "kind": "Reference",
                  "text": "MouseEvent",
                  "canonicalReference": "!MouseEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | "
                },
                {
                  "kind": "Reference",
                  "text": "React.KeyboardEvent",
                  "canonicalReference": "@types/react!~React.KeyboardEvent:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "onResize",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 14
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#UNSAFE_componentWillMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "UNSAFE_componentWillMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PositioningContainer#UNSAFE_componentWillUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillUpdate(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IPositioningContainerProps",
                  "canonicalReference": "office-ui-fabric-react!IPositioningContainerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillUpdate"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!presenceBoolean:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "presenceBoolean: "
            },
            {
              "kind": "Content",
              "text": "(presence: "
            },
            {
              "kind": "Reference",
              "text": "PersonaPresence",
              "canonicalReference": "office-ui-fabric-react!PersonaPresence:enum"
            },
            {
              "kind": "Content",
              "text": ") => {\n    isAvailable: boolean;\n    isAway: boolean;\n    isBlocked: boolean;\n    isBusy: boolean;\n    isDoNotDisturb: boolean;\n    isOffline: boolean;\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "presenceBoolean",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!PrimaryButton:class",
          "docComment": "/**\n * {@docCategory Button}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class PrimaryButton extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IButtonProps",
              "canonicalReference": "office-ui-fabric-react!IButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "PrimaryButton",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!PrimaryButton#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ProgressIndicator:var",
          "docComment": "/**\n * ProgressIndicator description\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ProgressIndicator: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IProgressIndicatorProps",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ProgressIndicator",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ProgressIndicatorBase:class",
          "docComment": "/**\n * ProgressIndicator with no default styles. [Use the `styles` API to add your own styles.](https://github.com/microsoft/fluentui/wiki/Styling)\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ProgressIndicatorBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IProgressIndicatorProps",
              "canonicalReference": "office-ui-fabric-react!IProgressIndicatorProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "ProgressIndicatorBase",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ProgressIndicatorBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        label: string;\n        description: string;\n        width: number;\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ProgressIndicatorBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Rating:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Rating: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IRatingProps",
              "canonicalReference": "office-ui-fabric-react!IRatingProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Rating",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!RatingBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class RatingBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IRatingProps",
              "canonicalReference": "office-ui-fabric-react!IRatingProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IRatingState",
              "canonicalReference": "office-ui-fabric-react!IRatingState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "RatingBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!RatingBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `RatingBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IRatingProps",
                  "canonicalReference": "office-ui-fabric-react!IRatingProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!RatingBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IRatingProps",
                  "canonicalReference": "office-ui-fabric-react!IRatingProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!RatingBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!RatingSize:enum",
          "docComment": "/**\n * {@docCategory Rating}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum RatingSize "
            }
          ],
          "releaseTag": "Public",
          "name": "RatingSize",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!RatingSize.Large:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Large = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "Large",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!RatingSize.Small:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Small = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "Small",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ResizeGroup:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ResizeGroup: "
            },
            {
              "kind": "Content",
              "text": "typeof "
            },
            {
              "kind": "Reference",
              "text": "ResizeGroupBase",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupBase:class"
            }
          ],
          "releaseTag": "Public",
          "name": "ResizeGroup",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ResizeGroupBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ResizeGroupBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IResizeGroupProps",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IResizeGroupState",
              "canonicalReference": "office-ui-fabric-react!IResizeGroupState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ResizeGroupBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ResizeGroupBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IResizeGroupProps",
                  "canonicalReference": "office-ui-fabric-react!IResizeGroupProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IResizeGroupProps",
                  "canonicalReference": "office-ui-fabric-react!IResizeGroupProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupBase#remeasure:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "remeasure(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "remeasure"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IResizeGroupProps",
                  "canonicalReference": "office-ui-fabric-react!IResizeGroupProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ResizeGroupDirection:enum",
          "docComment": "/**\n * {@docCategory ResizeGroup}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ResizeGroupDirection "
            }
          ],
          "releaseTag": "Public",
          "name": "ResizeGroupDirection",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupDirection.horizontal:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "horizontal = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "horizontal",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ResizeGroupDirection.vertical:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "vertical = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "vertical",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ResponsiveMode:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ResponsiveMode "
            }
          ],
          "releaseTag": "Public",
          "name": "ResponsiveMode",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ResponsiveMode.large:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "large = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "large",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ResponsiveMode.medium:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "medium = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "medium",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ResponsiveMode.small:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "small = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "small",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ResponsiveMode.unknown:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "unknown = "
                },
                {
                  "kind": "Content",
                  "text": "999"
                }
              ],
              "releaseTag": "Public",
              "name": "unknown",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ResponsiveMode.xLarge:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "xLarge = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "xLarge",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ResponsiveMode.xxLarge:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "xxLarge = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "xxLarge",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ResponsiveMode.xxxLarge:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "xxxLarge = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "xxxLarge",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!rgb2hex:function(1)",
          "docComment": "/**\n * Converts RGB components to a hex color string (without # prefix).\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function rgb2hex(r: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", g: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", b: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Content",
              "text": "string"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "r",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "g",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "b",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "rgb2hex"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!rgb2hsv:function(1)",
          "docComment": "/**\n * Converts RGB components to an HSV color.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function rgb2hsv(r: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", g: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", b: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IHSV",
              "canonicalReference": "office-ui-fabric-react!IHSV:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "r",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "g",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "b",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "rgb2hsv"
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!RGBA_REGEX:var",
          "docComment": "/**\n * Regular expression matching only numbers\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "RGBA_REGEX: "
            },
            {
              "kind": "Reference",
              "text": "RegExp",
              "canonicalReference": "!RegExp:interface"
            }
          ],
          "releaseTag": "Public",
          "name": "RGBA_REGEX",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ScrollablePane:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ScrollablePane: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IScrollablePaneProps",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ScrollablePane",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ScrollablePaneBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IScrollablePaneProps",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IScrollablePaneState",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IScrollablePane",
              "canonicalReference": "office-ui-fabric-react!IScrollablePane:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ScrollablePaneBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ScrollablePaneBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePaneProps",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#addSticky:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addSticky: "
                },
                {
                  "kind": "Content",
                  "text": "(sticky: "
                },
                {
                  "kind": "Reference",
                  "text": "Sticky",
                  "canonicalReference": "office-ui-fabric-react!Sticky:class"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "addSticky",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePaneProps",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePaneState",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePaneState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#contentContainer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly contentContainer: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contentContainer",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#forceLayoutUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceLayoutUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "forceLayoutUpdate"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#getScrollPosition:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getScrollPosition: "
                },
                {
                  "kind": "Content",
                  "text": "() => number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "getScrollPosition",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#notifySubscribers:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "notifySubscribers: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "notifySubscribers",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#removeSticky:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeSticky: "
                },
                {
                  "kind": "Content",
                  "text": "(sticky: "
                },
                {
                  "kind": "Reference",
                  "text": "Sticky",
                  "canonicalReference": "office-ui-fabric-react!Sticky:class"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "removeSticky",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly root: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#setStickiesDistanceFromTop:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setStickiesDistanceFromTop(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "setStickiesDistanceFromTop"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#shouldComponentUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldComponentUpdate(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePaneProps",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePaneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", nextState: "
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePaneState",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePaneState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "nextState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "shouldComponentUpdate"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#sortSticky:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "sortSticky: "
                },
                {
                  "kind": "Content",
                  "text": "(sticky: "
                },
                {
                  "kind": "Reference",
                  "text": "Sticky",
                  "canonicalReference": "office-ui-fabric-react!Sticky:class"
                },
                {
                  "kind": "Content",
                  "text": ", sortAgain?: boolean | undefined) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "sortSticky",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#stickyAbove:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly stickyAbove: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyAbove",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#stickyBelow:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly stickyBelow: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyBelow",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#subscribe:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "subscribe: "
                },
                {
                  "kind": "Content",
                  "text": "(handler: "
                },
                {
                  "kind": "Reference",
                  "text": "Function",
                  "canonicalReference": "!Function:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "subscribe",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#syncScrollSticky:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "syncScrollSticky: "
                },
                {
                  "kind": "Content",
                  "text": "(sticky: "
                },
                {
                  "kind": "Reference",
                  "text": "Sticky",
                  "canonicalReference": "office-ui-fabric-react!Sticky:class"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "syncScrollSticky",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#unsubscribe:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "unsubscribe: "
                },
                {
                  "kind": "Content",
                  "text": "(handler: "
                },
                {
                  "kind": "Reference",
                  "text": "Function",
                  "canonicalReference": "!Function:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "unsubscribe",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ScrollablePaneBase#updateStickyRefHeights:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateStickyRefHeights: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "updateStickyRefHeights",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ScrollablePaneContext:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ScrollablePaneContext: "
            },
            {
              "kind": "Reference",
              "text": "React.Context",
              "canonicalReference": "@types/react!~React.Context:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IScrollablePaneContext",
              "canonicalReference": "office-ui-fabric-react!IScrollablePaneContext:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ScrollablePaneContext",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ScrollbarVisibility:type",
          "docComment": "/**\n * {@docCategory ScrollablePane}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ScrollbarVisibility = "
            },
            {
              "kind": "Content",
              "text": "typeof "
            },
            {
              "kind": "Reference",
              "text": "ScrollbarVisibility",
              "canonicalReference": "office-ui-fabric-react!ScrollbarVisibility:var"
            },
            {
              "kind": "Content",
              "text": "[keyof typeof "
            },
            {
              "kind": "Reference",
              "text": "ScrollbarVisibility",
              "canonicalReference": "office-ui-fabric-react!ScrollbarVisibility:var"
            },
            {
              "kind": "Content",
              "text": "]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ScrollbarVisibility",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ScrollbarVisibility:var",
          "docComment": "/**\n * {@docCategory ScrollablePane}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ScrollbarVisibility: "
            },
            {
              "kind": "Content",
              "text": "{\n    auto: \"auto\";\n    always: \"always\";\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "ScrollbarVisibility",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!ScrollToMode:type",
          "docComment": "/**\n * {@docCategory List}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type ScrollToMode = "
            },
            {
              "kind": "Content",
              "text": "typeof "
            },
            {
              "kind": "Reference",
              "text": "ScrollToMode",
              "canonicalReference": "office-ui-fabric-react!ScrollToMode:var"
            },
            {
              "kind": "Content",
              "text": "[keyof typeof "
            },
            {
              "kind": "Reference",
              "text": "ScrollToMode",
              "canonicalReference": "office-ui-fabric-react!ScrollToMode:var"
            },
            {
              "kind": "Content",
              "text": "]"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "ScrollToMode",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 6
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ScrollToMode:var",
          "docComment": "/**\n * {@docCategory List}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ScrollToMode: "
            },
            {
              "kind": "Content",
              "text": "{\n    auto: 0;\n    top: 1;\n    bottom: 2;\n    center: 3;\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "ScrollToMode",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!SearchBox:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "SearchBox: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISearchBoxProps",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "SearchBox",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SearchBoxBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SearchBoxBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISearchBoxProps",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ISearchBoxState",
              "canonicalReference": "office-ui-fabric-react!ISearchBoxState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "SearchBoxBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SearchBoxBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SearchBoxBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISearchBoxProps",
                  "canonicalReference": "office-ui-fabric-react!ISearchBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SearchBoxBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Pick",
                  "canonicalReference": "!Pick:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISearchBoxProps",
                  "canonicalReference": "office-ui-fabric-react!ISearchBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", 'disableAnimation' | 'clearButtonProps'>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SearchBoxBase#focus:member(1)",
              "docComment": "/**\n * Sets focus to the search box input field\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SearchBoxBase#hasFocus:member(1)",
              "docComment": "/**\n * Returns whether or not the SearchBox has focus\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasFocus(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "hasFocus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SearchBoxBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SearchBoxBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISearchBoxProps",
                  "canonicalReference": "office-ui-fabric-react!ISearchBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!SelectableOptionMenuItemType:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum SelectableOptionMenuItemType "
            }
          ],
          "releaseTag": "Public",
          "name": "SelectableOptionMenuItemType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SelectableOptionMenuItemType.Divider:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Divider = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "Divider",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SelectableOptionMenuItemType.Header:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Header = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "Header",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SelectableOptionMenuItemType.Normal:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Normal = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "Normal",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!SelectAllVisibility:enum",
          "docComment": "/**\n * {@docCategory DetailsList}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum SelectAllVisibility "
            }
          ],
          "releaseTag": "Public",
          "name": "SelectAllVisibility",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SelectAllVisibility.hidden:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hidden = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "hidden",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SelectAllVisibility.none:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "none = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "none",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SelectAllVisibility.visible:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "visible = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "visible",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SelectedPeopleList:class",
          "docComment": "/**\n * Standard People Picker.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SelectedPeopleList extends "
            },
            {
              "kind": "Reference",
              "text": "BasePeopleSelectedItemsList",
              "canonicalReference": "office-ui-fabric-react!BasePeopleSelectedItemsList:class"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "SelectedPeopleList",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SelectedPeopleList.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SelectedPeopleList#renderItems:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected renderItems: "
                },
                {
                  "kind": "Content",
                  "text": "() => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "renderItems",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SelectionZone:class",
          "docComment": "/**\n * {@docCategory Selection}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SelectionZone extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISelectionZoneProps",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ISelectionZoneState",
              "canonicalReference": "office-ui-fabric-react!ISelectionZoneState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "SelectionZone",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SelectionZone:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SelectionZone` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelectionZoneProps",
                  "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SelectionZone#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SelectionZone#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(previousProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelectionZoneProps",
                  "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "previousProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SelectionZone#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SelectionZone.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        isSelectedOnFocus: boolean;\n        selectionMode: "
                },
                {
                  "kind": "Reference",
                  "text": "SelectionMode",
                  "canonicalReference": "@uifabric/utilities!SelectionMode:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SelectionZone.getDerivedStateFromProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static getDerivedStateFromProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelectionZoneProps",
                  "canonicalReference": "office-ui-fabric-react!ISelectionZoneProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "ISelectionZoneState",
                  "canonicalReference": "office-ui-fabric-react!ISelectionZoneState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ISelectionZoneState",
                  "canonicalReference": "office-ui-fabric-react!ISelectionZoneState:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "getDerivedStateFromProps"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SelectionZone#ignoreNextFocus:member",
              "docComment": "/**\n * In some cases, the consuming scenario requires to set focus on a row without having SelectionZone react to the event. Note that focus events in IE \\<= 11 will occur asynchronously after .focus() has been called on an element, so we need a flag to store the idea that we will bypass the \"next\" focus event that occurs. This method does that.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "ignoreNextFocus: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "ignoreNextFocus",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SelectionZone#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!SemanticColorSlots:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum SemanticColorSlots "
            }
          ],
          "releaseTag": "Public",
          "name": "SemanticColorSlots",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SemanticColorSlots.bodyBackground:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bodyBackground = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "bodyBackground",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SemanticColorSlots.bodyText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "bodyText = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "bodyText",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SemanticColorSlots.disabledBackground:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabledBackground = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "disabledBackground",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SemanticColorSlots.disabledText:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "disabledText = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "disabledText",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Separator:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Separator: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISeparatorProps",
              "canonicalReference": "office-ui-fabric-react!ISeparatorProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Separator",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!SeparatorBase:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "SeparatorBase: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISeparatorProps",
              "canonicalReference": "office-ui-fabric-react!ISeparatorProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "SeparatorBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!Shade:enum",
          "docComment": "/**\n * Shades of a given color, from softest to strongest.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum Shade "
            }
          ],
          "releaseTag": "Public",
          "name": "Shade",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!Shade.Shade1:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Shade1 = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "Shade1",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!Shade.Shade2:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Shade2 = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "Shade2",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!Shade.Shade3:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Shade3 = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "Shade3",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!Shade.Shade4:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Shade4 = "
                },
                {
                  "kind": "Content",
                  "text": "4"
                }
              ],
              "releaseTag": "Public",
              "name": "Shade4",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!Shade.Shade5:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Shade5 = "
                },
                {
                  "kind": "Content",
                  "text": "5"
                }
              ],
              "releaseTag": "Public",
              "name": "Shade5",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!Shade.Shade6:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Shade6 = "
                },
                {
                  "kind": "Content",
                  "text": "6"
                }
              ],
              "releaseTag": "Public",
              "name": "Shade6",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!Shade.Shade7:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Shade7 = "
                },
                {
                  "kind": "Content",
                  "text": "7"
                }
              ],
              "releaseTag": "Public",
              "name": "Shade7",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!Shade.Shade8:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Shade8 = "
                },
                {
                  "kind": "Content",
                  "text": "8"
                }
              ],
              "releaseTag": "Public",
              "name": "Shade8",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!Shade.Unshaded:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Unshaded = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "Unshaded",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Shimmer:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Shimmer: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Shimmer",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ShimmerBase:class",
          "docComment": "/**\n * {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ShimmerBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IShimmerState",
              "canonicalReference": "office-ui-fabric-react!IShimmerState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ShimmerBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ShimmerBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ShimmerBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ShimmerBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ShimmerBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmerProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ShimmerBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ShimmerCircle:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ShimmerCircle: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerCircleProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerCircleProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerCircle",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ShimmerCircleBase:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ShimmerCircleBase: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerCircleProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerCircleProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerCircleBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ShimmeredDetailsList:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ShimmeredDetailsList: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmeredDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmeredDetailsList",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ShimmeredDetailsListBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ShimmeredDetailsListBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmeredDetailsListProps",
              "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmeredDetailsListBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ShimmeredDetailsListBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ShimmeredDetailsListBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IShimmeredDetailsListProps",
                  "canonicalReference": "office-ui-fabric-react!IShimmeredDetailsListProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ShimmeredDetailsListBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ShimmerElementsDefaultHeights:enum",
          "docComment": "/**\n * Describes the default heights for shimmer elements when omitted in implementation. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ShimmerElementsDefaultHeights "
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerElementsDefaultHeights",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ShimmerElementsDefaultHeights.circle:member",
              "docComment": "/**\n * Default height of the circle element when not provided by user: 24px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "circle = "
                },
                {
                  "kind": "Content",
                  "text": "24"
                }
              ],
              "releaseTag": "Public",
              "name": "circle",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ShimmerElementsDefaultHeights.gap:member",
              "docComment": "/**\n * Default height of the gap element when not provided by user: 16px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gap = "
                },
                {
                  "kind": "Content",
                  "text": "16"
                }
              ],
              "releaseTag": "Public",
              "name": "gap",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ShimmerElementsDefaultHeights.line:member",
              "docComment": "/**\n * Default height of the line element when not provided by user: 16px\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "line = "
                },
                {
                  "kind": "Content",
                  "text": "16"
                }
              ],
              "releaseTag": "Public",
              "name": "line",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ShimmerElementsGroup:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ShimmerElementsGroup: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerElementsGroupProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerElementsGroup",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ShimmerElementsGroupBase:var",
          "docComment": "/**\n * {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ShimmerElementsGroupBase: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerElementsGroupProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerElementsGroupProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerElementsGroupBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ShimmerElementType:enum",
          "docComment": "/**\n * Describes the possible types for shimmer elements used. {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ShimmerElementType "
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerElementType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ShimmerElementType.circle:member",
              "docComment": "/**\n * Circle element type\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "circle = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "circle",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ShimmerElementType.gap:member",
              "docComment": "/**\n * Gap element type\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "gap = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "gap",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ShimmerElementType.line:member",
              "docComment": "/**\n * Line element type\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "line = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "line",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ShimmerGap:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ShimmerGap: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerGapProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerGapProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerGap",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ShimmerGapBase:var",
          "docComment": "/**\n * {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ShimmerGapBase: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerGapProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerGapProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerGapBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ShimmerLine:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ShimmerLine: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerLineProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerLine",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!ShimmerLineBase:var",
          "docComment": "/**\n * {@docCategory Shimmer}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "ShimmerLineBase: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IShimmerLineProps",
              "canonicalReference": "office-ui-fabric-react!IShimmerLineProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "ShimmerLineBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!sizeBoolean:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "sizeBoolean: "
            },
            {
              "kind": "Content",
              "text": "(size: "
            },
            {
              "kind": "Reference",
              "text": "PersonaSize",
              "canonicalReference": "office-ui-fabric-react!PersonaSize:enum"
            },
            {
              "kind": "Content",
              "text": ") => {\n    isSize8: boolean;\n    isSize10: boolean;\n    isSize16: boolean;\n    isSize24: boolean;\n    isSize28: boolean;\n    isSize32: boolean;\n    isSize40: boolean;\n    isSize48: boolean;\n    isSize56: boolean;\n    isSize72: boolean;\n    isSize100: boolean;\n    isSize120: boolean;\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "sizeBoolean",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 4
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!sizeToPixels:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "sizeToPixels: "
            },
            {
              "kind": "Content",
              "text": "{\n    [key: number]: number;\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "sizeToPixels",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Slider:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Slider: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISliderProps",
              "canonicalReference": "office-ui-fabric-react!ISliderProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Slider",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SliderBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SliderBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISliderProps",
              "canonicalReference": "office-ui-fabric-react!ISliderProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ISliderState",
              "canonicalReference": "office-ui-fabric-react!ISliderState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ISlider",
              "canonicalReference": "office-ui-fabric-react!ISlider:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "SliderBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SliderBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SliderBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISliderProps",
                  "canonicalReference": "office-ui-fabric-react!ISliderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SliderBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SliderBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISliderProps",
                  "canonicalReference": "office-ui-fabric-react!ISliderProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SliderBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SliderBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "React.ReactElement",
                  "canonicalReference": "@types/react!~React.ReactElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "<{}>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SliderBase#value:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly value: "
                },
                {
                  "kind": "Content",
                  "text": "number | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SpinButton:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SpinButton extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISpinButtonProps",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ISpinButtonState",
              "canonicalReference": "office-ui-fabric-react!ISpinButtonState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ISpinButton",
              "canonicalReference": "office-ui-fabric-react!ISpinButton:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "SpinButton",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SpinButton:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SpinButton` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISpinButtonProps",
                  "canonicalReference": "office-ui-fabric-react!ISpinButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SpinButton#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SpinButton.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "DefaultProps",
                  "canonicalReference": "office-ui-fabric-react!DefaultProps:type"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SpinButton#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SpinButton#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SpinButton#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "/**\n * Invoked when a component is receiving new props. This method is not called for the initial render.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISpinButtonProps",
                  "canonicalReference": "office-ui-fabric-react!ISpinButtonProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SpinButton#value:member",
              "docComment": "/**\n * Gets the value of the spin button.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly value: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Spinner:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Spinner: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISpinnerProps",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Spinner",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SpinnerBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SpinnerBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISpinnerProps",
              "canonicalReference": "office-ui-fabric-react!ISpinnerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", any> "
            }
          ],
          "releaseTag": "Public",
          "name": "SpinnerBase",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SpinnerBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISpinnerProps",
                  "canonicalReference": "office-ui-fabric-react!ISpinnerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SpinnerBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!SpinnerLabelPosition:type",
          "docComment": "/**\n * Possible locations of the label in regards to the spinner\n *\n * @defaultvalue\n *\n * bottom {@docCategory Spinner}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type SpinnerLabelPosition = "
            },
            {
              "kind": "Content",
              "text": "'top' | 'right' | 'bottom' | 'left'"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "SpinnerLabelPosition",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!SpinnerSize:enum",
          "docComment": "/**\n * Possible variations of the spinner circle size. {@docCategory Spinner}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum SpinnerSize "
            }
          ],
          "releaseTag": "Public",
          "name": "SpinnerSize",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SpinnerSize.large:member",
              "docComment": "/**\n * 28px Spinner diameter\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "large = "
                },
                {
                  "kind": "Content",
                  "text": "3"
                }
              ],
              "releaseTag": "Public",
              "name": "large",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SpinnerSize.medium:member",
              "docComment": "/**\n * 20px Spinner diameter\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "medium = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "medium",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SpinnerSize.small:member",
              "docComment": "/**\n * 16px Spinner diameter\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "small = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "small",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SpinnerSize.xSmall:member",
              "docComment": "/**\n * 12px Spinner diameter\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "xSmall = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "xSmall",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!SpinnerType:enum",
          "docComment": "/**\n * Deprecated at v2.0.0, use `SpinnerSize` instead.\n *\n * @deprecated\n *\n * Use `SpinnerSize` instead. {@docCategory Spinner}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum SpinnerType "
            }
          ],
          "releaseTag": "Public",
          "name": "SpinnerType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SpinnerType.large:member",
              "docComment": "/**\n * Deprecated and will be removed at \\>= 2.0.0. Use `SpinnerSize.large` instead.\n *\n * @deprecated\n *\n * Use `SpinnerSize.large` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "large = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "large",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SpinnerType.normal:member",
              "docComment": "/**\n * Deprecated and will be removed at \\>= 2.0.0. Use `SpinnerSize.medium` instead.\n *\n * @deprecated\n *\n * Use `SpinnerSize.medium` instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "normal = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "normal",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Stack:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Stack: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackProps",
              "canonicalReference": "office-ui-fabric-react!IStackProps:interface"
            },
            {
              "kind": "Content",
              "text": "> & {\n    Item: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackItemProps",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ">;\n}"
            }
          ],
          "releaseTag": "Public",
          "name": "Stack",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!StackItem:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "StackItem: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStackItemProps",
              "canonicalReference": "office-ui-fabric-react!IStackItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "StackItem",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!Sticky:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Sticky extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IStickyProps",
              "canonicalReference": "office-ui-fabric-react!IStickyProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IStickyState",
              "canonicalReference": "office-ui-fabric-react!IStickyState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "Sticky",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!Sticky:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `Sticky` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IStickyProps",
                  "canonicalReference": "office-ui-fabric-react!IStickyProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Sticky#addSticky:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "addSticky(stickyContent: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "stickyContent",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "addSticky"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky#canStickyBottom:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly canStickyBottom: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canStickyBottom",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky#canStickyTop:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly canStickyTop: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "canStickyTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Sticky#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Sticky#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IStickyProps",
                  "canonicalReference": "office-ui-fabric-react!IStickyProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "IStickyState",
                  "canonicalReference": "office-ui-fabric-react!IStickyState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Sticky#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky.contextType:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static contextType: "
                },
                {
                  "kind": "Reference",
                  "text": "React.Context",
                  "canonicalReference": "@types/react!~React.Context:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IScrollablePaneContext",
                  "canonicalReference": "office-ui-fabric-react!IScrollablePaneContext:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "contextType",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": true
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IStickyProps",
                  "canonicalReference": "office-ui-fabric-react!IStickyProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky#nonStickyContent:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly nonStickyContent: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "nonStickyContent",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky#placeholder:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly placeholder: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "placeholder",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Sticky#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Sticky#resetSticky:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "resetSticky(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "resetSticky"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky#root:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly root: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "root",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Sticky#setDistanceFromTop:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setDistanceFromTop(container: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "container",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "setDistanceFromTop"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Sticky#shouldComponentUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "shouldComponentUpdate(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "IStickyProps",
                  "canonicalReference": "office-ui-fabric-react!IStickyProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", nextState: "
                },
                {
                  "kind": "Reference",
                  "text": "IStickyState",
                  "canonicalReference": "office-ui-fabric-react!IStickyState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "nextState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "shouldComponentUpdate"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky#stickyContentBottom:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly stickyContentBottom: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyContentBottom",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky#stickyContentTop:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly stickyContentTop: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "stickyContentTop",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Sticky#syncScroll:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "syncScroll: "
                },
                {
                  "kind": "Content",
                  "text": "(container: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLElement",
                  "canonicalReference": "!HTMLElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "syncScroll",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!StickyPositionType:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum StickyPositionType "
            }
          ],
          "releaseTag": "Public",
          "name": "StickyPositionType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!StickyPositionType.Both:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Both = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "Both",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!StickyPositionType.Footer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Footer = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "Footer",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!StickyPositionType.Header:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Header = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "Header",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!SuggestionActionType:enum",
          "docComment": "/**\n * Enum to help identify which suggestions action button is selected. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum SuggestionActionType "
            }
          ],
          "releaseTag": "Public",
          "name": "SuggestionActionType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SuggestionActionType.forceResolve:member",
              "docComment": "/**\n * ForceResolve action is selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "forceResolve = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "forceResolve",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SuggestionActionType.none:member",
              "docComment": "/**\n * None of the actions is selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "none = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "none",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SuggestionActionType.searchMore:member",
              "docComment": "/**\n * SearchMore action is selected.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "searchMore = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "searchMore",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!SuggestionItemType:enum",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum SuggestionItemType "
            }
          ],
          "releaseTag": "Public",
          "name": "SuggestionItemType",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SuggestionItemType.footer:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "footer = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "footer",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SuggestionItemType.header:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "header = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "header",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!SuggestionItemType.suggestion:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestion = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestion",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!Suggestions:class",
          "docComment": "/**\n * {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class Suggestions<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>, "
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsState",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "Suggestions",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Suggestions#_forceResolveButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _forceResolveButton: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButton",
                  "canonicalReference": "office-ui-fabric-react!IButton:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_forceResolveButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Suggestions#_searchForMoreButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _searchForMoreButton: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IButton",
                  "canonicalReference": "office-ui-fabric-react!IButton:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_searchForMoreButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Suggestions#_selectedElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _selectedElement: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_selectedElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!Suggestions:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `Suggestions` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(suggestionsProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestionsProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#executeSelectedAction:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "executeSelectedAction(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "executeSelectedAction"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#focusAboveSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusAboveSuggestions(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focusAboveSuggestions"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#focusBelowSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusBelowSuggestions(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focusBelowSuggestions"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#focusSearchForMoreButton:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focusSearchForMoreButton(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focusSearchForMoreButton"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#hasSuggestedAction:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSuggestedAction(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "hasSuggestedAction"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#hasSuggestedActionSelected:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSuggestedActionSelected(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "hasSuggestedActionSelected"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!Suggestions#scrollSelected:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollSelected(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "scrollSelected"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!Suggestions#tryHandleKeyDown:member",
              "docComment": "/**\n * Returns true if the event was handled, false otherwise\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "tryHandleKeyDown: "
                },
                {
                  "kind": "Content",
                  "text": "(keyCode: number, currentSuggestionIndex: number) => boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "tryHandleKeyDown",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SuggestionsControl:class",
          "docComment": "/**\n * Class when used with SuggestionsStore, renders a suggestions control with customizable headers and footers\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SuggestionsControl<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsControlProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>, "
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsControlState",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsControlState:interface"
            },
            {
              "kind": "Content",
              "text": "<T>> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "SuggestionsControl",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#_forceResolveButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _forceResolveButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IButton",
                  "canonicalReference": "office-ui-fabric-react!IButton:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_forceResolveButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#_renderSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _renderSuggestions(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "_renderSuggestions"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#_searchForMoreButton:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _searchForMoreButton: "
                },
                {
                  "kind": "Reference",
                  "text": "IButton",
                  "canonicalReference": "office-ui-fabric-react!IButton:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_searchForMoreButton",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#_selectedElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _selectedElement: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_selectedElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#_suggestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _suggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionsCore",
                  "canonicalReference": "office-ui-fabric-react!SuggestionsCore:class"
                },
                {
                  "kind": "Content",
                  "text": "<T>>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_suggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SuggestionsControl` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(suggestionsProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsControlProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestionsProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#currentSuggestion:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly currentSuggestion: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T> | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#currentSuggestionIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly currentSuggestionIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentSuggestionIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#executeSelectedAction:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "executeSelectedAction(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "executeSelectedAction"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#handleKeyDown:member(1)",
              "docComment": "/**\n * Handles the key down, returns true, if the event was handled, false otherwise\n *\n * @param keyCode - The keyCode to handle\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "handleKeyDown(keyCode: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "keyCode",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "handleKeyDown"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#hasSelection:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSelection(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "hasSelection"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#hasSuggestionSelected:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSuggestionSelected(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "hasSuggestionSelected"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#removeSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeSuggestion(index?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "removeSuggestion"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#renderFooterItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected renderFooterItems(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "renderFooterItems"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#renderHeaderItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected renderHeaderItems(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "renderHeaderItems"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#resetSelectedItem:member(1)",
              "docComment": "/**\n * Resets the selected state and selects the first selectable item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected resetSelectedItem(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "resetSelectedItem"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#scrollSelected:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollSelected(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "scrollSelected"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#selectedElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectedElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#selectFirstItem:member(1)",
              "docComment": "/**\n * Selects the first item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selectFirstItem(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "selectFirstItem"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#selectLastItem:member(1)",
              "docComment": "/**\n * Selects the last item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selectLastItem(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "selectLastItem"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#selectNextItem:member(1)",
              "docComment": "/**\n * Selects the next selectable item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selectNextItem(itemType: "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionItemType",
                  "canonicalReference": "office-ui-fabric-react!SuggestionItemType:enum"
                },
                {
                  "kind": "Content",
                  "text": ", originalItemType?: "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionItemType",
                  "canonicalReference": "office-ui-fabric-react!SuggestionItemType:enum"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "itemType",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "originalItemType",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "selectNextItem"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#selectPreviousItem:member(1)",
              "docComment": "/**\n * Selects the previous selectable item\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected selectPreviousItem(itemType: "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionItemType",
                  "canonicalReference": "office-ui-fabric-react!SuggestionItemType:enum"
                },
                {
                  "kind": "Content",
                  "text": ", originalItemType?: "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionItemType",
                  "canonicalReference": "office-ui-fabric-react!SuggestionItemType:enum"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "itemType",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "originalItemType",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "selectPreviousItem"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsControl#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsControlProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsControlProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SuggestionsController:class",
          "docComment": "/**\n * {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SuggestionsController<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "SuggestionsController",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SuggestionsController` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor();"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": []
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#convertSuggestionsToSuggestionItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "convertSuggestionsToSuggestionItems(suggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "Array",
                  "canonicalReference": "!Array:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T> | T>"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 5
                  }
                }
              ],
              "name": "convertSuggestionsToSuggestionItems"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#createGenericSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "createGenericSuggestion(itemToConvert: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T> | T"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "itemToConvert",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ],
              "name": "createGenericSuggestion"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#currentIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#currentSuggestion:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentSuggestion: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T> | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#deselectAllSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deselectAllSuggestions(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "deselectAllSuggestions"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#getCurrentItem:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getCurrentItem(): "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getCurrentItem"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#getSuggestionAtIndex:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSuggestionAtIndex(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getSuggestionAtIndex"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#getSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSuggestions(): "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getSuggestions"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#hasSelectedSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSelectedSuggestion(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "hasSelectedSuggestion"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#nextSuggestion:member(1)",
              "docComment": "/**\n * Increments the suggestion index and gets the next suggestion in the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextSuggestion(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "nextSuggestion"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#previousSuggestion:member(1)",
              "docComment": "/**\n * Decrements the suggestion index and gets the previous suggestion in the list.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "previousSuggestion(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "previousSuggestion"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#removeSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeSuggestion(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "removeSuggestion"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#setSelectedSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectedSuggestion(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "setSelectedSuggestion"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#suggestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsController#updateSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateSuggestions(newSuggestions: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": ", selectedIndex?: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newSuggestions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "selectedIndex",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "updateSuggestions"
            }
          ],
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SuggestionsCore:class",
          "docComment": "/**\n * Class when used with SuggestionsStore, renders a basic suggestions control\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SuggestionsCore<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsCoreProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>, {}> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "SuggestionsCore",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#_selectedElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _selectedElement: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_selectedElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SuggestionsCore` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(suggestionsProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsCoreProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsCoreProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestionsProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#currentIndex:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentIndex: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentIndex",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#currentSuggestion:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "currentSuggestion: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T> | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "currentSuggestion",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#deselectAllSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "deselectAllSuggestions(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "deselectAllSuggestions"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#getCurrentItem:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getCurrentItem(): "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getCurrentItem"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#getSuggestionAtIndex:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSuggestionAtIndex(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getSuggestionAtIndex"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#hasSuggestionSelected:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "hasSuggestionSelected(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "hasSuggestionSelected"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#nextSuggestion:member(1)",
              "docComment": "/**\n * Increments the selected suggestion index\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "nextSuggestion(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "nextSuggestion"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#previousSuggestion:member(1)",
              "docComment": "/**\n * Decrements the selected suggestion index\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "previousSuggestion(): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "previousSuggestion"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#removeSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeSuggestion(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "removeSuggestion"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#scrollSelected:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "scrollSelected(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "scrollSelected"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#selectedElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectedElement: "
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": " | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsCore#setSelectedSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectedSuggestion(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "setSelectedSuggestion"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SuggestionsHeaderFooterItem:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SuggestionsHeaderFooterItem extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionsHeaderFooterItemProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            }
          ],
          "releaseTag": "Public",
          "name": "SuggestionsHeaderFooterItem",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SuggestionsHeaderFooterItem:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SuggestionsHeaderFooterItem` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionsHeaderFooterItemProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionsHeaderFooterItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsHeaderFooterItem#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SuggestionsItem:class",
          "docComment": "/**\n * {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SuggestionsItem<T> extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISuggestionItemProps",
              "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface"
            },
            {
              "kind": "Content",
              "text": "<T>, {}> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "SuggestionsItem",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SuggestionsItem:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SuggestionsItem` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionItemProps",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsItem#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SuggestionsStore:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SuggestionsStore<T> "
            }
          ],
          "releaseTag": "Public",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "name": "SuggestionsStore",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SuggestionsStore:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SuggestionsStore` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(options?: "
                },
                {
                  "kind": "Reference",
                  "text": "SuggestionsStoreOptions",
                  "canonicalReference": "office-ui-fabric-react!SuggestionsStoreOptions:type"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "options",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 3
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsStore#convertSuggestionsToSuggestionItems:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "convertSuggestionsToSuggestionItems(suggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "Array",
                  "canonicalReference": "!Array:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T> | T>"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "suggestions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 5
                  }
                }
              ],
              "name": "convertSuggestionsToSuggestionItems"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsStore#getSuggestionAtIndex:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSuggestionAtIndex(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getSuggestionAtIndex"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsStore#getSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSuggestions(): "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "getSuggestions"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsStore#removeSuggestion:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "removeSuggestion(index: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "index",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "removeSuggestion"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SuggestionsStore#suggestions:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "suggestions: "
                },
                {
                  "kind": "Reference",
                  "text": "ISuggestionModel",
                  "canonicalReference": "office-ui-fabric-react!ISuggestionModel:interface"
                },
                {
                  "kind": "Content",
                  "text": "<T>[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "suggestions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SuggestionsStore#updateSuggestions:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "updateSuggestions(newSuggestions: "
                },
                {
                  "kind": "Content",
                  "text": "T[]"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newSuggestions",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "updateSuggestions"
            }
          ],
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!SuggestionsStoreOptions:type",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type SuggestionsStoreOptions<T> = "
            },
            {
              "kind": "Content",
              "text": "{\n    getAriaLabel?: (item: T) => string;\n}"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "SuggestionsStoreOptions",
          "typeParameters": [
            {
              "typeParameterName": "T",
              "constraintTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              },
              "defaultTypeTokenRange": {
                "startIndex": 0,
                "endIndex": 0
              }
            }
          ],
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!SwatchColorPicker:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "SwatchColorPicker: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISwatchColorPickerProps",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "SwatchColorPicker",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!SwatchColorPickerBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class SwatchColorPickerBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ISwatchColorPickerProps",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ISwatchColorPickerState",
              "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "SwatchColorPickerBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!SwatchColorPickerBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `SwatchColorPickerBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ISwatchColorPickerProps",
                  "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SwatchColorPickerBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!SwatchColorPickerBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISwatchColorPickerProps",
                  "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SwatchColorPickerBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!SwatchColorPickerBase#UNSAFE_componentWillReceiveProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "UNSAFE_componentWillReceiveProps(newProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ISwatchColorPickerProps",
                  "canonicalReference": "office-ui-fabric-react!ISwatchColorPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "newProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "UNSAFE_componentWillReceiveProps"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TagItem:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TagItem: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITagItemProps",
              "canonicalReference": "office-ui-fabric-react!ITagItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "TagItem",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TagItemBase:var",
          "docComment": "/**\n * {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TagItemBase: "
            },
            {
              "kind": "Content",
              "text": "(props: "
            },
            {
              "kind": "Reference",
              "text": "ITagItemProps",
              "canonicalReference": "office-ui-fabric-react!ITagItemProps:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "JSX.Element",
              "canonicalReference": "@types/react!~__global.JSX.Element:interface"
            }
          ],
          "releaseTag": "Public",
          "name": "TagItemBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TagItemSuggestion:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TagItemSuggestion: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITagItemSuggestionProps",
              "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "TagItemSuggestion",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TagItemSuggestionBase:var",
          "docComment": "/**\n * {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TagItemSuggestionBase: "
            },
            {
              "kind": "Content",
              "text": "(props: "
            },
            {
              "kind": "Reference",
              "text": "ITagItemSuggestionProps",
              "canonicalReference": "office-ui-fabric-react!ITagItemSuggestionProps:interface"
            },
            {
              "kind": "Content",
              "text": ") => "
            },
            {
              "kind": "Reference",
              "text": "JSX.Element",
              "canonicalReference": "@types/react!~__global.JSX.Element:interface"
            }
          ],
          "releaseTag": "Public",
          "name": "TagItemSuggestionBase",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TagPicker:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TagPicker: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITagPickerProps",
              "canonicalReference": "office-ui-fabric-react!ITagPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "TagPicker",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!TagPickerBase:class",
          "docComment": "/**\n * {@docCategory TagPicker}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TagPickerBase extends "
            },
            {
              "kind": "Reference",
              "text": "BasePicker",
              "canonicalReference": "office-ui-fabric-react!BasePicker:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITag",
              "canonicalReference": "office-ui-fabric-react!ITag:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITagPickerProps",
              "canonicalReference": "office-ui-fabric-react!ITagPickerProps:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "TagPickerBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!TagPickerBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `TagPickerBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ITagPickerProps",
                  "canonicalReference": "office-ui-fabric-react!ITagPickerProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TagPickerBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        onRenderItem: (props: "
                },
                {
                  "kind": "Reference",
                  "text": "ITagItemProps",
                  "canonicalReference": "office-ui-fabric-react!ITagItemProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n        onRenderSuggestionsItem: (props: "
                },
                {
                  "kind": "Reference",
                  "text": "ITag",
                  "canonicalReference": "office-ui-fabric-react!ITag:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 10
              },
              "isStatic": true
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "TypeAlias",
          "canonicalReference": "office-ui-fabric-react!Target:type",
          "docComment": "/**\n * {@docCategory Callout}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare type Target = "
            },
            {
              "kind": "Reference",
              "text": "Element",
              "canonicalReference": "!Element:interface"
            },
            {
              "kind": "Content",
              "text": " | string | "
            },
            {
              "kind": "Reference",
              "text": "MouseEvent",
              "canonicalReference": "!MouseEvent:interface"
            },
            {
              "kind": "Content",
              "text": " | "
            },
            {
              "kind": "Reference",
              "text": "Point",
              "canonicalReference": "@uifabric/utilities!Point:interface"
            },
            {
              "kind": "Content",
              "text": " | null | "
            },
            {
              "kind": "Reference",
              "text": "React.RefObject",
              "canonicalReference": "@types/react!~React.RefObject:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "Element",
              "canonicalReference": "!Element:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "releaseTag": "Public",
          "name": "Target",
          "typeTokenRange": {
            "startIndex": 1,
            "endIndex": 11
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TeachingBubble:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TeachingBubble: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITeachingBubbleProps",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "TeachingBubble",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!TeachingBubbleBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TeachingBubbleBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITeachingBubbleProps",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITeachingBubbleState",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "TeachingBubbleBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `TeachingBubbleBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ITeachingBubbleProps",
                  "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        calloutProps: {\n            beakWidth: number;\n            gapSpace: number;\n            setInitialFocus: boolean;\n            doNotLayer: boolean;\n            directionalHint: 12;\n        };\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleBase#rootElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootElement: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TeachingBubbleContent:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TeachingBubbleContent: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITeachingBubbleProps",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "TeachingBubbleContent",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!TeachingBubbleContentBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TeachingBubbleContentBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITeachingBubbleProps",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITeachingBubbleState",
              "canonicalReference": "office-ui-fabric-react!ITeachingBubbleState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            }
          ],
          "releaseTag": "Public",
          "name": "TeachingBubbleContentBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleContentBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `TeachingBubbleContentBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ITeachingBubbleProps",
                  "canonicalReference": "office-ui-fabric-react!ITeachingBubbleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleContentBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleContentBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleContentBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleContentBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TeachingBubbleContentBase#rootElement:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "rootElement: "
                },
                {
                  "kind": "Reference",
                  "text": "React.RefObject",
                  "canonicalReference": "@types/react!~React.RefObject:interface"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "HTMLDivElement",
                  "canonicalReference": "!HTMLDivElement:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "rootElement",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Text:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Text: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextProps",
              "canonicalReference": "office-ui-fabric-react!ITextProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Text",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TextField:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TextField: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextFieldProps",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "TextField",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!TextFieldBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TextFieldBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITextFieldProps",
              "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITextFieldState",
              "canonicalReference": "office-ui-fabric-react!ITextFieldState:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITextFieldSnapshot",
              "canonicalReference": "office-ui-fabric-react!ITextFieldSnapshot:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ITextField",
              "canonicalReference": "office-ui-fabric-react!ITextField:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "TextFieldBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `TextFieldBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#blur:member(1)",
              "docComment": "/**\n * Blurs the text field.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "blur(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "blur"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#componentDidMount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidMount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentDidMount"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#componentDidUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentDidUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldState",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldState:interface"
                },
                {
                  "kind": "Content",
                  "text": ", snapshot: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldSnapshot",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldSnapshot:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 7,
                "endIndex": 8
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                },
                {
                  "parameterName": "snapshot",
                  "parameterTypeTokenRange": {
                    "startIndex": 5,
                    "endIndex": 6
                  }
                }
              ],
              "name": "componentDidUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#focus:member(1)",
              "docComment": "/**\n * Sets focus on the text field\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#getSnapshotBeforeUpdate:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "getSnapshotBeforeUpdate(prevProps: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldProps",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldState",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldState:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "ITextFieldSnapshot",
                  "canonicalReference": "office-ui-fabric-react!ITextFieldSnapshot:interface"
                },
                {
                  "kind": "Content",
                  "text": " | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 7
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "prevProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "getSnapshotBeforeUpdate"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#select:member(1)",
              "docComment": "/**\n * Selects the text field\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "select(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "select"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#selectionEnd:member",
              "docComment": "/**\n * Gets the selection end of the text field\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectionEnd: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionEnd",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#selectionStart:member",
              "docComment": "/**\n * Gets the selection start of the text field\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectionStart: "
                },
                {
                  "kind": "Content",
                  "text": "number | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectionStart",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#setSelectionEnd:member(1)",
              "docComment": "/**\n * Sets the selection end of the text field to a specified value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectionEnd(value: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "value",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "setSelectionEnd"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#setSelectionRange:member(1)",
              "docComment": "/**\n * Sets the start and end positions of a selection in a text field.\n *\n * @param start - Index of the start of the selection.\n *\n * @param end - Index of the end of the selection.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectionRange(start: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": ", end: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "start",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "end",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "setSelectionRange"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#setSelectionStart:member(1)",
              "docComment": "/**\n * Sets the selection start of the text field to a specified value\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "setSelectionStart(value: "
                },
                {
                  "kind": "Content",
                  "text": "number"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "value",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "setSelectionStart"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TextFieldBase#value:member",
              "docComment": "/**\n * Gets the current value of the text field.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly value: "
                },
                {
                  "kind": "Content",
                  "text": "string | undefined"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "value",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 9
          },
          "implementsTokenRanges": [
            {
              "startIndex": 10,
              "endIndex": 12
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TextStyles:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TextStyles: "
            },
            {
              "kind": "Reference",
              "text": "ITextComponent",
              "canonicalReference": "office-ui-fabric-react!ITextComponent:type"
            },
            {
              "kind": "Content",
              "text": "['styles']"
            }
          ],
          "releaseTag": "Public",
          "name": "TextStyles",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TextView:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TextView: "
            },
            {
              "kind": "Reference",
              "text": "ITextComponent",
              "canonicalReference": "office-ui-fabric-react!ITextComponent:type"
            },
            {
              "kind": "Content",
              "text": "['view']"
            }
          ],
          "releaseTag": "Public",
          "name": "TextView",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 3
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ThemeGenerator:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ThemeGenerator "
            }
          ],
          "releaseTag": "Public",
          "name": "ThemeGenerator",
          "members": [
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ThemeGenerator.getThemeAsCode:member(1)",
              "docComment": "/**\n * Gets code-formatted load theme blob that can be copy and pasted. Only used for the old theme designer, where loadTheme usage is acceptable, unlike in the new theme designer.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static getThemeAsCode(slotRules: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeRules",
                  "canonicalReference": "office-ui-fabric-react!IThemeRules:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "slotRules",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getThemeAsCode"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ThemeGenerator.getThemeAsCodeWithCreateTheme:member(1)",
              "docComment": "/**\n * Gets code-formatted load theme blob, specifically for the new theme designer, aka.ms/themedesigner. Shouldn't use loadTheme like the old theme designer since it's deprecated. We want to use the theme object from createTheme and use the Customizations.applySettings API instead.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static getThemeAsCodeWithCreateTheme(slotRules: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeRules",
                  "canonicalReference": "office-ui-fabric-react!IThemeRules:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "slotRules",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getThemeAsCodeWithCreateTheme"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ThemeGenerator.getThemeAsJson:member(1)",
              "docComment": "/**\n * Gets the JSON-formatted blob that describes the theme, usable with the REST request endpoints:\n * ```\n * { [theme slot name as string] : [color as string],\n *  \"tokenName\": \"#f00f00\",\n *  \"tokenName2\": \"#ba2ba2\",\n *   ... }\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static getThemeAsJson(slotRules: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeRules",
                  "canonicalReference": "office-ui-fabric-react!IThemeRules:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "slotRules",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getThemeAsJson"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ThemeGenerator.getThemeAsSass:member(1)",
              "docComment": "/**\n * Gets the theme as a list of SASS variables that can be used in code\n * ```\n * $tokenName: \"[theme:tokenName, default:#f00f00]\";\n * $tokenName2: \"[theme:tokenName2, default:#ba2ba2]\";\n * ...\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static getThemeAsSass(slotRules: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeRules",
                  "canonicalReference": "office-ui-fabric-react!IThemeRules:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "slotRules",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getThemeAsSass"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ThemeGenerator.getThemeForPowerShell:member(1)",
              "docComment": "/**\n * Gets the theme formatted for PowerShell scripts\n * ```\n * @{\n * \"tokenName\" = \"#f00f00\";\n * \"tokenName2\" = \"#ba2ba2\";\n * ...\n * }\n * ```\n *\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static getThemeForPowerShell(slotRules: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeRules",
                  "canonicalReference": "office-ui-fabric-react!IThemeRules:interface"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "any"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "slotRules",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ],
              "name": "getThemeForPowerShell"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ThemeGenerator.insureSlots:member(1)",
              "docComment": "/**\n * Sets the color of each slot based on its rule. Slots that don't inherit must have a color already. If this completes without error, then the theme is ready to use. (All slots will have a color.) setSlot() can be called before this, but this must be called before getThemeAs*(). Does not override colors of rules where isCustomized is true (i.e. doesn't override existing customizations).\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static insureSlots(slotRules: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeRules",
                  "canonicalReference": "office-ui-fabric-react!IThemeRules:interface"
                },
                {
                  "kind": "Content",
                  "text": ", isInverted: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "slotRules",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "isInverted",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "insureSlots"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ThemeGenerator.setSlot:member(1)",
              "docComment": "/**\n * Sets an IThemeSlotRule to the given color and cascades it to the rest of the theme, updating other IThemeSlotRules in the theme that inherit from that color.\n *\n * @param isInverted - whether it's a dark theme or not, which affects the algorithm used to generate shades\n *\n * @param isCustomization - should be true only if it's a user action, and indicates overwriting the slot's inheritance (if any)\n *\n * @param overwriteCustomColor - A slot could have a generated color based on its inheritance rules (isCustomized is false), or a custom color based on user input (isCustomized is true). This bool tells us whether to override existing customized colors.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static setSlot(rule: "
                },
                {
                  "kind": "Reference",
                  "text": "IThemeSlotRule",
                  "canonicalReference": "office-ui-fabric-react!IThemeSlotRule:interface"
                },
                {
                  "kind": "Content",
                  "text": ", color: "
                },
                {
                  "kind": "Content",
                  "text": "string | "
                },
                {
                  "kind": "Reference",
                  "text": "IColor",
                  "canonicalReference": "office-ui-fabric-react!IColor:interface"
                },
                {
                  "kind": "Content",
                  "text": ", isInverted?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", isCustomization?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", overwriteCustomColor?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 12,
                "endIndex": 13
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "rule",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "color",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 5
                  }
                },
                {
                  "parameterName": "isInverted",
                  "parameterTypeTokenRange": {
                    "startIndex": 6,
                    "endIndex": 7
                  }
                },
                {
                  "parameterName": "isCustomization",
                  "parameterTypeTokenRange": {
                    "startIndex": 8,
                    "endIndex": 9
                  }
                },
                {
                  "parameterName": "overwriteCustomColor",
                  "parameterTypeTokenRange": {
                    "startIndex": 10,
                    "endIndex": 11
                  }
                }
              ],
              "name": "setSlot"
            }
          ],
          "implementsTokenRanges": []
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!themeRulesStandardCreator:function(1)",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function themeRulesStandardCreator(): "
            },
            {
              "kind": "Reference",
              "text": "IThemeRules",
              "canonicalReference": "office-ui-fabric-react!IThemeRules:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 2
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [],
          "name": "themeRulesStandardCreator"
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Toggle:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Toggle: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IToggleProps",
              "canonicalReference": "office-ui-fabric-react!IToggleProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Toggle",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!ToggleBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class ToggleBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IToggleProps",
              "canonicalReference": "office-ui-fabric-react!IToggleProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "IToggleState",
              "canonicalReference": "office-ui-fabric-react!IToggleState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IToggle",
              "canonicalReference": "office-ui-fabric-react!IToggle:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "ToggleBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!ToggleBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `ToggleBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IToggleProps",
                  "canonicalReference": "office-ui-fabric-react!IToggleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!ToggleBase#checked:member",
              "docComment": "/**\n * Gets the current checked state of the toggle.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly checked: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "checked",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ToggleBase#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ToggleBase.getDerivedStateFromProps:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static getDerivedStateFromProps(nextProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Readonly",
                  "canonicalReference": "!Readonly:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IToggleProps",
                  "canonicalReference": "office-ui-fabric-react!IToggleProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ", prevState: "
                },
                {
                  "kind": "Reference",
                  "text": "Readonly",
                  "canonicalReference": "!Readonly:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IToggleState",
                  "canonicalReference": "office-ui-fabric-react!IToggleState:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "IToggleState",
                  "canonicalReference": "office-ui-fabric-react!IToggleState:interface"
                },
                {
                  "kind": "Content",
                  "text": "> | null"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": true,
              "returnTypeTokenRange": {
                "startIndex": 11,
                "endIndex": 15
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "nextProps",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 5
                  }
                },
                {
                  "parameterName": "prevState",
                  "parameterTypeTokenRange": {
                    "startIndex": 6,
                    "endIndex": 10
                  }
                }
              ],
              "name": "getDerivedStateFromProps"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!ToggleBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!Tooltip:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "Tooltip: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITooltipProps",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "Tooltip",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!TooltipBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TooltipBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITooltipProps",
              "canonicalReference": "office-ui-fabric-react!ITooltipProps:interface"
            },
            {
              "kind": "Content",
              "text": ", any> "
            }
          ],
          "releaseTag": "Public",
          "name": "TooltipBase",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TooltipBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Reference",
                  "text": "Partial",
                  "canonicalReference": "!Partial:type"
                },
                {
                  "kind": "Content",
                  "text": "<"
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipProps",
                  "canonicalReference": "office-ui-fabric-react!ITooltipProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ">"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": true
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TooltipBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": []
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!TooltipDelay:enum",
          "docComment": "/**\n * {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum TooltipDelay "
            }
          ],
          "releaseTag": "Public",
          "name": "TooltipDelay",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!TooltipDelay.long:member",
              "docComment": "/**\n * 500 ms delay before showing the tooltip\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "long = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "long",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!TooltipDelay.medium:member",
              "docComment": "/**\n * 300 ms delay before showng the tooltip\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "medium = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "medium",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!TooltipDelay.zero:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "zero = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "zero",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!TooltipHost:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "TooltipHost: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITooltipHostProps",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "TooltipHost",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!TooltipHostBase:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class TooltipHostBase extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "ITooltipHostProps",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostProps:interface"
            },
            {
              "kind": "Content",
              "text": ", "
            },
            {
              "kind": "Reference",
              "text": "ITooltipHostState",
              "canonicalReference": "office-ui-fabric-react!ITooltipHostState:interface"
            },
            {
              "kind": "Content",
              "text": "> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "ITooltipHost",
              "canonicalReference": "office-ui-fabric-react!ITooltipHost:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "TooltipHostBase",
          "members": [
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!TooltipHostBase:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `TooltipHostBase` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "ITooltipHostProps",
                  "canonicalReference": "office-ui-fabric-react!ITooltipHostProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TooltipHostBase#componentWillUnmount:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "componentWillUnmount(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "componentWillUnmount"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TooltipHostBase.defaultProps:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "static defaultProps: "
                },
                {
                  "kind": "Content",
                  "text": "{\n        delay: "
                },
                {
                  "kind": "Reference",
                  "text": "TooltipDelay",
                  "canonicalReference": "office-ui-fabric-react!TooltipDelay:enum"
                },
                {
                  "kind": "Content",
                  "text": ";\n    }"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "defaultProps",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 4
              },
              "isStatic": true
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TooltipHostBase#dismiss:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismiss: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "dismiss",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!TooltipHostBase#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!TooltipHostBase#show:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "show: "
                },
                {
                  "kind": "Content",
                  "text": "() => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "show",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 7
          },
          "implementsTokenRanges": [
            {
              "startIndex": 8,
              "endIndex": 10
            }
          ]
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!TooltipOverflowMode:enum",
          "docComment": "/**\n * {@docCategory Tooltip}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum TooltipOverflowMode "
            }
          ],
          "releaseTag": "Public",
          "name": "TooltipOverflowMode",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!TooltipOverflowMode.Parent:member",
              "docComment": "/**\n * Only show tooltip if parent DOM element is overflowing\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Parent = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "Parent",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!TooltipOverflowMode.Self:member",
              "docComment": "/**\n * Only show tooltip if tooltip host's content is overflowing. Note that this does not check the children for overflow, only the TooltipHost root.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "Self = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "Self",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!updateA:function(1)",
          "docComment": "/**\n * Gets a color with the given alpha value and the same other components as `color`. Does not modify the original color.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function updateA(color: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ", a: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "a",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "name": "updateA"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!updateH:function(1)",
          "docComment": "/**\n * Gets a color with the same saturation and value as `color` and the other components updated to match the given hue.\n *\n * Does not modify the original `color` and does not supply a default alpha value.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function updateH(color: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ", h: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "h",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "name": "updateH"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!updateRGB:function(1)",
          "docComment": "/**\n * Gets a color with a single RGBA component updated to a new value. Does not modify the original `color`. Alpha defaults to 100 if not set.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function updateRGB(color: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ", component: "
            },
            {
              "kind": "Content",
              "text": "keyof "
            },
            {
              "kind": "Reference",
              "text": "IRGB",
              "canonicalReference": "office-ui-fabric-react!IRGB:interface"
            },
            {
              "kind": "Content",
              "text": ", value: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 8,
            "endIndex": 9
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "component",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 5
              }
            },
            {
              "parameterName": "value",
              "parameterTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              }
            }
          ],
          "name": "updateRGB"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!updateSV:function(1)",
          "docComment": "/**\n * Gets a color with the same hue as `color` and other components updated to match the given saturation and value.\n *\n * Does not modify the original `color` and does not supply a default alpha value.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function updateSV(color: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ", s: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": ", v: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 7,
            "endIndex": 8
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "s",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            },
            {
              "parameterName": "v",
              "parameterTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              }
            }
          ],
          "name": "updateSV"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!updateT:function(1)",
          "docComment": "/**\n * Gets a color with the given transparency value and the same other components as `color`. Does not modify the original color.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function updateT(color: "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ", t: "
            },
            {
              "kind": "Content",
              "text": "number"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "IColor",
              "canonicalReference": "office-ui-fabric-react!IColor:interface"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 5,
            "endIndex": 6
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "color",
              "parameterTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "parameterName": "t",
              "parameterTypeTokenRange": {
                "startIndex": 3,
                "endIndex": 4
              }
            }
          ],
          "name": "updateT"
        },
        {
          "kind": "Function",
          "canonicalReference": "office-ui-fabric-react!useKeytipRef:function(1)",
          "docComment": "/**\n * Hook that creates a ref which is used for passing to Keytip target element. The ref will handle setting the attributes needed for Keytip to work.\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare function useKeytipRef<TElement extends "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": " "
            },
            {
              "kind": "Content",
              "text": "= "
            },
            {
              "kind": "Reference",
              "text": "HTMLElement",
              "canonicalReference": "!HTMLElement:interface"
            },
            {
              "kind": "Content",
              "text": ">(options: "
            },
            {
              "kind": "Reference",
              "text": "KeytipDataOptions",
              "canonicalReference": "office-ui-fabric-react!KeytipDataOptions:type"
            },
            {
              "kind": "Content",
              "text": "): "
            },
            {
              "kind": "Reference",
              "text": "React.Ref",
              "canonicalReference": "@types/react!~React.Ref:type"
            },
            {
              "kind": "Content",
              "text": "<TElement>"
            },
            {
              "kind": "Content",
              "text": ";"
            }
          ],
          "returnTypeTokenRange": {
            "startIndex": 8,
            "endIndex": 10
          },
          "releaseTag": "Public",
          "overloadIndex": 1,
          "parameters": [
            {
              "parameterName": "options",
              "parameterTypeTokenRange": {
                "startIndex": 6,
                "endIndex": 7
              }
            }
          ],
          "typeParameters": [
            {
              "typeParameterName": "TElement",
              "constraintTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "defaultTypeTokenRange": {
                "startIndex": 4,
                "endIndex": 5
              }
            }
          ],
          "name": "useKeytipRef"
        },
        {
          "kind": "Enum",
          "canonicalReference": "office-ui-fabric-react!ValidationState:enum",
          "docComment": "/**\n * Validation state of the user's input. {@docCategory Pickers}\n */\n",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare enum ValidationState "
            }
          ],
          "releaseTag": "Public",
          "name": "ValidationState",
          "members": [
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ValidationState.invalid:member",
              "docComment": "/**\n * User input is invalid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "invalid = "
                },
                {
                  "kind": "Content",
                  "text": "2"
                }
              ],
              "releaseTag": "Public",
              "name": "invalid",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ValidationState.valid:member",
              "docComment": "/**\n * User input is valid.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "valid = "
                },
                {
                  "kind": "Content",
                  "text": "0"
                }
              ],
              "releaseTag": "Public",
              "name": "valid",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            },
            {
              "kind": "EnumMember",
              "canonicalReference": "office-ui-fabric-react!ValidationState.warning:member",
              "docComment": "/**\n * User input could be valid or invalid, its state is not known yet.\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "warning = "
                },
                {
                  "kind": "Content",
                  "text": "1"
                }
              ],
              "releaseTag": "Public",
              "name": "warning",
              "initializerTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              }
            }
          ]
        },
        {
          "kind": "Variable",
          "canonicalReference": "office-ui-fabric-react!VerticalDivider:var",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "VerticalDivider: "
            },
            {
              "kind": "Reference",
              "text": "React.FunctionComponent",
              "canonicalReference": "@types/react!~React.FunctionComponent:interface"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IVerticalDividerProps",
              "canonicalReference": "office-ui-fabric-react!IVerticalDividerProps:interface"
            },
            {
              "kind": "Content",
              "text": ">"
            }
          ],
          "releaseTag": "Public",
          "name": "VerticalDivider",
          "variableTypeTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          }
        },
        {
          "kind": "Class",
          "canonicalReference": "office-ui-fabric-react!VirtualizedComboBox:class",
          "docComment": "",
          "excerptTokens": [
            {
              "kind": "Content",
              "text": "export declare class VirtualizedComboBox extends "
            },
            {
              "kind": "Reference",
              "text": "React.Component",
              "canonicalReference": "@types/react!~React.Component:class"
            },
            {
              "kind": "Content",
              "text": "<"
            },
            {
              "kind": "Reference",
              "text": "IComboBoxProps",
              "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
            },
            {
              "kind": "Content",
              "text": ", {}> "
            },
            {
              "kind": "Content",
              "text": "implements "
            },
            {
              "kind": "Reference",
              "text": "IComboBox",
              "canonicalReference": "office-ui-fabric-react!IComboBox:interface"
            },
            {
              "kind": "Content",
              "text": " "
            }
          ],
          "releaseTag": "Public",
          "name": "VirtualizedComboBox",
          "members": [
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!VirtualizedComboBox#_onRenderList:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _onRenderList: "
                },
                {
                  "kind": "Content",
                  "text": "(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxProps",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ") => "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_onRenderList",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 5
              },
              "isStatic": false
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!VirtualizedComboBox#_onScrollToItem:member",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "protected _onScrollToItem: "
                },
                {
                  "kind": "Content",
                  "text": "(itemIndex: number) => void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "_onScrollToItem",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "isStatic": false
            },
            {
              "kind": "Constructor",
              "canonicalReference": "office-ui-fabric-react!VirtualizedComboBox:constructor(1)",
              "docComment": "/**\n * Constructs a new instance of the `VirtualizedComboBox` class\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "constructor(props: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxProps",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxProps:interface"
                },
                {
                  "kind": "Content",
                  "text": ");"
                }
              ],
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "props",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                }
              ]
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!VirtualizedComboBox#dismissMenu:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "dismissMenu(): "
                },
                {
                  "kind": "Content",
                  "text": "void"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "dismissMenu"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!VirtualizedComboBox#focus:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "focus(shouldOpenOnFocus?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ", useFocusAsync?: "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": "): "
                },
                {
                  "kind": "Content",
                  "text": "boolean"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 5,
                "endIndex": 6
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [
                {
                  "parameterName": "shouldOpenOnFocus",
                  "parameterTypeTokenRange": {
                    "startIndex": 1,
                    "endIndex": 2
                  }
                },
                {
                  "parameterName": "useFocusAsync",
                  "parameterTypeTokenRange": {
                    "startIndex": 3,
                    "endIndex": 4
                  }
                }
              ],
              "name": "focus"
            },
            {
              "kind": "Method",
              "canonicalReference": "office-ui-fabric-react!VirtualizedComboBox#render:member(1)",
              "docComment": "",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "render(): "
                },
                {
                  "kind": "Reference",
                  "text": "JSX.Element",
                  "canonicalReference": "@types/react!~__global.JSX.Element:interface"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "isStatic": false,
              "returnTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 2
              },
              "releaseTag": "Public",
              "overloadIndex": 1,
              "parameters": [],
              "name": "render"
            },
            {
              "kind": "Property",
              "canonicalReference": "office-ui-fabric-react!VirtualizedComboBox#selectedOptions:member",
              "docComment": "/**\n * All selected options\n */\n",
              "excerptTokens": [
                {
                  "kind": "Content",
                  "text": "readonly selectedOptions: "
                },
                {
                  "kind": "Reference",
                  "text": "IComboBoxOption",
                  "canonicalReference": "office-ui-fabric-react!IComboBoxOption:interface"
                },
                {
                  "kind": "Content",
                  "text": "[]"
                },
                {
                  "kind": "Content",
                  "text": ";"
                }
              ],
              "releaseTag": "Public",
              "name": "selectedOptions",
              "propertyTypeTokenRange": {
                "startIndex": 1,
                "endIndex": 3
              },
              "isStatic": false
            }
          ],
          "extendsTokenRange": {
            "startIndex": 1,
            "endIndex": 5
          },
          "implementsTokenRanges": [
            {
              "startIndex": 6,
              "endIndex": 8
            }
          ]
        }
      ]
    }
  ]
}
