Interface AudioGridOptions

interface AudioGridOptions {
    componentsToRender: ReactNode[];
}

Properties

componentsToRender: ReactNode[]