@arcmantle/adapter-element
    Preparing search index...

    Type Alias DirectiveParameters<C>

    DirectiveParameters: Parameters<C["render"]>

    This utility type extracts the signature of a directive class's render() method so we can use it for the type of the generated directive function.

    Type Parameters