hanbiro-react16-sdk 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ export declare const axiosApi: import('axios').AxiosInstance;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanbiro-react16-sdk",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "React 16.2.0 compatible UI components for Hanbiro",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/hanbiro-react16-sdk.umd.js",
@@ -1,10 +0,0 @@
1
- export interface LabelValue {
2
- label: string;
3
- value: string;
4
- }
5
- export declare const TONE_OPTIONS: LabelValue[];
6
- export declare const LENGTH_OPTIONS: LabelValue[];
7
- export interface Lang extends LabelValue {
8
- extra?: string;
9
- }
10
- export declare const LANG_OPTIONS: Lang[];