Trilium Frontend API
    Preparing search index...

    Interface AdmonitionProps

    interface AdmonitionProps {
        children: ComponentChildren;
        className?: string;
        type: "note" | "warning" | "caution";
    }
    Index

    Properties

    className?: string
    type: "note" | "warning" | "caution"