UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

10 lines 432 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-runtime").JSX.Element; export default FormProjectBoard; //# sourceMappingURL=index.d.ts.map