- Preparing search index...
- The search index is not available
@ash.ts
Type alias NodeClassWithProps<TProps>
NodeClassWithProps<TProps>: NodeClass<Node & { [K in keyof TProps]: InstanceType<TProps[K]>}>
Type Parameters
-
TProps extends Record<string, Class<any>>
Type helping in converting of propTypes to actual class properties.