UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

6 lines (5 loc) 210 B
/// <reference types="react" /> interface BadgeWrapperContextValue { } declare const BadgeWrapperContext: import("react").Context<BadgeWrapperContextValue | undefined>; export default BadgeWrapperContext;