mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor on useStyle api
This commit is contained in:
parent
061febf1d4
commit
6f8e16f0ae
2 changed files with 13 additions and 11 deletions
1
components/lib/usestyle/UseStyle.d.ts
vendored
1
components/lib/usestyle/UseStyle.d.ts
vendored
|
@ -12,6 +12,7 @@ export declare function useStyle(
|
|||
options?: StyleOptions
|
||||
): {
|
||||
id: string;
|
||||
name: string;
|
||||
css: any;
|
||||
unload: () => void;
|
||||
load: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue