@ebay/ui-core-react
Version:
Skin components build off React
5 lines • 302 B
TypeScript
export type FieldLayoutType = "inline" | "block";
export type FieldDescriptionType = "default" | "group" | "confirmation" | "information" | "attention";
export type FieldDescriptionPosition = "inline" | "below" | "above";
export type LabelPosition = "start" | "end";
//# sourceMappingURL=types.d.ts.map