smart-react-components
Version:
React UI library, wide variety of editable ready to use Styled and React components.
10 lines (9 loc) • 332 B
TypeScript
import ElementProps from "../element/Props";
interface ListElementProps extends ElementProps {
type: string;
fill$: boolean;
shape: string;
fixedSize: boolean;
}
declare const _default: import("styled-components").StyledComponent<"ul", any, ElementProps & ListElementProps, never>;
export default _default;