UNPKG

svelte-settings

Version:

> [!WARNING] > This project is a work in progress. Do not use it in any of your projects yet.

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