mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(theme-build): using ion prefix
This commit is contained in:
3
packages/core/src/components.d.ts
vendored
3
packages/core/src/components.d.ts
vendored
@ -300,7 +300,7 @@ declare global {
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonBackdropAttributes extends HTMLAttributes {
|
||||
|
||||
mode?: 'ios' | 'md';
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -2966,6 +2966,7 @@ declare global {
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonTabsAttributes extends HTMLAttributes {
|
||||
color?: string;
|
||||
name?: string;
|
||||
scrollable?: boolean;
|
||||
tabbarHidden?: boolean;
|
||||
|
Reference in New Issue
Block a user