feat(segment-button, toast): add additional parts docs (#21532)

This commit is contained in:
Liam DeBeasi
2020-06-30 11:31:54 -04:00
committed by GitHub
parent 9413aa0bac
commit a5e4669c4b
5 changed files with 26 additions and 4 deletions

View File

@ -13,6 +13,11 @@ import { mdLeaveAnimation } from './animations/md.leave';
/**
* @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
*
* @part button - Any button element that is displayed inside of the toast.
* @part container - The element that wraps all child elements.
* @part header - The header text of the toast.
* @part message - The body text of the toast.
*/
@Component({
tag: 'ion-toast',