UNPKG
react-vegas
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
Vegas.js for React
github.com/Dracowyn/react-vegas
Dracowyn/react-vegas
react-vegas
/
dist
/
components
/
VegasDefaultBackground.d.ts
12 lines
(11 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
FC
}
from
"react"
;
interface
VegasDefaultBackgroundProps
{
backgroundUrl
:
string
; }
/** * 默认背景组件 *
@param
backgroundUrl
*
@constructor
*/
export
declare
const
VegasDefaultBackground
:
FC
<
VegasDefaultBackgroundProps
>;
export
{};