@zllling/react-previewer
Version:
A React component for live code preview with compilation and error handling
13 lines • 393 B
TypeScript
export declare const COMPONENT_LIBRARY_STYLE: Record<string, string>;
export declare const DEFAULT_DEPENDENCIES: {
react: string;
'react-dom': string;
'@arco-design/web-react': string;
'@arco-design/web-react/icon': string;
};
export declare const TRANSFORM_OPTIONS: {
target: "es2022";
bundle: boolean;
external: string[];
};
//# sourceMappingURL=constant.d.ts.map