UNPKG
@retriever-ui/system
Version:
latest (0.5.0)
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
github.com/indahousi/retriever
indahousi/retriever
@retriever-ui/system
/
lib
/
System.d.ts
7 lines
(6 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ReactNode
}
from
'react'
;
export
interface
ISystemProps
{
children
?:
ReactNode
; }
declare
const
System
:
() =>
JSX
.
Element
;
export
default
System
;