UNPKG

webpack-typescript-builder

Version:

Webpack config builder for typescript, styles (css and sass), fonts and images.

10 lines (8 loc) 135 B
export interface Context { helmetContext?: any; store?: any; history?: any; } export interface AppProps { context: Context; }