Phantom Stories Library - v0.0.8
    Preparing search index...

    Interface ValidationRenderProps<T>

    Props for rendering a Validation ADT state.

    interface ValidationRenderProps<T> {
        validation: Validation<T>;
    }

    Type Parameters

    • T

      The type of the data in Passing state.

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    validation: Validation<T>

    The Validation instance to render.