UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

4 lines (3 loc) 289 B
import React from 'react'; import type { IcreateIconProps } from './types'; export declare const createIcon: ({ path, d, ...initialProps }: IcreateIconProps) => React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>>;