UNPKG
megadoc-plugin-lua
Version:
latest (7.1.0)
7.1.0
7.0.0
7.0.0-beta.2
7.0.0-beta.1
6.2.3
6.2.0
6.1.0
6.0.0
6.0.0-beta.7
6.0.0-beta.6
6.0.0-beta.2
6.0.0-beta.1
A Lua documentation generator plugin for megadoc.
github.com/megadoc/megadoc
megadoc/megadoc
megadoc-plugin-lua
/
ui
/
components
/
FunctionSignature.js
12 lines
(10 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
React
=
require
(
'react'
);
const
FunctionSignature
=
React
.
createClass
({
render
(
) {
return
(
<
div
>
</
div
>
); } });
module
.
exports
=
FunctionSignature
;