import * as React from 'react'; import { CoachmarkBasicExample } from './Coachmark.Basic.Example'; import { IDocPageProps } from '@fluentui/react/lib/common/DocPage.types'; const CoachmarkBasicExampleCode = require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/Coachmark/Coachmark.Basic.Example.tsx') as string; export const CoachmarkPageProps: IDocPageProps = { title: 'Coachmark', componentName: 'Coachmark', componentUrl: 'https://github.com/microsoft/fluentui/tree/master/packages/react/src/components/Coachmark', examples: [ { title: 'Coachmark Basic', code: CoachmarkBasicExampleCode, view: , isScrollable: false, }, ], overview: require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/Coachmark/docs/CoachmarkOverview.md'), bestPractices: require('!raw-loader?esModule=false!@fluentui/react-examples/src/react/Coachmark/docs/CoachmarkBestPractices.md'), isHeaderVisible: true, isFeedbackVisible: true, };