react-compinators
    Preparing search index...

    Interface HasStyle

    Type of props that has an optional style prop of the React CSS properties type. For example: {name: string; style?: CSSProperties}.

    interface HasStyle {
        style?: CSSProperties;
    }
    Index

    Properties

    Properties

    style?: CSSProperties