react-playground
    Preparing search index...

    Interface FrameStyle

    interface FrameStyle {
        backgroundColor: string;
        color: string;
        size: number;
        width: number;
    }
    Index

    Properties

    backgroundColor: string
    color: string
    size: number
    width: number