UNPKG

@bund-x/core

Version:

Master Components Core Library

12 lines 460 B
export function ProfileCardBase(props: any): JSX.Element; export namespace ProfileCardBase { namespace propTypes { const children: PropTypes.Validator<PropTypes.ReactNodeLike>; const style: PropTypes.Requireable<object>; const className: PropTypes.Requireable<string>; } const displayName: string; } export default ProfileCardBase; import PropTypes from "prop-types"; //# sourceMappingURL=ProfileCardBase.d.ts.map