@atlaskit/media-table
Version:
Table UI component
10 lines (9 loc) • 381 B
TypeScript
import React from 'react';
import { type WrappedComponentProps } from 'react-intl-next';
interface Props {
onClick: (event: React.MouseEvent<HTMLElement>) => void;
}
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
};
export default _default;