@dosgato/templating
Advanced tools
Comparing version 0.0.87 to 0.0.88
@@ -171,3 +171,3 @@ /// <reference types="node" /> | ||
headerLevel?: number; | ||
advanceHeader?: string | undefined | null; | ||
advanceHeader?: string; | ||
}) => string; | ||
@@ -506,3 +506,3 @@ /** | ||
} | ||
export declare abstract class Page<DataType extends PageData = any, FetchedType = any, RenderContextType extends ContextBase = any> extends Component<DataType, FetchedType, RenderContextType> { | ||
export declare abstract class Page<DataType extends PageData = any, FetchedType = any, RenderContextType extends ContextBase = ContextBase> extends Component<DataType, FetchedType, RenderContextType> { | ||
/** | ||
@@ -509,0 +509,0 @@ * The page id in case you need to pass it to the API, e.g. this.api.getRootPage(this.id) |
{ | ||
"name": "@dosgato/templating", | ||
"version": "0.0.87", | ||
"version": "0.0.88", | ||
"description": "A library to support building templates for dosgato CMS.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
82125