@limitless-angular/sanity
Version:
A powerful Angular library for Sanity.io integration, featuring Portable Text rendering and optimized image loading.
13 lines (12 loc) • 569 B
TypeScript
import { TemplateRef } from '@angular/core';
import { ToolkitTextNode } from '@portabletext/toolkit';
import { PortableTextComponents } from '../types';
import * as i0 from "@angular/core";
export declare class TextComponent {
template: import("@angular/core").Signal<TemplateRef<{
$implicit: ToolkitTextNode;
components: Partial<PortableTextComponents>;
}>>;
static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "lib-text", never, {}, {}, never, never, true, never>;
}