barkoder-nativescript 0.0.1 → 0.0.2
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.
- package/index.d.ts +1 -9
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare class BarkoderNativescript extends Common {
|
|
3
|
-
// define your typings manually
|
|
4
|
-
// or..
|
|
5
|
-
// take the ios or android .d.ts files and copy/paste them here
|
|
6
|
-
}
|
|
7
|
-
export class BarkoderView extends View {
|
|
8
|
-
|
|
9
|
-
}
|
|
1
|
+
export * from "./barkoder-nativescript.common";
|
package/package.json
CHANGED