INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { CommandLoadingProps } from "../types.js";
|
||||
declare const CommandLoading: import("svelte").Component<CommandLoadingProps, {}, "ref">;
|
||||
type CommandLoading = ReturnType<typeof CommandLoading>;
|
||||
export default CommandLoading;
|
||||
Reference in New Issue
Block a user