mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
style(item): remove console log and outdated docs
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -2171,7 +2171,7 @@ declare global {
|
||||
|
||||
interface IonSkeletonText {
|
||||
/**
|
||||
* The width of the element. Defaults to: `"100%"`.
|
||||
* Width for the element to render at. Default is 100%
|
||||
*/
|
||||
'width': string;
|
||||
}
|
||||
@ -5763,7 +5763,7 @@ declare global {
|
||||
|
||||
export interface IonSkeletonTextAttributes extends HTMLAttributes {
|
||||
/**
|
||||
* The width of the element. Defaults to: `"100%"`.
|
||||
* Width for the element to render at. Default is 100%
|
||||
*/
|
||||
'width'?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user