import { ContentNode } from './ContentNode.js'; export type ComponentRenderInfo = 'client' | { location: 'client'; placeholder: ContentNode; }; //# sourceMappingURL=ComponentRenderInfo.type.d.ts.map