docs: update README.md

This commit is contained in:
oe.kazuma 2022-05-16 14:32:32 +09:00
parent 3e04e2fd8f
commit 4a549672ba

View File

@ -1043,18 +1043,6 @@ interface HTTPEquivMetaTag extends BaseMetaTag {
}
```
### LinkTag
```ts
interface LinkTag {
rel: string;
href: string;
sizes?: string;
type?: string;
color?: string;
}
```
## License
MIT