mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16: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
|
||||
|
||||
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. |
|
||||
| `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 -->
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user