Hiyve Components - v1.0.0
    Preparing search index...

    Interface RoomDetailStat

    A stat tile displayed in the RoomDetailHeader stats row.

    interface RoomDetailStat {
        icon: ReactNode;
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    icon: ReactNode
    label: string
    value: string