mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(segment-button): make layout optional
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -3848,7 +3848,7 @@ export namespace Components {
|
||||
/**
|
||||
* Set the layout of the text and icon in the segment.
|
||||
*/
|
||||
'layout': SegmentButtonLayout;
|
||||
'layout'?: SegmentButtonLayout;
|
||||
/**
|
||||
* The mode determines which platform styles to use.
|
||||
*/
|
||||
@ -3874,7 +3874,7 @@ export namespace Components {
|
||||
/**
|
||||
* Set the layout of the text and icon in the segment.
|
||||
*/
|
||||
'layout': SegmentButtonLayout;
|
||||
'layout'?: SegmentButtonLayout;
|
||||
/**
|
||||
* The mode determines which platform styles to use.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user