Skip to content

Commit b05cc20

Browse files
committed
fix: mark optional in base class
1 parent 995ff52 commit b05cc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ui/core/view/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ export abstract class View extends ViewCommon {
658658
/**
659659
* Native background states. This is a read-only property.
660660
*/
661-
nativeBackgroundState: 'unset' | 'invalid' | 'drawn';
661+
nativeBackgroundState?: 'unset' | 'invalid' | 'drawn';
662662

663663
/**
664664
* Gets the CSS fully qualified type name.

0 commit comments

Comments
 (0)