@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
10 lines (9 loc) • 548 B
TypeScript
import type { BackgroundImageCssVariables, BackgroundImageFactory, BackgroundImageProps, BackgroundImageStylesNames } from './BackgroundImage';
export { BackgroundImage } from './BackgroundImage';
export type { BackgroundImageProps, BackgroundImageCssVariables, BackgroundImageFactory, BackgroundImageStylesNames, };
export declare namespace BackgroundImage {
type Props = BackgroundImageProps;
type CssVariables = BackgroundImageCssVariables;
type Factory = BackgroundImageFactory;
type StylesNames = BackgroundImageStylesNames;
}