UNPKG

agnostic-svelte

Version:
10 lines (7 loc) 166 B
import CardExample from "./CardExample.svelte"; export default { title: "AG—Svelte (Beta)/Cards", }; export const Card = () => ({ Component: CardExample, });