1.0.5 • Published 3 months ago

circle-react-hook v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Circle Interface And Hook

Circle 阅读助手组件库,用于快速开发插件

安装

npm install circle-cts

使用

类型

import { App, Plugin } from 'circle-cts';

React Hooks

import {
  useApp,
  useNode,
  useOption,
  AppContext
} from 'circle-cts';

辅助函数

import {
  isType,
  isObject,
  isNumber,
  isString,
  isBoolean,
  isFunction,
  isUndefined,
  isAsyncFunction
} from 'circle-cts';
1.0.5

3 months ago

1.0.4

4 months ago

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

1 year ago

1.0.0

1 year ago