UNPKG

@insightphp/elements

Version:

Collection of UI components for Insight.

6 lines (5 loc) 97 B
export interface Option { label: string value: string|null meta?: { [key: string]: any } }