@hypothesis/frontend-shared
Version:
Shared components, styles and utilities for Hypothesis projects
7 lines • 440 B
JavaScript
export * from './components/icons';
export { Scroll, ScrollContent, ScrollContainer, ScrollBox } from './components/data';
export { Spinner } from './components/feedback';
export { Button, ButtonUnstyled, IconButton } from './components/input';
export { Card, CardContent, CardHeader, CardTitle, CardActions, Panel } from './components/layout';
export { Link, LinkUnstyled } from './components/navigation/';
//# sourceMappingURL=next.js.map