smart-react-components
Version:
React UI library, wide variety of editable ready to use Styled and React components.
10 lines (9 loc) • 379 B
TypeScript
import ElementProps from "../element/Props";
import { Size$StrictProps } from "../props/size$-strict-props";
interface Props extends ElementProps, Size$StrictProps {
type: string;
arrow: string;
isArrowInHeader: boolean;
}
declare const _default: import("styled-components").StyledComponent<"div", any, ElementProps & Props, never>;
export default _default;