UNPKG

@fefade/react

Version:

Reusable React UI components powered by the fefade core system.

7 lines (6 loc) 389 B
import { HTMLAttrAnchor, VideoType } from '@fefade/core/types'; import { ImgHTMLAttributes } from 'react'; interface Props extends Omit<Omit<ImgHTMLAttributes<Omit<HTMLVideoElement, "src">>, "color">, "type">, VideoType, HTMLAttrAnchor { } declare const _default: import('react').ForwardRefExoticComponent<Props & import('react').RefAttributes<HTMLVideoElement>>; export default _default;