UNPKG

@novely/solid-renderer

Version:
9 lines (8 loc) 285 B
import type { VoidComponent } from 'solid-js'; import type { CustomCharacterHandle } from '../types'; type CharacterProps = { character: string; characters: Record<string, CustomCharacterHandle>; }; declare const Character: VoidComponent<CharacterProps>; export { Character };