frontend
    Preparing search index...
    type Props = {
        children: React.ReactNode;
        height?: string;
        maxHeight?: string;
        minHeight?: string;
        title: string;
        width?: string;
    }
    Index

    Properties

    children: React.ReactNode
    height?: string
    maxHeight?: string
    minHeight?: string
    title: string
    width?: string