pull/10412/head
Rich Harris 7 months ago
parent a333d4bf12
commit b81c7966fa

@ -40,7 +40,7 @@ export type ComponentContext = {
s: Record<string, unknown>;
/** accessors */
a: Record<string, any> | null;
/** effectgs */
/** effects */
e: null | Array<EffectSignal>;
/** mounted */
m: boolean;

Loading…
Cancel
Save