UNPKG

@open-condo/miniapp-utils

Version:

A set of helper functions / components / hooks used to build new condo apps fast

6 lines (3 loc) 177 B
import { Configuration } from 'webpack'; declare function nextCamelCaseCSSModulesTransform(config: Configuration): Configuration; export { nextCamelCaseCSSModulesTransform };