@redocly/theme
Version:
Shared UI components lib
8 lines (7 loc) • 317 B
TypeScript
import React from 'react';
export type CatalogUserEntityCellProps = {
name: string;
email: string;
};
export declare function CatalogUserEntityCell({ name, email }: CatalogUserEntityCellProps): React.JSX.Element;
export declare const Email: import("styled-components").StyledComponent<"div", any, {}, never>;