UNPKG

shineout

Version:

A components library for React

8 lines 224 B
"use client"; import List from "./list"; import BaseItem from "./base-item"; var BaseItemComp = BaseItem; var ListComp = List; ListComp.displayName = 'ShineoutList'; ListComp.BaseItem = BaseItemComp; export default ListComp;