UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

15 lines (12 loc) 196 B
import type { Component } from 'vue'; /** * 图标 */ export type CopyableIcon = string | Component; /** * 国际化 */ export interface CopyableLocale { copy: string; copied: string; }