Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

notiflix.js 170B

1234
  1. import { Loading } from 'notiflix/build/notiflix-loading-aio';
  2. import { Block } from 'notiflix/build/notiflix-block-aio';
  3. window.Loading = Loading;
  4. window.Block = Block;