UNPKG

conduction-components

Version:

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

8 lines (7 loc) 187 B
import * as React from "react"; interface ImageDividerProps { image: string; layoutClassName: string; } export declare const ImageDivider: React.FC<ImageDividerProps>; export {};