flounder
Version:
a native friendly dropdown menu
17 lines (14 loc) • 335 B
JavaScript
/*
* Copyright (c) 2016-2018 dunnhumby Germany GmbH.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the LICENSE file
* in the root directory of this source tree.
*
*/
/* global define */
import Flounder from '../core/flounder';
define( 'flounder', [], () =>
{
return Flounder;
} );