/*! Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. */
import * as React from 'react';
import Screener from 'screener-storybook/src/screener';
import { storiesOf } from '@storybook/react';
import { FabricDecorator, FabricDecoratorFixedWidth } from '../utilities';
import { TooltipHost } from 'office-ui-fabric-react';
storiesOf('Tooltip', module)
.addDecorator(FabricDecorator)
.addDecorator(story => (