UNPKG

ar-design

Version:

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

5 lines (4 loc) 141 B
import React from "react"; import { ISectionProps } from "./IProps"; declare const Section: React.FC<ISectionProps>; export default Section;