ov25-setup 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ui/css-editor.d.ts +0 -3
- package/dist/index.js +10531 -8391
- package/dist/index.js.map +1 -1
- package/package.json +3 -1
|
@@ -4,8 +4,5 @@ interface CSSEditorProps {
|
|
|
4
4
|
placeholder?: string;
|
|
5
5
|
className?: string;
|
|
6
6
|
}
|
|
7
|
-
/**
|
|
8
|
-
* Lightweight CodeMirror 6 editor for CSS, styled to match the setup UI.
|
|
9
|
-
*/
|
|
10
7
|
export declare function CSSEditor({ value, onChange, placeholder, className }: CSSEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
11
8
|
export {};
|