UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

11 lines (10 loc) 428 B
import type { CSSProperties } from 'react'; export interface ShelfIconProps { className?: string; float?: 'left' | 'right'; size?: string; color?: string; direction: 'left' | 'right' | 'up' | 'down'; style?: CSSProperties; } export declare const ShelfIcon: import("styled-components").StyledComponent<({ className, style }: ShelfIconProps) => import("react/jsx-runtime.js").JSX.Element, any, {}, never>;