UNPKG

mytril

Version:

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

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