import Chip from "../chip.spec";

export const ChipAvatar = (props: any) => <Chip showAvatar={true} {...props} />;
