UNPKG

kodama-ui

Version:

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

9 lines (8 loc) 232 B
declare const filters: { price(value: number | string): string; float(value: number | string, decimals?: number): string; uid(): string; }; export default filters; type Filters = typeof filters; export type { Filters };