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: ({ styles, classNames, className, ...rest }: BoxProps & ToolsBannerCardProps) => React.JSX.Element;