- Fix router import path in main.js - Handle Django REST Framework pagination format in API calls - Add getTemplates function to project API - Restart frontend development server
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 }; |