UNPKG
react-native-remix-icons
Version:
latest (4.7.0)
4.7.0
4.5.2
4.5.1
4.5.0
0.4.0
Remix Icon for React Native
github.com/dulyts/react-native-remix-icon
dulyts/react-native-remix-icon
react-native-remix-icons
/
src
/
index.d.ts
8 lines
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
interface
RemixIconProps
{
name
:
string
;
size
?:
number
|
string
;
color
?:
string
; [
key
:
string
]:
any
; }
declare
const
RemixIcon
:
React
.
FC
<
RemixIconProps
>;
export
default
RemixIcon
;