UNPKG

shineout

Version:

A components library for React

5 lines 132 B
"use client"; import Table from "./table"; var TableComp = Table; TableComp.displayName = 'ShineoutTable'; export default TableComp;