chore(): update stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-10-11 16:49:05 -05:00
parent c7267e1d52
commit fb3b752198
29 changed files with 306 additions and 248 deletions

View File

@@ -16,9 +16,9 @@ Create a loading overlay with loading options.
#### Parameters
| Name | Type | Description |
| ------ | ---------------------------- | ----------- |
| `opts` | `LoadingOptions | undefined` | |
| Name | Type | Description |
| ------ | ----------------------------- | ----------- |
| `opts` | `LoadingOptions \| undefined` | |
#### Returns
@@ -32,11 +32,11 @@ Dismiss the open loading overlay.
#### Parameters
| Name | Type | Description |
| ------ | -------------------- | ----------- |
| `data` | `any` | |
| `role` | `string | undefined` | |
| `id` | `string | undefined` | |
| Name | Type | Description |
| ------ | --------------------- | ----------- |
| `data` | `any` | |
| `role` | `string \| undefined` | |
| `id` | `string \| undefined` | |
#### Returns