UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

7 lines (6 loc) 197 B
import type { NeonFunctionalColor } from '@/model/common/color/NeonFunctionalColor'; export interface NeonNoteModel { title: string; description?: string; color: NeonFunctionalColor; }