UNPKG

theme-editor-svelte

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