import * as React from 'react'; import { ExampleCard, IComponentDemoPageProps, ComponentPage, PropertiesTableSet, } from '@fluentui/react-docsite-components'; import { SelectedPeopleListBasicExample } from './SelectedPeopleList.Basic.Example'; const SelectedPeopleListBasicExampleCode = require('!raw-loader?esModule=false!./SelectedPeopleList.Basic.Example') as string; import { SelectedPeopleListBasicDragDropExample } from './SelectedPeopleList.Basic.DragDrop.Example'; const SelectedPeopleListBasicDragDropExampleCode = require('!raw-loader?esModule=false!./SelectedPeopleList.Basic.DragDrop.Example') as string; import { SelectedPeopleListDragDropBetweenWellsExample } from './SelectedPeopleList.DragDropBetweenWells.Example'; const SelectedPeopleListDragDropBetweenWellsExampleCode = require('!raw-loader?esModule=false!./SelectedPeopleList.DragDropBetweenWells.Example') as string; import { SelectedPeopleListWithEditInContextMenuExample } from './SelectedPeopleList.WithEditInContextMenu.Example'; const SelectedPeopleListWithEditInContextMenuExampleCode = require('!raw-loader?esModule=false!./SelectedPeopleList.WithEditInContextMenu.Example') as string; import { SelectedPeopleListWithGroupExpandExample } from './SelectedPeopleList.WithGroupExpand.Example'; const SelectedPeopleListWithGroupExpandExampleCode = require('!raw-loader?esModule=false!./SelectedPeopleList.WithGroupExpand.Example') as string; import { SelectedPeopleListWithEditExample } from './SelectedPeopleList.WithEdit.Example'; const SelectedPeopleListWithEditExampleCode = require('!raw-loader?esModule=false!./SelectedPeopleList.WithEdit.Example') as string; import { SelectedPeopleListWithContextMenuExample } from './SelectedPeopleList.WithContextMenu.Example'; const SelectedPeopleListWithContextMenuExampleCode = require('!raw-loader?esModule=false!./SelectedPeopleList.WithContextMenu.Example') as string; export class SelectedPeopleListPage extends React.Component { public render(): JSX.Element { return ( } propertiesTables={ ('!raw-loader?esModule=false!@fluentui/react-experiments/src/components/Tile/Tile.types.ts'), ]} /> } isHeaderVisible={this.props.isHeaderVisible} /> ); } }