/** * DO NOT EDIT * * This file was automatically generated by * https://github.com/Polymer/gen-typescript-declarations * * To modify these typings, edit the source file(s): * paper-item-body.html */ /// /// /// /// /** * Use `` in a `` or `` to make two- or * three- line items. It is a flex item that is a vertical flexbox. * * * *
Show your status
*
Your status is visible to everyone
*
*
* * The child elements with the `secondary` attribute is given secondary text styling. * * ### Styling * * The following custom properties and mixins are available for styling: * * Custom property | Description | Default * ----------------|-------------|---------- * `--paper-item-body-two-line-min-height` | Minimum height of a two-line item | `72px` * `--paper-item-body-three-line-min-height` | Minimum height of a three-line item | `88px` * `--paper-item-body-secondary-color` | Foreground color for the `secondary` area | `--secondary-text-color` * `--paper-item-body-secondary` | Mixin applied to the `secondary` area | `{}` */ interface PaperItemBodyElement extends Polymer.Element { } interface HTMLElementTagNameMap { "paper-item-body": PaperItemBodyElement; }