MCPcopy
hub / github.com/udecode/plate / TCalloutElement

Interface TCalloutElement

packages/utils/src/lib/plate-types.ts:8–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6// ─────────────────────────────────────────────────────────────────────────────
7
8export interface TCalloutElement extends TElement {
9 backgroundColor?: string;
10 icon?: string;
11 variant?:
12 | (string & {})
13 | 'error'
14 | 'info'
15 | 'note'
16 | 'success'
17 | 'tip'
18 | 'warning';
19}
20
21export type TTagProps = { value: string } & UnknownObject;
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…