@medalsocial/meda
Version:
Shared Meda UI shell and runtime package.
7 lines (6 loc) • 334 B
TypeScript
export type { InspectorProps } from './inspector.js';
export { Inspector } from './inspector.js';
export type { InspectorFieldProps } from './inspector-field.js';
export { InspectorField } from './inspector-field.js';
export type { InspectorJSONProps } from './inspector-json.js';
export { InspectorJSON } from './inspector-json.js';