mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(docs): update docs
This commit is contained in:
2
packages/core/src/components.d.ts
vendored
2
packages/core/src/components.d.ts
vendored
@ -3235,7 +3235,7 @@ declare global {
|
|||||||
highlight?: boolean;
|
highlight?: boolean;
|
||||||
layout?: string;
|
layout?: string;
|
||||||
placement?: string;
|
placement?: string;
|
||||||
scrollable?: Boolean;
|
scrollable?: boolean;
|
||||||
selectedTab?: HTMLIonTabElement;
|
selectedTab?: HTMLIonTabElement;
|
||||||
tabs?: HTMLIonTabElement[];
|
tabs?: HTMLIonTabElement[];
|
||||||
translucent?: boolean;
|
translucent?: boolean;
|
||||||
|
@ -24,7 +24,7 @@ string
|
|||||||
|
|
||||||
#### scrollable
|
#### scrollable
|
||||||
|
|
||||||
|
boolean
|
||||||
|
|
||||||
|
|
||||||
#### selectedTab
|
#### selectedTab
|
||||||
@ -63,7 +63,7 @@ string
|
|||||||
|
|
||||||
#### scrollable
|
#### scrollable
|
||||||
|
|
||||||
|
boolean
|
||||||
|
|
||||||
|
|
||||||
#### selected-tab
|
#### selected-tab
|
||||||
|
Reference in New Issue
Block a user