UNPKG

riot-test-utils

Version:
6 lines (5 loc) 148 B
import TagArgs from './TagArgs'; export default interface TagMap { /** Mapping name of a tag to its args */ [name: string]: TagArgs; }