mirror of https://github.com/sveltejs/svelte
parent
51b24b93ad
commit
a5b70142ae
@ -1,2 +1,9 @@
|
||||
// i'm here so type generation doesn't get mad
|
||||
// TODO do we need to type this?
|
||||
// TODO generate this file during type generation
|
||||
export default DevTool;
|
||||
type DevTool = {
|
||||
$on?(type: string, callback: (e: any) => void): () => void;
|
||||
$set?(props: $$ComponentProps): void;
|
||||
};
|
||||
declare const DevTool: import("svelte").Component<$$ComponentProps, {}, "">;
|
||||
|
||||
|
Loading…
Reference in new issue