UNPKG

@vtex/styleguide

Version:

> VTEX Styleguide React components ([Docs](https://vtex.github.io/styleguide))

8 lines (7 loc) 329 B
import { FC } from 'react'; import { InferProps } from 'prop-types'; import { totalizerPropTypes } from '../Totalizer/index.js'; import { E2ETestable } from './types'; declare const Totalizer: FC<TotalizerProps>; export declare type TotalizerProps = InferProps<typeof totalizerPropTypes> & E2ETestable; export default Totalizer;