export type TCodeExampleProps = { lang: string; code: string; };