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