UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

7 lines (6 loc) 133 B
import type { ReactNode } from 'react'; export interface InspectorTab { id: string; label: string; content: ReactNode; }