UNPKG

@evgeniym/ui-kit

Version:
10 lines (9 loc) 225 B
import "./BackIcon.scss"; type ButtonT = { id: string; handleClick: (e: any) => void; disabled?: boolean; theme?: "light" | "dark"; }; declare const BackIcon: (props: ButtonT) => any; export default BackIcon;