intro.js
    Preparing search index...

    Type Alias TagFunc<Result>

    TagFunc: (
        first?: Props & PropsWithKnownKeys<Result> | ChildDom,
        ...rest: readonly ChildDom[],
    ) => Result

    Represents a function type that constructs a tagged result using provided properties and children.

    Type Parameters

    • Result

    Type Declaration