pull/15844/head
Rich Harris 3 months ago
commit 9165bd0334

@ -85,7 +85,7 @@ export interface Effect extends Reaction {
last: null | Effect; last: null | Effect;
/** Parent effect */ /** Parent effect */
parent: Effect | null; parent: Effect | null;
/** THe boundary this effect belongs to */ /** The boundary this effect belongs to */
b: Boundary | null; b: Boundary | null;
/** Dev only */ /** Dev only */
component_function?: any; component_function?: any;

Loading…
Cancel
Save