UNPKG

vira

Version:

A simple and highly versatile design system using element-vir.

9 lines (8 loc) 188 B
/** * Type guard to determine if a `ViraSelect` options entry is a group. * * @category Internal */ export function isViraSelectOptionGroup(entry) { return 'groupName' in entry; }