Update src/runtime/internal/dev.ts

Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
pull/6770/head
Simon H 4 years ago committed by GitHub
parent 7ea67cf732
commit 2709f52c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -283,6 +283,7 @@ export class SvelteComponentTyped<
export type ComponentType<T extends SvelteComponentTyped = SvelteComponentTyped<any, any, any>> =
new (p: ComponentConstructorParams<T extends SvelteComponentTyped<infer X, any, any> ? X : any>) => T;
/**
* Convenience type to get the props the given component expects. Example:
* ```html
* <script lang="ts">

Loading…
Cancel
Save