@firecms/core
Version:
Awesome Firebase/Firestore-based headless open-source CMS
9 lines (8 loc) • 354 B
TypeScript
export declare function PropertyIdCopyTooltip({ propertyKey, className, children, }: {
propertyKey: string;
className?: string;
children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
export declare function PropertyIdCopyTooltipContent({ propertyKey }: {
propertyKey: string;
}): import("react/jsx-runtime").JSX.Element;