UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

4 lines (3 loc) 131 B
export function sizePropValidator (size: string): boolean { return ['', 'xs', 'sm', 'md', 'lg', 'xl', 'xxl'].includes(size); }