0.0.1
This commit is contained in:
commit
4d2186b8a8
15 changed files with 1269 additions and 0 deletions
6
dist/index.d.ts
vendored
Normal file
6
dist/index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import Stylelint from "stylelint";
|
||||
|
||||
//#region index.d.ts
|
||||
declare const configCss: Readonly<Stylelint.Config>;
|
||||
//#endregion
|
||||
export { configCss };
|
||||
Loading…
Add table
Add a link
Reference in a new issue