@vicinae/api
    Preparing search index...

    Type Alias Props

    type Props = {
        accessory?: Grid.Item.Accessory;
        actions?: ReactNode;
        content:
            | Image.ImageLike
            | { color: ColorLike }
            | { tooltip?: string; value: Image.ImageLike | { color: ColorLike } };
        detail?: React.ReactNode;
        icon?: ImageLike;
        id?: string;
        keywords?: string[];
        subtitle?: string;
        title?: string;
    }
    Index

    Properties

    accessory?: Grid.Item.Accessory
    actions?: ReactNode
    content:
        | Image.ImageLike
        | { color: ColorLike }
        | { tooltip?: string; value: Image.ImageLike | { color: ColorLike } }
    detail?: React.ReactNode
    icon?: ImageLike
    id?: string
    keywords?: string[]
    subtitle?: string
    title?: string