import {AuiNgTooltipDirective} from './tooltip.directive';

export {
    AuiNgTooltipDirective
};

export const AUI_NG2_TOOLTIP_DIRECTIVES = [
    AuiNgTooltipDirective
];
