UNPKG

@radix-ui/themes

Version:

[![Radix Themes Logo](https://radix-ui.com/social/themes.png)](https://radix-ui.com/themes)

9 lines (8 loc) 386 B
import * as React from 'react'; import { Slot } from '@radix-ui/react-slot'; import type { ComponentPropsWithout, RemovedProps } from '../helpers/index.js'; interface ResetProps extends ComponentPropsWithout<typeof Slot, RemovedProps> { } declare const Reset: React.ForwardRefExoticComponent<ResetProps & React.RefAttributes<HTMLElement>>; export { Reset }; export type { ResetProps };