UNPKG

@novely/solid-renderer

Version:
7 lines (6 loc) 169 B
import type { VoidComponent } from 'solid-js'; interface LoadingProps { overlay?: boolean; } declare const Loading: VoidComponent<LoadingProps>; export { Loading };