UNPKG
milligrami
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.3-0
0.2.2
0.2.1-0
0.2.0
0.1.1-0
0.0.4-0
0.0.3-0
0.0.2-0
Milligram React wrapper
github.com/D10221/milligrami
D10221/milligrami
milligrami
/
lib
/
label.d.ts
8 lines
(7 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
"react"
;
/** */
export
declare
type
LabelProps
=
React
.
HTMLProps
<
HTMLLabelElement
> & {
inLine
?:
boolean
; };
/** */
export
declare
const
Label
:
(
xProps
:
LabelProps
) =>
JSX
.
Element
;