tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
33 lines (32 loc) • 828 B
TypeScript
export declare const RadioGroup: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
buttonStyle: {
title: string;
dataSource: string[];
};
optionType: {
title: string;
dataSource: string[];
};
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
buttonStyle: {
title: string;
dataSource: string[];
};
optionType: {
title: string;
dataSource: string[];
};
};
};
};
};