@chamn/engine
Version:
8 lines (7 loc) • 345 B
TypeScript
import { InputCommonRef } from '../StylePanel/type';
type CSSCodeEditorProps = {
onValueChange?: (newVal: Record<any, any>) => void;
};
export type CSSCodeEditorRef = InputCommonRef;
export declare const CSSCodeEditor: import('react').ForwardRefExoticComponent<CSSCodeEditorProps & import('react').RefAttributes<InputCommonRef>>;
export {};