@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines (3 loc) • 455 B
TypeScript
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>>;