@nativescript/core
Version:
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
8 lines • 324 B
JavaScript
import { ImageSymbolEffectCommon } from './symbol-effects-common';
export { ImageSymbolEffects } from './symbol-effects-common';
export class ImageSymbolEffect extends ImageSymbolEffectCommon {
static fromSymbol(symbol) {
return new ImageSymbolEffect();
}
}
//# sourceMappingURL=symbol-effects.android.js.map