UNPKG
@crossed/demo
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
A universal & performant styling library for React Native, Next.js & React
@crossed/demo
/
lib
/
typescript
/
ui
/
display
/
Badge.d.ts
7 lines
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Props
}
from
'../../props'
;
declare
const
BadgeDemo
: { ({ color, size }:
Props
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
displayName
:
string
; };
export
{
BadgeDemo
};
//# sourceMappingURL=Badge.d.ts.map