UNPKG

@ducor/react

Version:

admin template ui interface

9 lines (8 loc) 235 B
interface CustomizerButtonProps { label: string; value: string; activeValue: string; onClick: (value: string) => void; } declare const CustomizerButton: React.FC<CustomizerButtonProps>; export default CustomizerButton;