UNPKG

mytril

Version:

Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit

5 lines (4 loc) 189 B
import type { AppBarProps } from '../types/index.js'; declare const AppBar: import("svelte").Component<AppBarProps, {}, "">; type AppBar = ReturnType<typeof AppBar>; export default AppBar;