mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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;
|
||||
layout?: string;
|
||||
placement?: string;
|
||||
scrollable?: Boolean;
|
||||
scrollable?: boolean;
|
||||
selectedTab?: HTMLIonTabElement;
|
||||
tabs?: HTMLIonTabElement[];
|
||||
translucent?: boolean;
|
||||
|
||||
@@ -24,7 +24,7 @@ string
|
||||
|
||||
#### scrollable
|
||||
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### selectedTab
|
||||
@@ -63,7 +63,7 @@ string
|
||||
|
||||
#### scrollable
|
||||
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### selected-tab
|
||||
|
||||
Reference in New Issue
Block a user