UNPKG

avada-feature-request

Version:

Feature Request component library for React applications

8 lines (7 loc) 184 B
import React from "react"; import "../style/index.scss"; /** * CreateFeatureReq component */ declare function CreateFeatureReq(): React.JSX.Element; export default CreateFeatureReq;