UNPKG

@htmlbricks/hb-animated-container

Version:

Svelte-Bootstrap animated-container

13 lines (11 loc) 171 B
export type Component = { id?: string; style?: string; animation: "rain"; params?: { speed?: number; }; }; export type Events = { // event: { test: boolean }; };