TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Add `CSS.in()`

Open saschanaz opened this issue 2 years ago • 0 comments

I skipped it in #1514 because in is a keyword and thus requires a change to the emitter. Since it's in namespace CSS it should be possible to make all the members exported and do a hack:

function _in();
export { _in as in }

saschanaz avatar Mar 04 '23 15:03 saschanaz