mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
feat(back-button): css, clean-up transition logic
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -314,6 +314,7 @@ declare global {
|
||||
namespace JSXElements {
|
||||
export interface IonBackButtonAttributes extends HTMLAttributes {
|
||||
mode?: 'ios' | 'md';
|
||||
text?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user