UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

12 lines (11 loc) 276 B
import { PropType } from 'vue'; import { RenderFunc } from '../_components/render-function'; interface ActionType { key: string; name: string; content: RenderFunc; onClick: () => void; disabled?: boolean; } declare const _default; export default _default;