UNPKG

phx-react

Version:

PHX REACT

10 lines (9 loc) 307 B
import React from 'react'; export interface ICompleteState { title: string; description: string; img?: string; imgClassname?: string; classname?: string; } export declare function PHXCompleteState({ title, description, img, imgClassname, classname }: ICompleteState): React.JSX.Element;