UNPKG

@dfinity/gix-components

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