| 4 | // IMPORT_COMPONENTS |
| 5 | |
| 6 | export interface Framework7Theme { |
| 7 | ios: boolean; |
| 8 | md: boolean; |
| 9 | } |
| 10 | |
| 11 | /** Object with boolean properties with information about currently used theme (`ios` or `md`) */ |
| 12 | declare const theme: Framework7Theme; |
nothing calls this directly
no outgoing calls
no test coverage detected