Trilium Frontend API
    Preparing search index...

    Interface IconProps

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

    interface IconProps {
        className?: string;
        icon?: string;
        onClick?: MouseEventHandler<HTMLSpanElement>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string
    icon?: string