@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
20 lines • 627 B
TypeScript
export default PlaygroundSidebarPatternListItem;
declare class PlaygroundSidebarPatternListItem extends React.Component<any, any, any> {
constructor(props: any);
state: {
selectedTemplate: {
label: any;
value: any;
};
};
render(): JSX.Element;
}
declare namespace PlaygroundSidebarPatternListItem {
export const contextType: React.Context<{}>;
export namespace propTypes {
export const pattern: PropTypes.Validator<object>;
}
}
import React from "react";
import PropTypes from "prop-types";
//# sourceMappingURL=page-builder-pattern-list-item.d.ts.map