posit-dev / py-htmltools

Tools for HTML generation and output
MIT License
19 stars 4 forks source link

Expose `ScriptItem` #59

Open schloerke opened 1 year ago

schloerke commented 1 year ago

When making wrappers around HTMLDependency, is is useful to have the helper types. Ex: _jsx.py uses ScriptItem.

Issues:

Both situations would be solvable if the Type was exposed