6 lines
214 B
TypeScript
6 lines
214 B
TypeScript
|
|
import _default from "./input-otp.vue.js";
|
||
|
|
|
||
|
|
//#region ../../packages/components/input-otp/src/instance.d.ts
|
||
|
|
type InputOtpInstance = InstanceType<typeof _default> & unknown;
|
||
|
|
//#endregion
|
||
|
|
export { InputOtpInstance };
|