UNPKG

starfield-react

Version:

A React component that draws an animated Starfield on a canvas dom element.

4 lines (3 loc) 139 B
import { FC } from 'react'; import { StarFieldProps } from './StarField'; export declare const WindowSizeStarField: FC<StarFieldProps>;