Guaxu Docs
    Preparing search index...

    Type Alias CardProps

    type CardProps = {
        children: ReactNode;
        fullWidth?: boolean;
    }
    Index

    Properties

    Properties

    children: ReactNode
    fullWidth?: boolean