mirror of https://github.com/ColorlibHQ/AdminLTE
10 lines
301 B
TypeScript
10 lines
301 B
TypeScript
|
/**
|
||
|
* Filterizr is a JavaScript library that sorts, shuffles and applies stunning
|
||
|
* filters over responsive galleries using CSS3 transitions and
|
||
|
* custom CSS effects.
|
||
|
* @author Yiotis Kaltsikis
|
||
|
* @see {@link http://yiotis.net/filterizr}
|
||
|
* @license MIT
|
||
|
*/
|
||
|
export { default } from './Filterizr';
|