Skip to content

SharedProps are optional but required in type definition #145

@yicru

Description

@yicru

SharedProps are optional in the documentation, but is required in the type definition.

index.d.ts:39L〜47L

export interface TabsSharedProps {
  tabTextActiveStyle: TextStyle;
  tabTextContainerActiveStyle: ViewStyle;
  tabTextContainerStyle: ViewStyle;
  tabTextStyle: TextStyle;
  tabWrapperStyle: ViewStyle;
  tabs: Tab[];
  tabsContainerStyle: ViewStyle;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions