qlqz-frame 0.3.0 → 0.3.1
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/dist/index.d.ts +0 -1
- package/dist/index.es.js +4906 -5586
- package/dist/index.umd.js +24 -62
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -140,7 +140,6 @@ declare module 'qlqz-frame' {
|
|
|
140
140
|
export const toSafeAuths: (auths: string[]) => string[];
|
|
141
141
|
export const PrivateRoute: React.FC<any>;
|
|
142
142
|
export const PrivateComp: React.FC<any>;
|
|
143
|
-
export const Children: React.FC<any>;
|
|
144
143
|
|
|
145
144
|
export const wkb2Geojson: (wkb: string) => any;
|
|
146
145
|
|