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