fix(item): add support for rendering buttons inside of an item

TODO document
This commit is contained in:
Brandy Carney
2018-01-31 12:24:33 -05:00
parent bb85a1794e
commit 37b1c03293
4 changed files with 56 additions and 8 deletions

View File

@ -1338,6 +1338,8 @@ declare global {
color?: string;
href?: string;
mode?: 'ios' | 'md';
onclick?: (this: HTMLElement, ev: MouseEvent) => any;
tappable?: boolean;
}
}
}