UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

10 lines (9 loc) 236 B
export interface CloseButtonProps { className?: string; layout?: 'square' | 'circle'; size?: 'sm' | 'md' | 'lg' | 'xl'; onClick?: (e: any) => void; disabled?: boolean; title?: string; hoverScale?: boolean; }