UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

9 lines (8 loc) 285 B
import ElementProps from "../element/Props"; interface Props extends ElementProps { type: string; fill$: boolean; shape: string; } declare const _default: import("styled-components").StyledComponent<"ul", any, ElementProps & Props, never>; export default _default;