UNPKG

@joker.front/ui

Version:

Joker UI组件库是一个精心设计和编码的项目,旨在为开发者提供一系列高效、易用且美观的用户界面组件

10 lines (7 loc) 193 B
declare module "*.joker" { import type { Component } from "@joker.front/core"; const compnent: typeof Component & { install: () => void; }; export default compnent; }