UNPKG

@ray-core/runtime

Version:

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

7 lines (6 loc) 295 B
export declare function getAlias(prop: string, type: string): string; export interface GenericProps { [key: string]: any; } export declare function propAlias(prop: string, value: any, type: string): any[]; export default function propsAlias(props: GenericProps, type: string): GenericProps;