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