@philipe1993/list-color 1.0.7 → 1.0.70
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
export { ListColor } from "./ListColor";
|