UNPKG

@daks.dev/svelte.sdk

Version:
7 lines (6 loc) 174 B
export type SignAttributes = { icon: string; } & { [x in 'link' | 'small' | 'light' | 'dark' | 'auto']?: boolean; }; export { default as Sign } from './Sign.svelte';