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