@dock365/reform-fabric-fields
Version:
fabric fields reform
10 lines (9 loc) • 407 B
TypeScript
import * as React from 'react';
import { IOptionsPickerProps } from './IOptionsPickerProps';
import { IOptionsPickerState } from './IOptionsPickerState';
export default class OptionsPicker extends React.Component<IOptionsPickerProps, IOptionsPickerState> {
private _menuButtonElement;
constructor(props: IOptionsPickerProps);
render(): JSX.Element;
private _onToggleCalloutClick;
}