import React from 'react' import Tooltip from './tooltip' export const ComTooltip = () => (
hello
} /> hello}> hover tip
hello}> right hover tip hello}> center hover tip
hello}> top hover tip ) export default { title: '反馈/Tooltip', }