UNPKG

@devopness/ui-react

Version:

Devopness Design System React Components - Painless essential DevOps to everyone

13 lines (12 loc) 641 B
declare const StyledText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<{ className: string; children: React.ReactNode; variant?: import('@mui/material').TypographyProps["variant"] | "span"; isSmall?: boolean; }, never>> & string & Omit<({ children, className, variant, isSmall, ...restProps }: { className: string; children: React.ReactNode; variant?: import('@mui/material').TypographyProps["variant"] | "span"; isSmall?: boolean; }) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>; export { StyledText };