mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
svg
This commit is contained in:
parent
e06d4ee937
commit
640d7d2a9c
@ -41,9 +41,6 @@ export { default as HBoxLayout } from './layout/HBoxLayout.jsx';
|
||||
export { default as TabLayout } from './layout/TabLayout.jsx';
|
||||
export { default as VBoxLayout } from './layout/VBoxLayout.jsx';
|
||||
|
||||
// media
|
||||
export { default as SVG } from './media/SVG.jsx';
|
||||
|
||||
// menu
|
||||
export { default as MenuBar } from './menu/MenuBar.jsx';
|
||||
export { default as MenuItem } from './menu/MenuItem.jsx';
|
||||
@ -55,6 +52,9 @@ export { default as Panel } from './panel/Panel.jsx';
|
||||
// property
|
||||
export { default as PropertyGrid } from './property/PropertyGrid.jsx';
|
||||
|
||||
// svg
|
||||
export { default as SVG } from './svg/SVG.jsx';
|
||||
|
||||
// table
|
||||
export { default as DataGrid } from './table/DataGrid.jsx';
|
||||
export { default as Table } from './table/Table.jsx';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user