Fix a naming nit
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
34f3e62f72
commit
adc177b28f
1 changed files with 2 additions and 2 deletions
4
src/@types/svg.d.ts
vendored
4
src/@types/svg.d.ts
vendored
|
@ -15,6 +15,6 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
declare module "*.svg" {
|
||||
const content: string;
|
||||
export default content;
|
||||
const path: string;
|
||||
export default path;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue