refactor(components): alphabetize exported props for scannability

This commit is contained in:
Eric Liu 2019-12-31 16:36:10 -08:00
commit b1fe3de8ad
78 changed files with 265 additions and 264 deletions

View file

@ -9,6 +9,7 @@
import { cx } from '../../lib';
const dispatch = createEventDispatcher();
let currentId = writable(null);
let currentIndex = selectedIndex;
let switches = [];