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

    Interface ActiveRoomCardStyles

    Styles for the ActiveRoomCard component.

    interface ActiveRoomCardStyles {
        actions?: SxProps<Theme>;
        card?: SxProps<Theme>;
        content?: SxProps<Theme>;
    }
    Index

    Properties

    actions?: SxProps<Theme>

    Sx prop for the card actions area

    card?: SxProps<Theme>

    Sx prop for the root Card

    content?: SxProps<Theme>

    Sx prop for the card content area