INIT
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
export { default as Root } from "./components/pin-input.svelte";
|
||||
export { default as Cell } from "./components/pin-input-cell.svelte";
|
||||
export type { PinInputRootProps as RootProps, PinInputCellProps as CellProps } from "./types.js";
|
||||
Reference in New Issue
Block a user