interface QuicksightDashboardPageProps {
    children?: ReactNode;
    key?: Key;
    params: { library?: string };
    ref?: LegacyRef<QuicksightDashboardPageProps>;
}

Hierarchy

Properties

children?: ReactNode
key?: Key
params: { library?: string }