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
/
rate.d.ts
3 lines
(2 loc)
•
198 B
TypeScript
View Raw
1
2
3
import
{
RateProps
}
from
"@ducor/types"
;
export
declare
const
Rate
:
(
{ name, label, withAsterisk, helperText, defaultValue, id, direction, }:
RateProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;