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