UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

12 lines (9 loc) 346 B
import { Button } from "../Button"; export { default as AccessibleButton } from "./AccessibleButton"; export { default as ButtonAsDiv } from "./ButtonAsDiv"; export { default as ButtonAsLink } from "./ButtonAsLink"; export { default as ButtonWithTooltip } from "./ButtonWithTooltip"; export default { title: "Button", component: Button, };