UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

9 lines (6 loc) 172 B
import { Tooltip } from "../Tooltip"; export { default as TooltipWithToolbar } from "./TooltipWithToolbar"; export default { title: "Tooltip", component: Tooltip, };