UNPKG

@flodlc/nebula

Version:

Including configurable Stars, Nebulas, Comets, Planets and Suns. Nebula comes with a vanilla JS and a React wrapper. Compatible with SSR

6 lines (5 loc) 180 B
/// <reference types="react" /> import { SystemConfig } from "../types"; export declare const ReactNebula: ({ config }: { config?: SystemConfig | undefined; }) => JSX.Element;