TagWithAttributes<T>: {
    attributes: Record<string, string>;
} & BaseTag<T>

Type Parameters

Type declaration

  • attributes: Record<string, string>

Generated using TypeDoc