UNPKG

phx-react

Version:

PHX REACT

5 lines (4 loc) 160 B
import { StaticImageData } from 'next/image'; type SvgModule = StaticImageData | string; export declare const PHXScreens: Record<string, SvgModule>; export {};