UNPKG

@novely/solid-renderer

Version:
10 lines (9 loc) 237 B
import type { VoidComponent } from 'solid-js'; interface CustomScreenProps { /** * Name of current custom screen */ name: string; } declare const CustomScreen: VoidComponent<CustomScreenProps>; export { CustomScreen };