UNPKG
@finbertmds/fuselage-toastbar
Version:
latest (0.35.0)
0.35.0
Fuselage ToastBar component
github.com/RocketChat/fuselage
RocketChat/fuselage
@finbertmds/fuselage-toastbar
/
dist
/
cjs
/
ToastBarPortal.d.ts
7 lines
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
ReactElement
,
ReactNode
}
from
'react'
;
type
ToastBarPortalProps
= {
children
?:
ReactNode
; };
declare
const
_default
:
import
(
"react"
).
MemoExoticComponent
<
(
{ children }:
ToastBarPortalProps
) =>
ReactElement
>;
export
default
_default;
//# sourceMappingURL=ToastBarPortal.d.ts.map