Type Alias TwingNodeAttributes<T>

TwingNodeAttributes<T>: T extends TwingBaseNode<any, infer Attributes, any>
    ? Attributes
    : never

Type Parameters

  • T