forked from didirus/AstralRinth
Update prettier config + Run pnpm format
This commit is contained in:
10
src/package/components/types.d.ts
vendored
10
src/package/components/types.d.ts
vendored
@@ -1,8 +1,8 @@
|
||||
import type { SvelteComponentDev } from 'svelte/internal';
|
||||
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;
|
||||
label: string
|
||||
/** The element that will be in the `value` array while the option is checked */
|
||||
value: string | number
|
||||
icon?: SvelteComponentDev | string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user