UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

12 lines (11 loc) 343 B
import React from "react"; import "../../../assets/css/components/data-display/syntax-highlighter/syntax-highlighter.css"; declare const SyntaxHighlighter: React.FC<{ children: React.ReactNode; position?: "left" | "center" | "right"; }> & { Import: React.FC<{ children: string; }>; }; export default SyntaxHighlighter;