All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.timer.timer-action-trigger.d.ts Maven / Gradle / Ivy

import { ActionTriggerProps } from '@zag-js/timer';
import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface TimerActionTriggerBaseProps extends ActionTriggerProps, PolymorphicProps {
}
export interface TimerActionTriggerProps extends HTMLProps<'button'>, TimerActionTriggerBaseProps {
}
export declare const TimerActionTrigger: ForwardRefExoticComponent>;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy