Home Reference Source Repository

js/components/notifications/base.js

define([], function() {
    'use strict';


    return {
        replace: true,
        inherit: true,
        props: ['notification']
    };
});