Trilium Frontend API
    Preparing search index...

    Interface AdmonitionProps

    From T, pick a set of properties whose keys are in the union K

    interface AdmonitionProps {
        children: ComponentChildren;
        className?: string;
        style?: Signalish<string | CSSProperties>;
        type: "note" | "warning" | "caution";
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string
    style?: Signalish<string | CSSProperties>
    type: "note" | "warning" | "caution"