Skip to content

Export component interfaces for ISelectSingle and ISelectMulti, so other projects can know available properties and $refs #37

Open
@jackkoppa

Description

@jackkoppa

We should only expose the bare minimum in the public types that are exported.

so in our repo here, we might do something like

export interface ISelectMulti {
 onlyTheMostImportantPublicProps: string
}

interface IPrivateSelectMulti extends ISelectMulti {
 otherPropsThatProjectsShouldntNeedToKnowAbout: string
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions