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