CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
index.d.ts10 linesDownload Raw Back to lib
1/**2 * HTML URL properties.3 *4 * Each key is a property name and each value is a list of tag names it applies5 * to or `null` if it applies to all elements.6 *7 * @type {Record<string, Array<string> | null>}8 */9export const urlAttributes: Record<string, Array<string> | null>;10//# sourceMappingURL=index.d.ts.map