Refactor on useStyle api

This commit is contained in:
mertsincan 2023-07-12 10:19:35 +01:00
parent 061febf1d4
commit 6f8e16f0ae
2 changed files with 13 additions and 11 deletions

View file

@ -12,6 +12,7 @@ export declare function useStyle(
options?: StyleOptions
): {
id: string;
name: string;
css: any;
unload: () => void;
load: () => void;