@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
6 lines • 321 B
TypeScript
/**
* 2024-09-07: Migrated from the same folder in fps-library-v2/common/commandStyles/...
*/
import { IReactCSSProperties } from '../../types/react/IReactCSSTypes';
export declare function makeYellowStyles(defStyles: IReactCSSProperties | undefined): IReactCSSProperties;
//# sourceMappingURL=makeYellow.d.ts.map