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) 264 B
import type { InitializedSettings } from '../index.js'; interface Props { settings: InitializedSettings; } declare const SettingsView: import("svelte").Component<Props, {}, "">; type SettingsView = ReturnType<typeof SettingsView>; export default SettingsView;