UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

6 lines (5 loc) 113 B
const Import = ({ children }) => { return children; }; Import.displayName = "Import"; export default Import;