Skip to content

Commit

Permalink
docs(Fab): update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Dec 24, 2024
1 parent a63bbf9 commit e5da9e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fab/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ y-bounds | Array | - | Typescript:`Array<string \| number>` | N
name | params | description
-- | -- | --
click | `({e: Event})` | \-
drag-end | `(e: TouchEvent)` | \-
drag-start | `(e: TouchEvent)` | \-

### CSS Variables

Expand Down
2 changes: 2 additions & 0 deletions src/fab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ y-bounds | Array | - | 设置垂直方向边界限制,示例:[48, 48] 或 ['
名称 | 参数 | 描述
-- | -- | --
click | `({e: Event})` | 悬浮按钮点击事件
drag-end | `(e: TouchEvent)` | 结束拖拽时触发
drag-start | `(e: TouchEvent)` | 开始拖拽时触发

### CSS Variables

Expand Down

0 comments on commit e5da9e6

Please sign in to comment.