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

package.dist.components.clipboard.clipboard-indicator.d.ts Maven / Gradle / Ivy

import { ReactNode, ForwardRefExoticComponent, RefAttributes } from 'react';
import { HTMLProps, PolymorphicProps } from '../factory';
export interface ClipboardIndicatorBaseProps extends PolymorphicProps {
    copied?: ReactNode;
}
export interface ClipboardIndicatorProps extends HTMLProps<'div'>, ClipboardIndicatorBaseProps {
}
export declare const ClipboardIndicator: ForwardRefExoticComponent>;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy