UNPKG

mytril

Version:

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

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