mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(item): clean up the item documentation
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -3282,7 +3282,7 @@ declare global {
|
||||
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
||||
*/
|
||||
'routerDirection': RouterDirection;
|
||||
'state': 'valid' | 'unvalid' | 'focus';
|
||||
'state': 'valid' | 'invalid' | 'focus';
|
||||
}
|
||||
}
|
||||
|
||||
@ -3341,7 +3341,7 @@ declare global {
|
||||
* When using a router, it specifies the transition direction when navigating to another page using `href`.
|
||||
*/
|
||||
'routerDirection'?: RouterDirection;
|
||||
'state'?: 'valid' | 'unvalid' | 'focus';
|
||||
'state'?: 'valid' | 'invalid' | 'focus';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user