@player-ui/asset-transform-plugin
Version:
8 lines • 380 B
TypeScript
import type { BeforeTransformFunction } from "@player-ui/player";
/**
* Passes a property to the plugins.stringResolver.propertiesToSkip array or creates it if it doesn't exist
*
* @param asset - Asset to apply the transform to
*/
export declare const propertiesToSkipTransform: (parameters: string[]) => BeforeTransformFunction;
//# sourceMappingURL=propertiesToSkip.d.ts.map