feat: add button

This commit is contained in:
zhuzhengjian
2023-03-25 17:16:46 +08:00
parent 9243370f1c
commit f64639a50c
6 changed files with 724 additions and 615 deletions

View File

@ -1,6 +1,8 @@
import { createInjectionState } from '@v-c/utils'
import { computed } from 'vue'
export type SizeType = 'small' | 'middle' | 'large' | undefined
export const defaultIconPrefixCls = 'anticon'
const defaultGetPrefixCls = (suffixCls?: string, customizePrefixCls?: string) => {