UNPKG

sveltestrap

Version:
8 lines (5 loc) 182 B
import { SvelteComponentTyped } from 'svelte'; export interface StylesProps { icons?: boolean; } export default class Styles extends SvelteComponentTyped<StylesProps, {}, {}> {}