@ebay/ui-core-react
Version:
Skin components build off React
6 lines • 304 B
TypeScript
export type Priority = "primary" | "secondary" | "tertiary" | "none";
export type Variant = "standard" | "destructive" | "form";
export type Size = "small" | "large";
export type BodyState = "loading" | "expand" | "reset" | "none";
export type Split = "start" | "end";
//# sourceMappingURL=types.d.ts.map