feat(back-button): css, clean-up transition logic

This commit is contained in:
Dan Bucholtz
2018-02-15 13:51:27 -06:00
committed by GitHub
parent 40e861f57b
commit 646bd47ce2
15 changed files with 312 additions and 158 deletions

View File

@ -314,6 +314,7 @@ declare global {
namespace JSXElements {
export interface IonBackButtonAttributes extends HTMLAttributes {
mode?: 'ios' | 'md';
text?: string;
}
}
}