UNPKG

@im-ian/react-survey

Version:

2018~2019년에 제작했던 React 설문 모듈입니다. 아카이브 용도로 업로드 되었습니다.

9 lines (7 loc) 153 B
import { ReactNode } from "react"; export interface IconButtonProps { icon: ReactNode; text?: string; active?: boolean; onClick?: () => void; }