Interface AsyncCellProps

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

Properties

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

Type declaration

Generated using TypeDoc