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