The interface for arguments for elements that have children.

interface IParentArgs {
    children?: ReactNode;
}

Hierarchy (View Summary)

Properties

Properties

children?: ReactNode

The children of the current component.