UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

10 lines (7 loc) 236 B
import { Toolbar } from "../Toolbar"; export { default as ToolbarWithMenu } from "./ToolbarWithMenu"; export { default as ToolbarWithPopover } from "./ToolbarWithPopover"; export default { title: "Toolbar", component: Toolbar, };