-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponents.d.ts
17 lines (16 loc) · 1.12 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// generated by unplugin-svelte-components
// We suggest you to commit this file into source control
declare global {
const GBtn: typeof import("./src/PACKAGE/components/GBtn.svelte")["default"]
const GCheckbox: typeof import("./src/PACKAGE/components/GCheckbox.svelte")["default"]
const GCheckboxGroup: typeof import("./src/PACKAGE/components/GCheckboxGroup.svelte")["default"]
const GDebug: typeof import("./src/PACKAGE/components/GDebug.svelte")["default"]
const GDevNote: typeof import("./src/PACKAGE/components/GDevNote.svelte")["default"]
const GIcon: typeof import("./src/PACKAGE/components/GIcon.svelte")["default"]
const GIconBtn: typeof import("./src/PACKAGE/components/GIconBtn.svelte")["default"]
const GRadioGroup: typeof import("./src/PACKAGE/components/GRadioGroup.svelte")["default"]
const GSegmentedControl: typeof import("./src/PACKAGE/components/GSegmentedControl.svelte")["default"]
const GSortableCards: typeof import("./src/PACKAGE/components/GSortableCards.svelte")["default"]
const GTextInput: typeof import("./src/PACKAGE/components/GTextInput.svelte")["default"]
}
export {}