| 1234567891011121314151617181920 |
- // Server-safe entry point: schema and catalog definitions only.
- // Does not import React or @react-pdf/renderer.
- export { schema, type ReactPdfSchema, type ReactPdfSpec } from "./schema";
- export {
- standardComponentDefinitions,
- type StandardComponentDefinitions,
- type StandardComponentProps,
- } from "./catalog";
- export type { Spec } from "@json-render/core";
- export type {
- SetState,
- StateModel,
- ComponentContext,
- ComponentFn,
- Components,
- } from "./catalog-types";
|