UNPKG

@dfinity/gix-components

Version:
8 lines (7 loc) 193 B
/// <reference types="svelte" /> interface Props { text?: string; } declare const Html: import("svelte").Component<Props, {}, "">; type Html = ReturnType<typeof Html>; export default Html;