svelte-kawaii
Version:
Svelte Kawaii is a Svelte port of React Kawaii, offering cute SVG illustrations to add adorable characters to your Svelte applications. A simple way to bring some cuteness to your UI.
23 lines (22 loc) • 540 B
TypeScript
export declare const MOODS: readonly ["sad", "shocked", "happy", "blissful", "lovestruck", "excited", "ko"];
export declare const DEFAULT_PROPS: {
readonly size: 240;
readonly mood: "blissful";
readonly color: "#FFD882";
};
export declare const PROPS_DATA: ({
name: string;
type: string;
description: string;
default: 240;
} | {
name: string;
type: string;
description: string;
default: "#FFD882";
} | {
name: string;
type: string;
description: string;
default: "blissful";
})[];