UNPKG

agnostic-svelte

Version:
11 lines (10 loc) 333 B
declare namespace _default { const title: string; const decorators: (() => typeof FontDecorator)[]; } export default _default; export function HeaderTest(): { Component: typeof HeaderExample; }; import FontDecorator from "../../storybook-helpers/FontDecorator.svelte"; import HeaderExample from "./HeaderExample.svelte";