UNPKG

@masa-dev/react-signage

Version:

This is a react library for signage.

7 lines (6 loc) 174 B
export type Media = HTMLImageElement | HTMLVideoElement; export type MediaRef = React.RefObject<Media | null>; export type Size = { width: number; height: number; };