UNPKG

@naturacosmeticos/natds-web

Version:

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

8 lines (7 loc) 212 B
/// <reference types="react" /> import { ILogoProps } from './Logo.props'; declare const Logo: { ({ color, size, model, arialabel }: ILogoProps): JSX.Element; displayName: string; }; export default Logo;