react-native-flip
Version:
13 lines (12 loc) • 398 B
TypeScript
import OriginalHtmlWebpackPlugin from 'html-webpack-plugin';
import { Environment } from '../types';
/**
* Generates an `index.html` file with the <script> injected.
*
* @category plugins
*/
export default class HtmlWebpackPlugin extends OriginalHtmlWebpackPlugin {
private platform;
constructor(env: Environment, templateHtmlData?: any);
generatedScriptTags(jsAssets: any): any;
}