mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
refactor(tabs): move css to tab-button
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -2995,7 +2995,6 @@ declare global {
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonTabButtonAttributes extends HTMLAttributes {
|
||||
mode?: 'ios' | 'md';
|
||||
selected?: boolean;
|
||||
tab?: HTMLIonTabElement;
|
||||
}
|
||||
|
Reference in New Issue
Block a user