mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
docs(refresher): fix 'to to' in snapbackDuration (#23960)
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -1842,7 +1842,7 @@ export namespace Components {
|
||||
*/
|
||||
"pullMin": number;
|
||||
/**
|
||||
* Time it takes the refresher to to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
||||
* Time it takes the refresher to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
||||
*/
|
||||
"snapbackDuration": string;
|
||||
}
|
||||
@ -5160,7 +5160,7 @@ declare namespace LocalJSX {
|
||||
*/
|
||||
"pullMin"?: number;
|
||||
/**
|
||||
* Time it takes the refresher to to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
||||
* Time it takes the refresher to snap back to the `refreshing` state. Does not apply when the refresher content uses a spinner, enabling the native refresher.
|
||||
*/
|
||||
"snapbackDuration"?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user