UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

22 lines (19 loc) 259 B
export type { RipplePropsType } from './props' export type RippleType = | 'default' | 'primary' | 'success' | 'danger' | 'warning' export type RippleOpacityType = | 0 | 0.1 | 0.2 | 0.3 | 0.4 | 0.5 | 0.6 | 0.7 | 0.8 | 0.9 | 1