UNPKG

riot-test-utils

Version:
6 lines (5 loc) 180 B
/** Arguments passed to `riot.tag2()` in `riot-compiler` */ declare type TagArgs = [string, string, string, string, /** user function */ () => void]; export default TagArgs;