@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
13 lines • 489 B
TypeScript
declare function DosAndDontsPanel(props: any): JSX.Element;
declare namespace DosAndDontsPanel {
export namespace propTypes {
export const item: PropTypes.Validator<PropTypes.InferProps<{
image: PropTypes.Requireable<string>;
caption: PropTypes.Requireable<string>;
do: PropTypes.Requireable<boolean>;
}>>;
}
}
export default DosAndDontsPanel;
import PropTypes from "prop-types";
//# sourceMappingURL=dos-and-donts-panel.d.ts.map