@vicinae/api
    Preparing search index...
    type Props = {
        icon?: ImageLike;
        onShow?: (path: PathLike) => void;
        path: PathLike;
        shortcut?: Keyboard.Shortcut;
        title?: string;
    }
    Index

    Properties

    icon?: ImageLike
    onShow?: (path: PathLike) => void
    path: PathLike
    shortcut?: Keyboard.Shortcut
    title?: string