UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

9 lines (7 loc) 116 B
/* eslint-disable */ export interface Part { selector: string } export interface Parts { [key: string]: Part }