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

package.dist.components.presence.presence.d.cts Maven / Gradle / Ivy

import { HTMLProps, PolymorphicProps } from '../factory';
import { UsePresenceProps } from './use-presence';
import { ForwardRefExoticComponent, RefAttributes } from 'react';
export interface PresenceBaseProps extends UsePresenceProps, PolymorphicProps {
}
export interface PresenceProps extends HTMLProps<'div'>, PresenceBaseProps {
}
export declare const Presence: ForwardRefExoticComponent>;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy