UNPKG

@navinc/base-react-components

Version:
4 lines (3 loc) 455 B
import { CDNAssetProps } from './cdn-asset.js'; export type CDNIllustrationProps = Omit<CDNAssetProps, 'directory' | 'ref'>; export declare const CDNIllustration: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<CDNIllustrationProps, never>> & string & Omit<({ filename, ...props }: CDNIllustrationProps) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;