Summary: CKFlexboxComponent's insets are now live editable P.S. Now it takes some time to see the view changed and the new value of everything on flipper side Reviewed By: kevin0571 Differential Revision: D16379743 fbshipit-source-id: 69bc9b7cb6b2103ff34b5c4489b240ac7562a85d
13 lines
473 B
Objective-C
13 lines
473 B
Objective-C
/*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the LICENSE
|
|
* file in the root directory of this source tree.
|
|
*/
|
|
#import <ComponentKit/CKComponent.h>
|
|
#import <ComponentKit/CKFlexboxComponent.h>
|
|
|
|
NSString *relativeDimension(CKRelativeDimension dimension);
|
|
NSDictionary<NSString *, NSString *> *flexboxRect(CKFlexboxSpacing spacing);
|
|
CKRelativeDimension relativeStructDimension(NSString *dimension);
|