(value: string)
| 1290 | enumerable: false, |
| 1291 | configurable: true, |
| 1292 | set(value: string) { |
| 1293 | converter(value).forEach(([property, value]) => { |
| 1294 | this[property.cssLocalName] = value; |
| 1295 | }); |
| 1296 | }, |
| 1297 | }; |
| 1298 | |
| 1299 | cssSymbolPropertyMap[key] = this; |
no test coverage detected