Latest version (#12)
All checks were successful
release-tag / release-image (push) Successful in 2m17s

Co-authored-by: itoshi <kkzemeow@gmail.com>
Co-authored-by: Spynder <19329095+Spynder@users.noreply.github.com>
Reviewed-on: #12
Co-authored-by: Alexander Lazarenko <kerblif@unprism.ru>
Co-committed-by: Alexander Lazarenko <kerblif@unprism.ru>
This commit is contained in:
104 changed files with 31774 additions and 11016 deletions

8
svg.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
declare module "*.svg" {
import * as React from "react";
export const ReactComponent: React.FunctionComponent<
React.SVGProps<SVGSVGElement>
>;
const src: string;
export default src;
}