sample-package - v0.0.0
    Preparing search index...

    Interface SimpleUiComponentProps

    interface SimpleUiComponentProps {
        textToShow: string;
        [key: `data-${string}`]: unknown;
    }

    Hierarchy

    • CommonComponentProps
      • SimpleUiComponentProps

    Indexable

    • [key: `data-${string}`]: unknown

      Arbitrary data attributes.

      NOTE: The component may use data properties for its own behavior. Make sure not to overwrite required attributes.

    Index

    Properties

    Properties

    textToShow: string