UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

4 lines (3 loc) 246 B
import type { TransformNewProps, TransformProps } from './types'; declare const transform: <T extends TransformProps>(props: T, deprecated: (param0: string, param1: string, param2: string) => void) => TransformNewProps; export default transform;