UNPKG

seti-ramesesv1

Version:

Reusable components and context for Next.js apps

6 lines 224 B
export type ContentPanelProps = { id: string; }; declare const ContentPanel: ({ id }: ContentPanelProps) => import("react/jsx-runtime").JSX.Element; export default ContentPanel; //# sourceMappingURL=ContentPanel.d.ts.map