react-sass-inlinesvg
Version:
React library designed to control SVG from Sass.
53 lines (52 loc) • 2.11 kB
TypeScript
import React from "react";
declare const _default: {
component: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "onError"> & {
defaultName?: import("../..").SpecialName | "Svg" | "React" | "Sass" | "AndroidIcon" | "Apple" | "AppleAppStore" | "Babel" | "Bluetooth" | "Chrome" | "CodepenIcon" | "CodesandboxIcon" | "Css3" | "DiscordIcon" | "Dropbox" | "Facebook" | "Figma" | "Firefox" | "GithubIcon" | "GitIcon" | "GoogleCalendar" | "GoogleCloud" | "GoogleDrive" | "GoogleGmail" | "GoogleIcon" | "GoogleMaps" | "GoogleMeet" | "GooglePhotos" | "GooglePlayIcon" | "GravatarIcon" | "Html5" | "InstagramIcon" | "IntellijIdea" | "Internetexplorer" | "Ios" | "Javascript" | "Jenkins" | "Jsfiddle" | "Markdown" | "MicrosoftEdge" | "Mozilla" | "NodejsIcon" | "NpmIcon" | "Opera" | "Preact" | "Prettier" | "Redux" | "Safari" | "SlackIcon" | "StackoverflowIcon" | "StorybookIcon" | "Terminal" | "TiktokIcon" | "Twitter" | "TypescriptIcon" | "Webpack" | "Wifi" | "YoutubeIcon" | undefined;
fetchOptions?: RequestInit | undefined;
innerRef?: React.Ref<SVGElement> | undefined;
} & {
title?: string | undefined;
description?: string | undefined;
onError?: import("../..").ErrorHandler | undefined;
onLoad?: import("../..").LoadHandler | undefined;
}>;
title: string;
};
export default _default;
export declare const _1_ShowHoverColor: {
args: {
className: string;
};
};
export declare const _2_ShowHoverShow: {
args: {
className: string;
};
};
export declare const _3_ShowHoverHidden: {
args: {
className: string;
};
};
export declare const _4_ShowClickNone: {
args: {
className: string;
};
};
export declare const _5_ShowClickNull: {
args: {
className: string;
};
};
export declare const _6_NoneClickShow: {
args: {
className: string;
};
};
export declare const _7_HiddenHoverShow: {
args: {
className: string;
};
};
export declare const Catalog: () => JSX.Element;
export declare const StylingPattern: () => JSX.Element;