Skip to content

Commit

Permalink
docs: MazSelect - add documentation about exposed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Apr 18, 2024
1 parent e2b0adb commit 9e65d42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lib/components/MazSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@
openList: typeof openList
closeList: typeof closeList
}>({
/** Method to open the option list */
openList,
/** Method to close the option list */
closeList,
})
Expand Down

0 comments on commit 9e65d42

Please sign in to comment.