refactor(lib): extract fillArray utility

This commit is contained in:
Eric Liu 2019-12-23 09:47:34 -08:00
commit f3c702947c
7 changed files with 23 additions and 10 deletions

View file

@ -1,2 +1,3 @@
export { cx } from './cx';
export { css } from './css';
export { fillArray } from './fill-array';