package.dist.components.timer.timer-area.d.cts Maven / Gradle / Ivy
import { HTMLProps, PolymorphicProps } from '../factory';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface TimerAreaBaseProps extends PolymorphicProps {
}
export interface TimerAreaProps extends HTMLProps<'div'>, TimerAreaBaseProps {
}
export declare const TimerArea: ForwardRefExoticComponent>;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy