UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

11 lines (8 loc) 219 B
import React__default from 'react'; type SortButtonProps = { onSort: () => void; label: string; condensed?: boolean; }; declare const SortButton: React__default.FC<SortButtonProps>; export { SortButton };