Trails Packages
    Preparing search index...

    Interface CommonComponentContainerProps

    interface CommonComponentContainerProps {
        css?: SystemStyleObject | SystemStyleObject[];
        [key: `data-${string}`]: unknown;
    }

    Hierarchy

    • Pick<HTMLAttributes<HTMLElement>, "className" | "role">
    • AriaAttributes
      • CommonComponentContainerProps

    Indexable

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

    Properties

    Properties

    css?: SystemStyleObject | SystemStyleObject[]