chore(): update stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-10-12 11:42:28 -05:00
parent 9a02bcc689
commit 3a4b21457f
79 changed files with 615 additions and 615 deletions

View File

@ -28,7 +28,7 @@ export class MenuButton implements ComponentInterface {
@Prop() mode!: Mode;
/**
* Optional property that maps to a Menu's `menuId` prop. Can also be `left` or `right` for the menu side. This is used to find the correct menu to toggle
* Optional property that maps to a Menu's `menuId` prop. Can also be `start` or `end` for the menu side. This is used to find the correct menu to toggle
*/
@Prop() menu?: string;