We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfea4c commit e8188a7Copy full SHA for e8188a7
1 file changed
templates/typescript/index.ts
@@ -48,7 +48,7 @@ export { Map, type MapProps } from './block/map/map';
48
export { Menu, type MenuProps } from './block/menu/menu';
49
export { Nav, type NavProps } from './block/nav/nav';
50
export { Noscript, type NoscriptProps } from './block/noscript/noscript';
51
-export { ObjectComponent as Object, type ObjectComponentProps as ObjectProps } from './block/object/object';
+export { Object, type ObjectProps } from './block/object/object';
52
export { Ol, type OlProps } from './block/ol/ol';
53
export { Optgroup, type OptgroupProps } from './block/optgroup/optgroup';
54
export { Option, type OptionProps } from './block/option/option';
0 commit comments