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