let { PrimaryButton, DefaultButton, ChoiceGroup, Panel, PanelType, Fabric } = window.Fabric; class PanelSmallRightExample extends React.Component< {}, { showPanel: boolean; } > { constructor(props: {}) { super(props); this.state = { showPanel: false }; } public render(): JSX.Element { return (