UNPKG

smooth-components

Version:

A collection of smooth and elegant React components for building modern web applications.

7 lines (4 loc) 196 B
import { JSX } from 'react'; import { PosterProps } from '../../types/poster'; export declare const Poster: ({ alt, src, styles, hasGlintEffect, }: PosterProps) => JSX.Element; export { }