UNPKG

@sorens/artist-svelte

Version:

an opinionated and clean UI framework for SvelteKit with theme support built-in

8 lines (7 loc) 665 B
export declare type ColorProp = 'primary' | 'secondary' | 'warning' | 'danger' | 'success' | 'info' | 'default'; export declare type VariantProp = 'gradient' | 'outline' | 'fill'; export declare type RtlProp = boolean | undefined; export declare type InputTypeProp = 'color' | 'date' | 'datetime-local' | 'email' | 'hidden' | 'month' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' | 'week'; export declare type AnchorRelProp = 'external' | 'nofollow' | 'noopener' | 'noreferrer' | 'opener'; export declare type AnchorTargetProp = '_self' | '_blank' | '_parent' | '_top'; export declare type PositionProp = 'left' | 'right' | 'top' | 'bottom';