import React from 'react'; import { Base, PublicBaseProps } from './Base'; export type InlineCodeProps = PublicBaseProps; export function InlineCode(props: InlineCodeProps) { return ( ); }