UNPKG

nts-ng2-components

Version:

Paquete de componentes para Angular2 desarrollado por NITSNETS.

3 lines (2 loc) 184 B
export type NtsColor = 'default' | 'primary' | 'success' | 'info' | 'light' | 'warning' | 'error'; export type NtsPosition = 'bottom-left' | 'bottom-right' | 'top-left' | 'top-right';