Skip to content

Commit

Permalink
fix: fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin authored and binbin committed Aug 25, 2023
2 parents 9f48ed4 + b452a40 commit 06287ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/fab/props.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ExtractPublicPropTypes, defineListenerProp } from '../utils/components'
import { props as dragProps } from '../drag/props'
import { type ButtonType } from '../button/props'
import { type PropType, type TeleportProps } from 'vue'
import { props as dragProps } from '../drag/props'

export type FabType = ButtonType

Expand Down

0 comments on commit 06287ea

Please sign in to comment.