SYMBOL INDEX (35 symbols across 18 files) FILE: .eslintrc.js constant OFF (line 7) | const OFF = 0; constant WARNING (line 8) | const WARNING = 1; constant ERROR (line 9) | const ERROR = 2; FILE: docs/specs/mev-share/HintsTable.jsx function HintsTable (line 9) | function HintsTable() { FILE: docusaurus.config.js method configurePostCss (line 108) | configurePostCss(postcssOptions) { FILE: src/components/Banner/Banner.tsx type BannerOptions (line 16) | interface BannerOptions { class BannerConfigs (line 25) | class BannerConfigs { method constructor (line 28) | constructor(options: BannerOptions) { method getBannerStyle (line 34) | getBannerStyle(): React.CSSProperties | null { method getBannerClass (line 45) | getBannerClass(): string { method shouldShowBanner (line 54) | shouldShowBanner(): boolean { function Banner (line 70) | function Banner(): JSX.Element { FILE: src/components/BrandAssets/AssetCard.tsx type IAssetCard (line 11) | interface IAssetCard { function AssetCard (line 18) | function AssetCard({ title, cover, svg, png }: IAssetCard) { FILE: src/components/BrandAssets/Download.tsx type IDownload (line 9) | interface IDownload { function Download (line 13) | function Download({ file, type }: IDownload) { FILE: src/components/BrandAssets/index.tsx function BrandAssets (line 10) | function BrandAssets() { FILE: src/components/Checkbox/index.tsx function Checkbox (line 8) | function Checkbox({ FILE: src/components/Grid/Grid.tsx type IGrid (line 10) | interface IGrid { function Grid (line 14) | function Grid({ children }: IGrid) { FILE: src/components/GridBlock/GridBlock.tsx type IGridBlock (line 10) | interface IGridBlock { function GridBlock (line 16) | function GridBlock({ children, symbol, title }: IGridBlock) { FILE: src/components/ProtectButton/index.tsx function ProtectButton (line 10) | function ProtectButton() { FILE: src/components/RemoteCodeBlock/index.tsx type IRemoteCodeBlock (line 11) | interface IRemoteCodeBlock extends CodeProps { function RemoteCodeBlock (line 17) | function RemoteCodeBlock({url, ...props}: IRemoteCodeBlock) { FILE: src/components/SimpleDropdown/index.tsx type SimpleDropdownParams (line 10) | type SimpleDropdownParams = { function SimpleDropdown (line 17) | function SimpleDropdown({ function Body (line 60) | function Body(props) { function HiddenBody (line 69) | function HiddenBody({children}) { FILE: src/components/mev-share/buildersTable.tsx function BuildersTable (line 9) | function BuildersTable() { FILE: src/components/mev-share/useSupportedBuilders.tsx type Builder (line 10) | type Builder = { FILE: src/theme/Layout/index.tsx type Props (line 6) | type Props = WrapperProps; function LayoutWrapper (line 8) | function LayoutWrapper(props: Props): JSX.Element { FILE: src/theme/Navbar/index.js function NavbarWrapper (line 6) | function NavbarWrapper(props) { FILE: src/types/global.d.ts type Window (line 8) | interface Window {