UNPKG
@ogasphere/theme-manager
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
A reusable theme management package for Next.js and Vite applications
@ogasphere/theme-manager
/
dist
/
core
/
theme-parser.d.ts
4 lines
•
271 B
TypeScript
View Raw
1
2
3
4
import
type
{
Theme
,
ThemeParserOptions
}
from
"./theme-types"
;
export
declare
function
formatThemeLabel
(
id
:
string
):
string
;
export
declare
function
parseThemesFromCSS
(
cssContent
:
string
,
options
?:
ThemeParserOptions
):
Theme
[];
//# sourceMappingURL=theme-parser.d.ts.map