Skip to content

Commit

Permalink
Add $HasTextChildren to Attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaijaHeiskanen authored Mar 11, 2022
1 parent cadc0fb commit c549edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/inferno/src/core/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export declare namespace Inferno {
$HasVNodeChildren?: boolean;
$HasNonKeyedChildren?: boolean;
$HasKeyedChildren?: boolean;
$HasTextChildren?: boolean;
$ChildFlag?: number;
}
interface ClassAttributes<T> extends Attributes {
Expand Down

0 comments on commit c549edc

Please sign in to comment.