Interface AsyncCellProps

interface AsyncCellProps {
    delegatedProps?: WebCellProps;
    loader: () => Promise<ComponentTag>;
}

Properties

delegatedProps?: WebCellProps
loader: () => Promise<ComponentTag>
MMNEPVFCICPMFPCPTTAAATR