UNPKG

theme-editor-svelte

Version:
8 lines (7 loc) 266 B
import type { ThemeVariable } from '../../../types.js'; interface Props { variable: ThemeVariable; } declare const UnknownEntry: import("svelte").Component<Props, {}, "variable">; type UnknownEntry = ReturnType<typeof UnknownEntry>; export default UnknownEntry;