feat: custom SimpleList, to allow onClick handle

This commit is contained in:
Deluan
2020-02-07 15:35:05 -05:00
parent f0e7f3ef25
commit a50735a94c
5 changed files with 171 additions and 10 deletions
+9 -1
View File
@@ -3,5 +3,13 @@ import DurationField from './DurationField'
import BitrateField from './BitrateField'
import Pagination from './Pagination'
import PlayButton from './PlayButton'
import SimpleList from './SimpleList'
export { Title, DurationField, BitrateField, Pagination, PlayButton }
export {
Title,
DurationField,
BitrateField,
Pagination,
PlayButton,
SimpleList
}