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

@@ -8,20 +8,11 @@ Modal controllers programmatically control the modal component. Modals can be cr
## Methods
#### create()
Create a modal overlay with modal options.
#### dismiss()
Dismiss the open modal overlay.
#### getTop()
Get the most recently opened modal overlay.
| Method | Description |
| --------- | ------------------------------------------- |
| `create` | Create a modal overlay with modal options. |
| `dismiss` | Dismiss the open modal overlay. |
| `getTop` | Get the most recently opened modal overlay. |
----------------------------------------------