Skip to content

Commit cdc0937

Browse files
committed
remove cssjanus typings
1 parent a06a28b commit cdc0937

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/mui-plugin-rtl/src/cssjanus.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/mui-plugin-rtl/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
/* eslint-disable default-case, no-return-assign, curly, prefer-template, @typescript-eslint/no-unused-vars */
2+
23
/**
34
* Copied from https://github.com/styled-components/stylis-plugin-rtl/blob/main/src/stylis-rtl.ts
45
* with a modification at line 67 to handle layer rules.
56
*/
7+
8+
// @ts-nocheck
69
import cssjanus from 'cssjanus';
710
import {
811
COMMENT,

0 commit comments

Comments
 (0)