MCPcopy Index your code
hub / github.com/framework7io/framework7 / Framework7Theme

Interface Framework7Theme

src/react/framework7-react.d.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4// IMPORT_COMPONENTS
5
6export interface Framework7Theme {
7 ios: boolean;
8 md: boolean;
9}
10
11/** Object with boolean properties with information about currently used theme (`ios` or `md`) */
12declare const theme: Framework7Theme;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected