touchstudy-core 0.1.75 → 0.1.77

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.
@@ -9,8 +9,8 @@ export function setup(): {
9
9
  "Accept-Language": string;
10
10
  };
11
11
  }[];
12
- export default function _default(data: any): void;
13
12
  export function teardown(data: any): void;
13
+ export default function _default(data: any): void;
14
14
  export namespace options {
15
15
  export { MAX_DEMO_STUDENTS as vus };
16
16
  export { MAX_DEMO_STUDENTS as iterations };
@@ -0,0 +1 @@
1
+ export { Language as Language } from "./utils/constants";
@@ -1,4 +1,4 @@
1
1
  export declare type TableHeaderType = {
2
- title: string;
2
+ title: string | string[];
3
3
  sortKey?: string;
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touchstudy-core",
3
- "version": "0.1.75",
3
+ "version": "0.1.77",
4
4
  "description": "Contains core components && functions for TouchStudy project",
5
5
  "author": "brss",
6
6
  "license": "MIT",