mirror of
https://github.com/aleleba/create-react-component-library.git
synced 2025-07-21 12:08:22 -06:00
PR-188649:
Creating the first initial version of the create component library.
This commit is contained in:
4
src/@types/custom.d.ts
vendored
Normal file
4
src/@types/custom.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
declare module "*.svg" {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
Reference in New Issue
Block a user