smart-react-components
Version:
React UI library, wide variety of editable ready to use Styled and React components.
11 lines (10 loc) • 386 B
TypeScript
import ElementProps from "../element/Props";
import { SetValue } from "../props";
export interface Props extends ElementProps {
setStatus?: SetValue<boolean>;
}
declare const _default: import("styled-components").StyledComponent<"svg", any, ElementProps & {
children: JSX.Element;
viewBox: "2 2 14 14";
} & Props, "viewBox" | "children">;
export default _default;