UNPKG

@arteneo/forge

Version:
8 lines (7 loc) 318 B
import React from "react"; import { ButtonLinkProps } from "../../../components/Common/ButtonLink"; import Optional from "../../../definitions/Optional"; type CreateProps = Optional<ButtonLinkProps, "to">; declare const Create: (props: CreateProps) => React.JSX.Element; export default Create; export { CreateProps };