mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(popover): fix merge conflict with docs
This commit is contained in:
@ -145,7 +145,12 @@ interface PopoverOptions {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
<<<<<<< HEAD
|
### PopoverAttributes
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
interface PopoverAttributes extends JSXBase.HTMLAttributes<HTMLElement> {}
|
||||||
|
```
|
||||||
|
|
||||||
## Types
|
## Types
|
||||||
|
|
||||||
Below you will find all of the custom types for `ion-popover`:
|
Below you will find all of the custom types for `ion-popover`:
|
||||||
@ -183,15 +188,6 @@ type PositionAlign = 'start' | 'center' | 'end';
|
|||||||
| `ArrowLeft` | When used in a child popover, closes the popover and returns focus to the parent popover. |
|
| `ArrowLeft` | When used in a child popover, closes the popover and returns focus to the parent popover. |
|
||||||
| `Space`, `Enter`, and `ArrowRight` | When focusing a trigger element, opens the associated popover. |
|
| `Space`, `Enter`, and `ArrowRight` | When focusing a trigger element, opens the associated popover. |
|
||||||
|
|
||||||
|
|
||||||
=======
|
|
||||||
### PopoverAttributes
|
|
||||||
|
|
||||||
```typescript
|
|
||||||
interface PopoverAttributes extends JSXBase.HTMLAttributes<HTMLElement> {}
|
|
||||||
```
|
|
||||||
|
|
||||||
>>>>>>> origin/main
|
|
||||||
<!-- Auto Generated Below -->
|
<!-- Auto Generated Below -->
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user