@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
22 lines • 691 B
TypeScript
export default PageBuilderLandingPage;
declare class PageBuilderLandingPage extends React.Component<any, any, any> {
constructor(props: any);
state: {
statusMessage: string;
};
makeNewExample(): void;
render(): JSX.Element;
}
declare namespace PageBuilderLandingPage {
export namespace defaultProps {
export const location: BASE_PATHS;
}
export namespace propTypes {
const location_1: PropTypes.Requireable<object>;
export { location_1 as location };
}
}
import React from "react";
import { BASE_PATHS } from "../../lib/constants";
import PropTypes from "prop-types";
//# sourceMappingURL=page-builder-landing-page.d.ts.map