Skip to main content

ContainerAttachProps TypeAlias

Represents properties that can be attached to a container.

Signature

export type ContainerAttachProps<T = unknown> = T;

Type Parameters

Parameter Default Description
T unknown