mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00
docs(img): unencoded img tag in readme (#19172)
This commit is contained in:

committed by
Brandy Carney

parent
48a27636c7
commit
7f6664708c
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -880,7 +880,7 @@ export namespace Components {
|
||||
*/
|
||||
'alt'?: string;
|
||||
/**
|
||||
* The image URL. This attribute is mandatory for the <img> element.
|
||||
* The image URL. This attribute is mandatory for the `<img>` element.
|
||||
*/
|
||||
'src'?: string;
|
||||
}
|
||||
@ -4373,7 +4373,7 @@ declare namespace LocalJSX {
|
||||
*/
|
||||
'onIonImgWillLoad'?: (event: CustomEvent<void>) => void;
|
||||
/**
|
||||
* The image URL. This attribute is mandatory for the <img> element.
|
||||
* The image URL. This attribute is mandatory for the `<img>` element.
|
||||
*/
|
||||
'src'?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user