UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

6 lines (5 loc) 146 B
import * as React from 'react'; export interface ICustomIconProps { icon?: React.ComponentType | undefined; onIconPress?: () => (void); }