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