UNPKG

@jill64/svelte-input

Version:

➡️ Functional Input Component Set for Svelte

6 lines (5 loc) 323 B
import type { GroupedInput } from '../types/GroupedInput'; import type { GroupedOutput } from '../types/GroupedOutput'; import type { ListInput } from '../types/ListInput'; import type { ListOutput } from '../types/ListOutput'; export declare const convert: (input: ListInput | GroupedInput) => ListOutput | GroupedOutput;