From 7c4dff3400a785ef9f68281a9201dd5dac2f4317 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 15 May 2023 05:03:28 +0000 Subject: [PATCH] chore(deps-dev): bump @rollup/plugin-typescript from 11.1.0 to 11.1.1 (#670) Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.0 to 11.1.1. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.1/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> de7d2bc9aedea9ee5c766e274da59680a1ad4394 --- enums/Status.html | 8 ++++---- functions/Wrapper.html | 2 +- interfaces/WrapperProps.html | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/enums/Status.html b/enums/Status.html index d29f2172..2cad1ab5 100644 --- a/enums/Status.html +++ b/enums/Status.html @@ -16,7 +16,7 @@
  • Status
  • Enumeration Status

    +
  • Defined in index.tsx:20
  • @@ -34,17 +34,17 @@

    Enumeration Members

    FAILURE: "FAILURE"
    +
  • Defined in index.tsx:22
  • LOADING: "LOADING"
    +
  • Defined in index.tsx:21
  • SUCCESS: "SUCCESS"
    +
  • Defined in index.tsx:23
  • +
  • Defined in index.tsx:65
  • +
  • Defined in index.tsx:47
  • children?: ReactNode

    Children wrapped by the <Wrapper>{elements}</Wrapper.

    +
  • Defined in index.tsx:37
  • render?: ((status) => ReactElement<any, string | JSXElementConstructor<any>>)
    @@ -92,7 +92,7 @@

    Parameters

    status: Status

    Returns ReactElement<any, string | JSXElementConstructor<any>>

    +
  • Defined in index.tsx:41