Core API Overview > @adpt/core > Adapt > Sequence
Adapt.Sequence() function
Component that deploys its children sequentially.
Signature:
export declare function Sequence(props: SFCDeclProps<SequenceProps>): AdaptElement<import("../jsx").AnyProps>;
Parameters
Parameter | Type | Description |
---|---|---|
props | SFCDeclProps <SequenceProps> |
Returns:
AdaptElement
<import("../jsx").
AnyProps
>