UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

9 lines (8 loc) 157 B
type Item = { id: string; name: string; }; export default function App({ items }: { items?: Item[]; }): import("preact").JSX.Element; export {};