UNPKG

@novely/solid-renderer

Version:
4 lines (3 loc) 176 B
import type { Lang, State, TextContent, ValidAction } from '@novely/core'; declare const setMood: (mood: string | TextContent<Lang, State>) => ValidAction; export { setMood };