UNPKG

@naturacosmeticos/natds-web

Version:

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

13 lines (12 loc) 353 B
import * as React from 'react'; import { IIntroProps } from './Intro.props'; export { IIntroProps } from './Intro.props'; /** * ## Importing * * ``` * import { Intro } from '@naturacosmeticos/natds-web'; * ``` */ export declare const Intro: React.ForwardRefExoticComponent<IIntroProps & React.RefAttributes<HTMLDivElement>>; export default Intro;