Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UsePopperReturnType

Hierarchy

  • UsePopperReturnType

Index

Properties

attributes

attributes: {}

Type declaration

  • [key: string]: {} | undefined

forceUpdate

forceUpdate: null | (() => void)

state

state: null | State

styles

styles: {}

Type declaration

  • [key: string]: React.CSSProperties

update

update: null | (() => Promise<Partial<State>>)

Generated using TypeDoc