UNPKG

@bund-x/core

Version:

Master Components Core Library

13 lines 452 B
export function Font(props: any): JSX.Element; export namespace Font { namespace propTypes { const className: PropTypes.Requireable<string>; const style: PropTypes.Requireable<object>; const font: PropTypes.Requireable<object>; const letters: PropTypes.Requireable<object>; } const displayName: string; } export default Font; import PropTypes from "prop-types"; //# sourceMappingURL=Font.d.ts.map