interface InlineCodeProps {
    children: string | number;
    thin?: boolean;
}

Properties

Properties

children: string | number
thin?: boolean