mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
docs(all): improve type docs for event
This commit is contained in:

committed by
Manu MA

parent
b3316d480f
commit
3d656ac312
@ -329,9 +329,9 @@ for (let i = 0; i < segmentButtons.length; i++) {
|
||||
|
||||
## Events
|
||||
|
||||
| Event | Description | Detail |
|
||||
| ----------- | ------------------------------------------- | ------ |
|
||||
| `ionSelect` | Emitted when the segment button is clicked. | void |
|
||||
| Event | Description | Type |
|
||||
| ----------- | ------------------------------------------- | ------------------- |
|
||||
| `ionSelect` | Emitted when the segment button is clicked. | `CustomEvent<void>` |
|
||||
|
||||
|
||||
## CSS Custom Properties
|
||||
|
@ -1 +0,0 @@
|
||||
export type SegmentButtonLayout = 'icon-top' | 'icon-start' | 'icon-end' | 'icon-bottom' | 'icon-hide' | 'label-hide';
|
Reference in New Issue
Block a user