UNPKG

hh-ui-components

Version:
10 lines (9 loc) 252 B
import React from "react"; export interface SizeProps { size?: string; variants?: "collection" | "product" | "onesize"; Disabled?: boolean; className?: string; onClick?: () => void; } export declare const Size: React.FC<SizeProps>;