UNPKG

187 BTypeScriptView Raw
1declare class NativeAsset {
2 private nativeAsset;
3 constructor();
4 set(asset: string): void;
5 get(): string;
6}
7declare const nativeAsset: NativeAsset;
8export { nativeAsset };