UNPKG

polaris-glints

Version:

Glints forked polaris react

7 lines 273 B
import { ReactNode } from 'react'; export interface InlineCodeProps { /** The content to render inside the code block */ children: ReactNode; } export declare const InlineCode: ({ children }: InlineCodeProps) => JSX.Element; //# sourceMappingURL=InlineCode.d.ts.map