smart-react-components
Version:
React UI library, wide variety of editable ready to use Styled and React components.
8 lines (7 loc) • 314 B
TypeScript
import ElementProps from "../element/Props";
import { SizeProps } from "../props/size-props";
export interface Props extends ElementProps, SizeProps {
type?: string;
}
declare const _default: import("styled-components").StyledComponent<"svg", any, ElementProps & Props, never>;
export default _default;