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

14 lines
467 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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;