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