UNPKG

kodama-ui

Version:

Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.

5 lines (4 loc) 307 B
export declare const uid: () => string; export declare const randomNumber: (min: number, max: number) => number; export declare const colors: string[]; export declare function debounce<F extends (...args: any[]) => void>(func: F, wait: number): (this: ThisParameterType<F>, ...args: Parameters<F>) => void;