UNPKG

@insightphp/elements

Version:

Collection of UI components for Insight.

8 lines (7 loc) 121 B
export interface Option { label: string; value: string | null; meta?: { [key: string]: any; }; }