chore(): run build to update readme files (#24880)

This commit is contained in:
Liam DeBeasi
2022-03-04 14:14:57 -05:00
committed by GitHub
parent 9154ce3bdc
commit 65b43aae2b
4 changed files with 24 additions and 0 deletions

View File

@ -661,6 +661,10 @@ Type: `Promise<void>`
## Dependencies
### Used by
- [ion-select](../select)
### Depends on
- [ion-backdrop](../backdrop)
@ -673,6 +677,7 @@ graph TD;
ion-action-sheet --> ion-backdrop
ion-action-sheet --> ion-icon
ion-action-sheet --> ion-ripple-effect
ion-select --> ion-action-sheet
style ion-action-sheet fill:#f9f,stroke:#333,stroke-width:4px
```