mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
docs(back-button): update icon prop to include src and name approach (#24307)
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -176,7 +176,7 @@ export namespace Components {
|
||||
*/
|
||||
"disabled": boolean;
|
||||
/**
|
||||
* The icon name to use for the back button.
|
||||
* The built-in named SVG icon name or the exact `src` of an SVG file to use for the back button.
|
||||
*/
|
||||
"icon"?: string | null;
|
||||
/**
|
||||
@ -3511,7 +3511,7 @@ declare namespace LocalJSX {
|
||||
*/
|
||||
"disabled"?: boolean;
|
||||
/**
|
||||
* The icon name to use for the back button.
|
||||
* The built-in named SVG icon name or the exact `src` of an SVG file to use for the back button.
|
||||
*/
|
||||
"icon"?: string | null;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user