UNPKG

@vismaux/ngx-nordic-cool

Version:
11 lines (10 loc) 238 B
export interface Schema { /** * Name of the project where library should be installed */ project?: string; /** * Flag if animations or no animations module should be included */ animations?: boolean; }