import React from 'react'; import Tooltip from './tooltip'; export default { title: 'Helpers | Tooltip' }; export const onTop = () => (
); export const onRight = () => (
); export const onLeft = () => (
); export const withDelay = () => (
); export const withChildren = () => { const message = ( This is a{' '} e.preventDefault()}> Link . ); return (
); };