UNPKG

@conduction/components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

8 lines (7 loc) 264 B
import * as React from "react"; interface QuoteWrapperProps { borderColor?: string; borderWidth?: string; } export declare const QuoteWrapper: ({ children, borderColor, borderWidth, }: React.PropsWithChildren<QuoteWrapperProps>) => JSX.Element; export {};