You've already forked AstralRinth
forked from didirus/AstralRinth
Refactor folder structure
This commit is contained in:
8
src/components/types.d.ts
vendored
Normal file
8
src/components/types.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { SvelteComponentDev } from 'svelte/internal'
|
||||
|
||||
export interface Option {
|
||||
label: string
|
||||
/** The element that will be in the `value` array while the option is checked */
|
||||
value: string | number
|
||||
icon?: SvelteComponentDev | string | any // SvelteComponentDev fails to type check
|
||||
}
|
||||
Reference in New Issue
Block a user