d8d-blockly
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -1,1 +0,32 @@ | ||
export * from './BlockEditor' | ||
import { generate } from '../../../../../../src/utils/babel'; | ||
import { t } from '../../../../../../src/utils/babel'; | ||
import { TBabel } from '../../../../../../src/utils/babel'; | ||
import { toAst } from '../../../../../../src/utils/babel'; | ||
import { trimSemicolon } from '../../../../../../src/utils/babel'; | ||
import { useBlockCode } from '../../../../../../src/hook/BlockCodeProvider'; | ||
import { useDialog } from '../../../../../../src/hook/DialogProvider'; | ||
export declare const BlockEditor: React.FC<IAppCode>; | ||
export { generate } | ||
declare interface IAppCode { | ||
blockCode: TBlockCodeMap; | ||
onBlockChange: (blockCode: TBlockCodeMap, jsCode: string, importCode: string) => void; | ||
blocksCateConfig: IBlocksCate; | ||
cateItems: CategoryItemProps[]; | ||
} | ||
export { t } | ||
export { TBabel } | ||
export { toAst } | ||
export { trimSemicolon } | ||
export { useBlockCode } | ||
export { useDialog } | ||
export { } |
{ | ||
"name": "d8d-blockly", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "style":"dist/d8d-blockly.css", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
10418199
7
96878