UNPKG
@ducor/form
Version:
latest (5.2.0)
5.2.0
5.1.9
5.1.6
5.1.3
5.1.1
5.0.8
0.0.0
form package
github.com/ducorui/form
@ducor/form
/
dist
/
components
/
label.d.ts
8 lines
(7 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
LabelProps
{
id
:
string
;
label
:
string
|
undefined
;
withAsterisk
?:
boolean
|
undefined
; }
declare
const
Label
:
(
{ id, label, withAsterisk }:
LabelProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
Label
;