UNPKG

svelte-settings

Version:

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

3 lines (2 loc) 155 B
import type { SettingsBlueprintItem } from './types.js'; export declare function extractDefaults(items: SettingsBlueprintItem[]): Record<string, unknown>;