@flexnative/theme-context
Version:
React ThemeContext
13 lines • 570 B
JavaScript
/**
* @file props.ts
* @author Redon Alla <redon.alla@gmail.com>
* @createDate 2023-06-04 21:29:02
* @modifyDate 2025-03-02 17:37:04
* @description This file defines the types and interfaces for the ThemeContext and ThemeProvider components.
* It includes type definitions for colors, border radius, border width, font sizes, and the overall
* structure of the theme object. It also provides the interfaces for the props of the ThemeProvider
* and ThemeContext components.
*/
;
export {};
//# sourceMappingURL=props.js.map