mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 04:38:15 +08:00
10 lines
314 B
TypeScript
10 lines
314 B
TypeScript
|
/**
|
||
|
* 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
|