segmented-picker-aned
Version:
Selection picker wheel with multi-column support and optional native dependencies.
31 lines (30 loc) • 778 B
TypeScript
declare const _default: {
toolbarContainer: {
width: string;
height: number;
borderBottomWidth: number;
flexDirection: "row";
justifyContent: "space-between";
alignItems: "center";
alignSelf: "flex-start";
};
toolbarConfirmContainer: {
height: string;
paddingLeft: number;
justifyContent: "center";
};
toolbarCancelContainer: {
height: string;
paddingLeft: number;
justifyContent: "center";
};
toolbarText: {
fontWeight: "bold";
fontSize: number;
paddingTop: number;
paddingRight: number;
paddingBottom: number;
paddingLeft: number;
};
};
export default _default;