mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
Updated comment
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -751,7 +751,7 @@ export namespace Components {
|
||||
*/
|
||||
"outline": boolean;
|
||||
/**
|
||||
* Set to 'rectangular' for a chip with sharp corners.
|
||||
* Define the Chip corner shape, when using the Ionic Theme.
|
||||
*/
|
||||
"shape"?: 'soft' | 'round' | 'rectangular';
|
||||
/**
|
||||
@ -5983,7 +5983,7 @@ declare namespace LocalJSX {
|
||||
*/
|
||||
"outline"?: boolean;
|
||||
/**
|
||||
* Set to 'rectangular' for a chip with sharp corners.
|
||||
* Define the Chip corner shape, when using the Ionic Theme.
|
||||
*/
|
||||
"shape"?: 'soft' | 'round' | 'rectangular';
|
||||
/**
|
||||
|
||||
@ -37,7 +37,7 @@ export class Chip implements ComponentInterface {
|
||||
@Prop() disabled = false;
|
||||
|
||||
/**
|
||||
* Set to 'rectangular' for a chip with sharp corners.
|
||||
* Define the Chip corner shape, when using the Ionic Theme.
|
||||
*/
|
||||
@Prop({ reflect: true }) shape?: 'soft' | 'round' | 'rectangular';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user