UNPKG

@dfinity/gix-components

Version:
10 lines (9 loc) 271 B
import type { Snippet } from "svelte"; interface Props { testId?: string; key: Snippet; value: Snippet; } declare const KeyValuePair: import("svelte").Component<Props, {}, "">; type KeyValuePair = ReturnType<typeof KeyValuePair>; export default KeyValuePair;