@naturacosmeticos/natds-web
Version:
A collection of components from Natura Design System for React websites and webapps
16 lines (15 loc) • 354 B
TypeScript
/// <reference types="react" />
import { ICounterProps } from './Counter.props';
export { ICounterProps } from './Counter.props';
/**
* ## Importing
*
* ```
* import { Counter } from '@naturacosmeticos/natds-web';
* ```
*/
export declare const Counter: {
(props: ICounterProps): JSX.Element;
displayName: string;
};
export default Counter;