tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
31 lines (30 loc) • 738 B
TypeScript
export declare const Card: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
type: string;
title: string;
extra: string;
cardTypes: {
label: string;
value: string;
}[];
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
type: string;
title: string;
extra: string;
cardTypes: {
label: string;
value: string;
}[];
};
};
};
};