astro-ghostcms/.pnpm-store/v3/files/eb/bdc0225a70c617fc5d79814ac8b...

14 lines
467 B
Plaintext

export declare function check(Component: any, props: any, { default: children, ...slotted }?: {
default?: null | undefined;
}): Promise<any>;
export declare function renderToStaticMarkup(this: any, Component: any, props?: {}, { default: children, ...slotted }?: {
default?: null | undefined;
}): Promise<{
html: any;
}>;
declare const _default: {
check: typeof check;
renderToStaticMarkup: typeof renderToStaticMarkup;
};
export default _default;