Skip to content

Commit 2c32ddd

Browse files
committed
chore: build
1 parent 9b001ab commit 2c32ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4464,7 +4464,7 @@ export namespace Components {
44644464
*/
44654465
"theme"?: "ios" | "md" | "ionic";
44664466
/**
4467-
* Where to place the title relative to the other toolbar content. `"start"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL. `"center"`: The title will appear in the center of the toolbar. `"end"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.
4467+
* Where to place the title relative to the other toolbar content. `"start"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL. `"center"`: The title will appear in the center of the toolbar. `"end"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL. Only applies in the `ionic` theme.
44684468
*/
44694469
"titlePlacement"?: 'start' | 'center' | 'end';
44704470
}
@@ -10595,7 +10595,7 @@ declare namespace LocalJSX {
1059510595
*/
1059610596
"theme"?: "ios" | "md" | "ionic";
1059710597
/**
10598-
* Where to place the title relative to the other toolbar content. `"start"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL. `"center"`: The title will appear in the center of the toolbar. `"end"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.
10598+
* Where to place the title relative to the other toolbar content. `"start"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL. `"center"`: The title will appear in the center of the toolbar. `"end"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL. Only applies in the `ionic` theme.
1059910599
*/
1060010600
"titlePlacement"?: 'start' | 'center' | 'end';
1060110601
}

0 commit comments

Comments
 (0)