UNPKG

react-style-editor

Version:

A React component that displays and edits CSS, similar to the browser's DevTools.

9 lines (7 loc) 285 B
import StyleEditor from './components/StyleEditor'; import analyze from './utils/analyze'; import parse from './utils/parse'; import stringify from './utils/stringify'; import prettify from './utils/prettify'; export default StyleEditor; export {analyze, parse, stringify, prettify};