UNPKG

igniteui-theming

Version:

A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.

15 lines (14 loc) 327 B
import { ReadResourceParams } from '../schemas.js'; export declare function handleReadResource(params: ReadResourceParams): Promise<{ content: { type: "text"; text: string; }[]; isError: boolean; } | { content: { type: "text"; text: string; }[]; isError?: undefined; }>;