File

src/lib/contracts/PagerStyle.ts

Description

Copyright (C) Mobilize.Net info@mobilize.net - All Rights Reserved

This file is part of the Mobilize Frameworks, which is proprietary and confidential.

NOTICE: All information contained herein is, and remains the property of Mobilize.Net Corporation. The intellectual and technical concepts contained herein are proprietary to Mobilize.Net Corporation and may be covered by U.S. Patents, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Mobilize.Net Corporation.

Index

Properties

Properties

background-color
background-color: string
Type : string
border-color
border-color: string
Type : string
border-width
border-width: string
Type : string
color
color: string
Type : string
height
height: string
Type : string
top
top: string
Type : string
width
width: string
Type : string
export interface PagerStyle {
  'background-color': string;
  'border-color': string;
  'border-width': string;
  color: string;
  height: string;
  width: string;
  top: string;
}

results matching ""

    No results matching ""