UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

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, };