Skip to content

style imports added to the result *.d.ts files #17

@pinggi

Description

@pinggi

My component files contain sass imports. When I generate the type files for the exposed components, the declaration modules contain the style imports. The style imports is something that should not be there right?

declare module "ui/Component" {
    import { HTMLAttributes } from 'react';
    import './Component.scss';                        <---
    export interface Component {
        name: string;
        ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions