UNPKG
avada-feature-request
Version:
latest (1.0.0-alpha.2)
1.0.0
1.0.0-alpha.2
1.0.0-alpha.1
Feature Request component library for React applications
gitlab.com/TruongNN62/avada-feature-request
avada-feature-request
/
dist
/
Components
/
CreateFeatureReq.d.ts
8 lines
(7 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React from
"react"
;
import
"../style/index.scss"
;
/** * CreateFeatureReq component */
declare function
CreateFeatureReq
()
: React.JSX.Element;
export
default
CreateFeatureReq;