UNPKG

@dfinity/gix-components

Version:
12 lines (11 loc) 336 B
import type { Snippet } from "svelte"; interface Props { testId?: string; alignIconRight?: boolean; key: Snippet; value: Snippet; info: Snippet; } declare const KeyValuePairInfo: import("svelte").Component<Props, {}, "">; type KeyValuePairInfo = ReturnType<typeof KeyValuePairInfo>; export default KeyValuePairInfo;