How to use the remax/cjs/propsAlias.getAlias function in remax

To help you get started, we’ve selected a few remax examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github remaxjs / remax / packages / remax-cli / src / build / adapters / wechat / index.ts View on Github external
export function getNativePropName(props: any, isNative = false, type?: string) {
  return getAlias(props, isNative, 'wechat', type);
}
github remaxjs / remax / packages / remax-cli / src / build / adapters / alipay / index.ts View on Github external
export function getNativePropName(props: any, isNative = false, type?: string) {
  return getAlias(props, isNative, 'alipay', type);
}
github remaxjs / remax / packages / remax-cli / src / build / adapters / toutiao / index.ts View on Github external
export function getNativePropName(props: any, isNative = false, type?: string) {
  return getAlias(props, isNative, 'toutiao', type);
}

remax

Remax 是一个全新的基于 React 的小程序开发框架

MIT
Latest version published 2 years ago

Package Health Score

50 / 100
Full package analysis