图形配置面板
import StyleSetForm from "@uyun/show-styleset-form"
export const BaseStyleSetForm = () => {
return (
<StyleSetForm
schema={}
value={}
widget={}
onChange={(val) => {}}
handleFieldValueChange={({ key: string; value: any }) => {}}
/>
)
}
Copyright 2013 - present © cnpmjs.org