UNPKG
taro-manage-layout
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
简洁移动办公框架
gitee.com/niu-xiaonai/taro-manage-layout.git
taro-manage-layout
/
types
/
src
/
watermark
/
index.d.ts
7 lines
(6 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
"react"
;
export
type
WaterMarkProps
= {
text
:
string
; };
/** 水印工具 */
export
declare
const
WaterMark
:
(
{ text }:
WaterMarkProps
) =>
React
.
JSX
.
Element
;