chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 12:04:27 +02:00
parent 149039bd12
commit d856ecfbbf
101 changed files with 1098 additions and 8675 deletions

View File

@@ -7,20 +7,11 @@ Action Sheet controllers programmatically control the action sheet component. Ac
## Methods
#### create()
Create an action sheet overlay with action sheet options.
#### dismiss()
Dismiss the open action sheet overlay.
#### getTop()
Get the most recently opened action sheet overlay.
| Method | Description |
| --------- | --------------------------------------------------------- |
| `create` | Create an action sheet overlay with action sheet options. |
| `dismiss` | Dismiss the open action sheet overlay. |
| `getTop` | Get the most recently opened action sheet overlay. |
----------------------------------------------