SYMBOL INDEX (30 symbols across 3 files) FILE: index.d.ts type AllOrNothing (line 4) | type AllOrNothing = T | { [K in keyof T]?: never } type AtLeastOne (line 7) | type AtLeastOne = { [K in keyof T]: Pick }[keyof T] type AtLeastSomething (line 11) | type AtLeastSomething = U | AtLeastOne & AllOrNothing type EventsMap (line 14) | type EventsMap = type Indexable (line 20) | type Indexable = string | unknown[] | Record type IndexableByKey (line 24) | type IndexableByKey = Record type NonEmptyString (line 27) | type NonEmptyString = T extends "" ? never : T type TypedH (line 61) | interface TypedH { type Action (line 72) | type Action = (state: S, payload: P) => Dispatchable type App (line 76) | type App = type ClassProp (line 96) | type ClassProp = type CustomPayloads (line 104) | type CustomPayloads = { type Dispatch (line 114) | type Dispatch = (dispatchable: Dispatchable, payload?: unknown) =>... type Dispatchable (line 117) | type Dispatchable = type Effecter (line 124) | type Effecter = ( type Effect (line 130) | type Effect = type MaybeEffect (line 136) | type MaybeEffect = null | undefined | boolean | "" | 0 | Effect type EventActions (line 140) | type EventActions = { type MaybeVNode (line 147) | type MaybeVNode = boolean | null | undefined | VNode type Props (line 150) | type Props = type StyleProp (line 179) | type StyleProp = IndexableByKey & { type Subscription (line 184) | type Subscription = readonly [ type Unsubscribe (line 190) | type Unsubscribe = () => void type ElementVNode (line 193) | type ElementVNode = { type TextVNode (line 226) | type TextVNode = { type VNode (line 237) | type VNode = ElementVNode | TextVNode FILE: packages/html/index.js constant EMPTY_ARR (line 3) | const EMPTY_ARR = [] constant EMPTY_OBJ (line 4) | const EMPTY_OBJ = {} FILE: packages/svg/index.js constant EMPTY_ARR (line 3) | const EMPTY_ARR = [] constant EMPTY_OBJ (line 4) | const EMPTY_OBJ = {}