norma-library
Version:
Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.
8 lines (7 loc) • 361 B
TypeScript
import React, { FunctionComponent } from 'react';
import { IconsProps, SvgProps } from '../interfaces/Icons';
export declare const Svg: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
} & SvgProps, React.SVGProps<SVGSVGElement>, {}>;
export declare const Icons: FunctionComponent<IconsProps>;