diff --git a/types/catalog/catalog-tests.tsx b/types/catalog/catalog-tests.tsx index c77c0c1667..37a87540d1 100644 --- a/types/catalog/catalog-tests.tsx +++ b/types/catalog/catalog-tests.tsx @@ -36,7 +36,7 @@ render(config, document.body); markdown` # Test -${ +${
} `; diff --git a/types/catalog/index.d.ts b/types/catalog/index.d.ts index a9b4220f00..3476e86641 100644 --- a/types/catalog/index.d.ts +++ b/types/catalog/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for catalog 2.1 +// Type definitions for catalog 3.2 // Project: https://github.com/interactivethings/catalog/ // Definitions by: Peter Gassner , Tomas Carnecky // Definitions: https://github.com/interactivethings/catalog/ @@ -100,6 +100,7 @@ export interface ReactSpecimenProps extends DefaultCatalogProps { frame?: boolean; state?: any; responsive?: boolean | string | string[]; + sourceText?: string; } export class ReactSpecimen extends React.Component {}