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

export const ChipSelected = (props: any) => <Chip text="Selected" selected {...props} />;
