@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
4 lines (3 loc) • 317 B
TypeScript
import type { BackgroundImageCssVariables, BackgroundImageFactory, BackgroundImageProps, BackgroundImageStylesNames } from './BackgroundImage';
export { BackgroundImage } from './BackgroundImage';
export type { BackgroundImageProps, BackgroundImageCssVariables, BackgroundImageFactory, BackgroundImageStylesNames, };