@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
21 lines • 787 B
TypeScript
export default DosAndDonts;
declare function DosAndDonts(props: any): JSX.Element;
declare namespace DosAndDonts {
export namespace defaultProps {
export const title: string;
export const description: string;
}
export namespace propTypes {
const title_1: PropTypes.Requireable<string>;
export { title_1 as title };
const description_1: PropTypes.Requireable<string>;
export { description_1 as description };
export const items: PropTypes.Validator<PropTypes.InferProps<{
image: PropTypes.Validator<string>;
caption: PropTypes.Requireable<string>;
do: PropTypes.Validator<boolean>;
}>[]>;
}
}
import PropTypes from "prop-types";
//# sourceMappingURL=dos-and-donts.d.ts.map