UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

7 lines (6 loc) 146 B
/// <reference types="react" /> export interface CodeblockProps { style?: React.CSSProperties; children: string; language?: string; }