@shopify/polaris
Version:
Shopify’s admin product component library
8 lines • 311 B
TypeScript
import React from 'react';
import type { ReactNode } from 'react';
export interface InlineCodeProps {
/** The content to render inside the code block */
children: ReactNode;
}
export declare const InlineCode: ({ children }: InlineCodeProps) => React.JSX.Element;
//# sourceMappingURL=InlineCode.d.ts.map