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