UNPKG

@guruhotel/aura-ui

Version:

⚛️ React UI library by GuruHotel

6 lines (5 loc) 306 B
/// <reference types="react" /> import { AriaButtonProps } from "@react-types/button"; import { Button } from "./date-picker.styles"; import { VariantProps } from "../theme"; export declare function FieldButton({ rounded, isPressed, ...props }: AriaButtonProps & VariantProps<typeof Button>): JSX.Element;