Function CAUnifiedBalanceContext

  • Parameters

    • props: ProviderProps<{
          setVisible: ((b: boolean) => void);
          visible: boolean;
      }>

    Returns ReactNode

Properties

$$typeof: symbol
Consumer: Consumer<{
    setVisible: ((b: boolean) => void);
    visible: boolean;
}>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

Provider: Provider<{
    setVisible: ((b: boolean) => void);
    visible: boolean;
}>