UNPKG
@confi/conflux-react-ui-test-package
Version:
alpha (1.0.0-alpha.2)
latest (1.0.0-alpha.2)
1.0.0-alpha.2
Modern and minimalist React UI library.
conflux-react-ui.vercel.app
Conflux-Chain/react-ui
@confi/conflux-react-ui-test-package
/
dist
/
shared
/
ellipsis.d.ts
7 lines
(6 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
export
declare
type
EllipsisProps
= {
height
:
string
; };
declare
const
_default
:
React
.
NamedExoticComponent
<
React
.
PropsWithChildren
<
EllipsisProps
>>;
export
default
_default;