UNPKG
@cuvp1225/tango-mail
Version:
latest (0.5.6)
0.5.6
0.5.5
0.5.3
react mail components for tango
github.com/NetEase/tango-components
NetEase/tango-components
@cuvp1225/tango-mail
/
lib
/
cjs
/
components
/
placeholder.d.ts
6 lines
(5 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
export
interface
PlaceholderProps
extends
React
.
ComponentPropsWithoutRef
<'div'> {
text
?:
string
; }
export
declare
function
Placeholder
(
{ text, style, ...props }:
PlaceholderProps
):
React
.
JSX
.
Element
;