Skip to content

Commit 9f07511

Browse files
committed
mark lit re-exports as deprecated
1 parent 3f90449 commit 9f07511

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/misc.ts

+5
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,15 @@ export {
216216
clickOnSpacebarPress,
217217
FaIcon,
218218
WrModal,
219+
/** @deprecated Import this directly from `lit` instead */
219220
LitElement,
221+
/** @deprecated Import this directly from `lit` instead */
220222
html,
223+
/** @deprecated Import this directly from `lit` instead */
221224
css,
225+
/** @deprecated Import this directly from `lit` instead */
222226
unsafeCSS,
227+
/** @deprecated Import this directly from `lit` instead */
223228
unsafeSVG,
224229
apiPrefix,
225230
replayPrefix,

0 commit comments

Comments
 (0)