@crossed/ui
Version:
A universal & performant styling library for React Native, Next.js & React
31 lines • 744 B
TypeScript
/**
* Copyright (c) Paymium.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root of this projects source tree.
*/
export declare const shrinkStyles: {
on: import("@crossed/styled").CrossedMethods<{
base: {
flexShrink: number;
};
}>;
off: import("@crossed/styled").CrossedMethods<{
base: {
flexShrink: number;
};
}>;
};
export declare const growStyles: {
on: import("@crossed/styled").CrossedMethods<{
base: {
flexGrow: number;
};
}>;
off: import("@crossed/styled").CrossedMethods<{
base: {
flexGrow: number;
};
}>;
};
//# sourceMappingURL=flex.d.ts.map