ni/types/index.d.ts
HeXiaoLong:Suanier 278ea57617 feat: 消息Message
1. 增加消息提示组件
2. 优化代码结构
3. 统一导入导出
未来:
1. fix引入图标和字体,优化消息提示的图标和字体显示
2. 优化logo显示字体,引入老宋
2025-05-21 17:59:39 +08:00

12 lines
352 B
TypeScript

import { App } from 'vue';
import * as components from './components';
export * from './components';
export declare const version = "0.0.1";
export declare const install: (app: App) => void;
declare const _default: {
version: string;
install: (app: App<any>) => void;
setNiConfig: typeof components.setNiConfig;
};
export default _default;