GoogleIconButton()
구글 아이콘 버튼 UI 컴포넌트입니다. 컴포넌트를 기반으로 하며, 구글 아이콘 및 버튼 스타일링이 가능합니다.
Signature
GoogleIconButton: ({
style,
iconStyle,
...props
}: GoogleIconButtonProps) => react_jsx_runtime.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
{ style, iconStyle, ...props} |
Returns
react_jsx_runtime.JSX.Element
구글 아이콘 버튼 컴포넌트를 반환합니다.