@heycar-uikit/core
Version:
The React UI library from HeyCar
5 lines (4 loc) • 301 B
TypeScript
/// <reference types="react" />
import React from 'react';
declare const SegmentedButtons: React.ForwardRefExoticComponent<import("./SegmentedButtons.types-647d4fa3").ComponentProps & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
export { SegmentedButtons as default };