UNPKG

@conduction/components

Version:

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

8 lines (7 loc) 222 B
/// <reference types="react" /> interface ImageDividerProps { image: string; layoutClassName: string; } export declare const ImageDivider: ({ image, layoutClassName }: ImageDividerProps) => JSX.Element; export {};