2 lines
51 B
TypeScript
2 lines
51 B
TypeScript
export type InputSize = "lg" | "md" | "sm" | "xs";
|
export type InputSize = "lg" | "md" | "sm" | "xs";
|