UNPKG

zp-bee

Version:

zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。

7 lines (6 loc) 188 B
/// <reference types="react" /> import { Locale } from '.'; declare const LocaleContext: import("react").Context<Partial<Locale> & { exist?: boolean; }>; export default LocaleContext;