Graduation
/
ui
/node_modules
/@xyflow
/svelte
/dist
/lib
/components
/UserSelection
/UserSelection.svelte.d.ts
/// <reference types=".pnpm/[email protected]/node_modules/svelte" /> | |
import { SvelteComponentTyped } from "svelte"; | |
declare const __propDef: { | |
props: Record<string, never>; | |
events: { | |
[evt: string]: CustomEvent<any>; | |
}; | |
slots: {}; | |
}; | |
export type UserSelectionProps = typeof __propDef.props; | |
export type UserSelectionEvents = typeof __propDef.events; | |
export type UserSelectionSlots = typeof __propDef.slots; | |
export default class UserSelection extends SvelteComponentTyped<UserSelectionProps, UserSelectionEvents, UserSelectionSlots> { | |
} | |
export {}; | |