SYMBOL INDEX (107 symbols across 28 files) FILE: cypress.config.ts method setupNodeEvents (line 5) | setupNodeEvents(on, config) { FILE: cypress/support/commands.ts type Chainable (line 31) | interface Chainable { FILE: cypress/support/component.ts type Chainable (line 34) | interface Chainable { FILE: playground/src/components/App.tsx class App (line 23) | class App extends React.Component { method getDefaultState (line 28) | static getDefaultState() { method isDefaultProps (line 79) | isDefaultProps() { method renderFlags (line 105) | renderFlags() { method render (line 113) | render() { FILE: playground/src/components/Checkbox.tsx type CheckboxProps (line 3) | interface CheckboxProps { FILE: playground/src/components/ContainerCode.tsx function getProp (line 4) | function getProp(prop: L, value: R) { type ContainerCodeProps (line 17) | interface ContainerCodeProps extends Partial { FILE: playground/src/components/Radio.tsx type RadioProps (line 3) | interface RadioProps { FILE: playground/src/components/ToastCode.tsx function getType (line 5) | function getType(type: string) { type ToastCodeProps (line 21) | interface ToastCodeProps { FILE: src/addons/use-notification-center/NotificationCenter.cy.tsx function TestComponent (line 6) | function TestComponent(props: UseNotificationCenterParams) { FILE: src/addons/use-notification-center/useNotificationCenter.ts type Optional (line 4) | type Optional = Pick, K> & Omit; type NotificationCenterItem (line 6) | interface NotificationCenterItem extends Optional = (l: NotificationCenterItem, r: NotificationCen... type FilterFn (line 13) | type FilterFn = (item: NotificationCenterItem) => boolean; type UseNotificationCenterParams (line 15) | interface UseNotificationCenterParams { type UseNotificationCenter (line 49) | interface UseNotificationCenter { function useNotificationCenter (line 179) | function useNotificationCenter( function decorate (line 307) | function decorate(item: NotificationCenterItem | Partial(l: NotificationCenterItem, r: Notificat... FILE: src/components/CloseButton.tsx type CloseButtonProps (line 5) | interface CloseButtonProps { function CloseButton (line 12) | function CloseButton({ closeToast, theme, ariaLabel = 'close' }: CloseBu... FILE: src/components/Icons.tsx type IconProps (line 9) | interface IconProps { type BuiltInIconProps (line 15) | type BuiltInIconProps = React.SVGProps & IconProps; function Warning (line 27) | function Warning(props: BuiltInIconProps) { function Info (line 35) | function Info(props: BuiltInIconProps) { function Success (line 43) | function Success(props: BuiltInIconProps) { function Error (line 51) | function Error(props: BuiltInIconProps) { function Spinner (line 59) | function Spinner() { type IconParams (line 73) | type IconParams = Pick void; type ContainerObserver (line 14) | type ContainerObserver = ReturnType; function createContainerObserver (line 16) | function createContainerObserver( FILE: src/core/genToastId.ts constant TOAST_ID (line 1) | let TOAST_ID = 1; FILE: src/core/store.ts type EnqueuedToast (line 14) | interface EnqueuedToast { type RemoveParams (line 19) | interface RemoveParams { function flushRenderQueue (line 32) | function flushRenderQueue() { function isToastActive (line 40) | function isToastActive(id: Id, containerId?: Id) { function removeToast (line 51) | function removeToast(params?: Id | RemoveParams) { function pushToast (line 79) | function pushToast(content: ToastContent, options: NotVali... type ToggleToastParams (line 88) | interface ToggleToastParams { type RegisterToggleOpts (line 93) | type RegisterToggleOpts = { function registerToggle (line 99) | function registerToggle(opts: RegisterToggleOpts) { function toggleToast (line 103) | function toggleToast(v: boolean, opt?: ToggleToastParams) { function registerContainer (line 113) | function registerContainer(props: ToastContainerProps) { function onChange (line 137) | function onChange(cb: OnChangeCallback) { FILE: src/core/toast.cy.tsx function rejectPromise (line 301) | function rejectPromise() { method render (line 312) | render(props) { function resolvePromise (line 327) | function resolvePromise() { method render (line 338) | render(props) { FILE: src/core/toast.ts function getToastId (line 20) | function getToastId(options?: ToastOptions) { function dispatchToast (line 27) | function dispatchToast(content: ToastContent, options: Not... function mergeOptions (line 35) | function mergeOptions(type: string, options?: ToastOptions) { function createToastByType (line 43) | function createToastByType(type: string) { function toast (line 48) | function toast(content: ToastContent, options?: ... type ToastPromiseParams (line 65) | interface ToastPromiseParams = { type TypeOptions (line 9) | type TypeOptions = 'info' | 'success' | 'warning' | 'error' | 'default'; type Theme (line 11) | type Theme = 'light' | 'dark' | 'colored' | (string & {}); type ToastPosition (line 13) | type ToastPosition = 'top-right' | 'top-center' | 'top-left' | 'bottom-r... type CloseToastFunc (line 15) | type CloseToastFunc = ((reason?: boolean | string) => void) & ((e: React... type ToastContentProps (line 17) | interface ToastContentProps { type ToastContent (line 24) | type ToastContent = React.ReactNode | ((props: ToastContent... type ToastIcon (line 26) | type ToastIcon = false | ((props: IconProps) => React.ReactNode) | React... type Id (line 28) | type Id = number | string; type ToastTransition (line 30) | type ToastTransition = React.FC | React.ComponentC... type ToastClassName (line 35) | type ToastClassName = type ClearWaitingQueueParams (line 39) | interface ClearWaitingQueueParams { type DraggableDirection (line 43) | type DraggableDirection = 'x' | 'y'; type CommonOptions (line 45) | interface CommonOptions { type ToastOptions (line 164) | interface ToastOptions extends CommonOptions { type UpdateOptions (line 226) | interface UpdateOptions extends Nullable> { type ToastContainerProps (line 234) | interface ToastContainerProps extends CommonOptions, Pick { type Toast (line 326) | interface Toast { type ToastItemStatus (line 335) | type ToastItemStatus = 'added' | 'removed' | 'updated'; type ToastItem (line 337) | interface ToastItem { type OnChangeCallback (line 350) | type OnChangeCallback = (toast: ToastItem) => void; type IdOpts (line 352) | type IdOpts = { type ClearWaitingQueueFunc (line 357) | type ClearWaitingQueueFunc = typeof clearWaitingQueue; FILE: src/utils/collapseToast.ts function collapseToast (line 6) | function collapseToast(node: HTMLElement, done: () => void, duration = D... FILE: src/utils/constant.ts type Type (line 1) | const enum Type { type Default (line 9) | const enum Default { type Direction (line 17) | const enum Direction { FILE: src/utils/cssTransition.tsx type CSSTransitionProps (line 7) | interface CSSTransitionProps { type AnimationStep (line 39) | const enum AnimationStep { function cssTransition (line 57) | function cssTransition({ FILE: src/utils/mapper.ts function toToastItem (line 5) | function toToastItem(toast: Toast, status: ToastItemStatus): ToastItem { function renderContent (line 20) | function renderContent(content: unknown, props: ToastProps, isPaused: bo...