UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

10 lines 420 B
import { ProjectBoardProps } from '../../ProjectBoard/types'; export interface FormProjectBoardProps { title: string; description: string; projectboard: ProjectBoardProps; sacredtheme?: boolean; } declare function FormProjectBoard({ title, description, projectboard, sacredtheme, }: FormProjectBoardProps): import("react").JSX.Element; export default FormProjectBoard; //# sourceMappingURL=index.d.ts.map