UNPKG

balm-ui

Version:

A modular and customizable UI library based on Material Design and Vue 3

5 lines (3 loc) 133 B
const checkType = (props, TYPES, key) => props[key] || props.type === TYPES[key] || props.type === key; export default checkType;