use crate::ext::*;
constant!(alert);
constant!(alert info);
constant!(alert success);
constant!(alert warning);
constant!(alert error);
constant!(loading);
constant!(loading spinner);
constant!(loading dots);
constant!(loading ring);
constant!(loading ball);
constant!(loading bars);
constant!(loading infinity);
constant!(progress);
constant!(progress primary);
constant!(progress secondary);
constant!(progress accent);
constant!(progress info);
constant!(progress success);
constant!(progress warning);
constant!(progress error);
constant!(radial progress);
constant!(skeleton);
constant!(toast);
constant!(toast start);
constant!(toast center);
constant!(toast end);
constant!(toast top);
constant!(toast middle);
constant!(toast bottom);
constant!(tooltip);
constant!(tooltip open);
constant!(tooltip primary);
constant!(tooltip secondary);
constant!(tooltip accent);
constant!(tooltip info);
constant!(tooltip success);
constant!(tooltip warning);
constant!(tooltip error);
constant!(tooltip top);
constant!(tooltip bottom);
constant!(tooltip left);
constant!(tooltip right);