UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

12 lines (10 loc) 282 B
export type DimensionsT = { width: number | string; height: number | string | undefined; aspectRatio?: number; }; export type Configuration = { [key: string]: any; tablet_landscape_sidebar_width?: string; tablet_landscape_player_container_background_color?: string; };