Skip to content

v0.1.0

Compare
Choose a tag to compare
@bring-shrubbery bring-shrubbery released this 13 Oct 07:30
· 15 commits to main since this release
230a8ec

Initial package release:

Exposes following structures:

  • const createCookieConsentContext: () => React.Context<CookieConsentHookState>
  • const CookieConsentContext: React.Context<CookieConsentHookState>
  • interface CookieConsentProviderProps
  • const CookieConsentProvider: FC<CookieConsentProviderProps>
  • const useCookieConsentContext: () => CookieConsentHookState