UNPKG

@mankindui/core

Version:

- a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test)

8 lines (7 loc) 182 B
import { darkTheme as m } from "./DarkTheme.js"; import { lightTheme as h } from "./LightTheme.js"; export { m as darkTheme, h as lightTheme }; //# sourceMappingURL=index.js.map