Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
10
node_modules/html-url-attributes/lib/index.d.ts
generated
vendored
Normal file
10
node_modules/html-url-attributes/lib/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* HTML URL properties.
|
||||
*
|
||||
* Each key is a property name and each value is a list of tag names it applies
|
||||
* to or `null` if it applies to all elements.
|
||||
*
|
||||
* @type {Record<string, Array<string> | null>}
|
||||
*/
|
||||
export const urlAttributes: Record<string, Array<string> | null>;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue