UNPKG

@iotize/ionic

Version:

Iotize specific building blocks on top of @ionic/angular.

9 lines (8 loc) 162 B
export type Bit = { value?: boolean; } & BitTemplate; export type BitTemplate = { index: number; label?: string; description?: string; };