UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 275 B
import React from 'react'; import { BoxProps } from '@mantine/core'; import { Props as ToolsBannerCardProps } from "../../../toolBannerCard"; export declare const Banner: ({ className, classNames, styles, ...rest }: BoxProps & ToolsBannerCardProps) => React.JSX.Element;