mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4530 - Export styles of all components
This commit is contained in:
parent
7b6d458067
commit
dc2913e887
463 changed files with 10696 additions and 9670 deletions
3
components/lib/usestyle/UseStyle.d.ts
vendored
3
components/lib/usestyle/UseStyle.d.ts
vendored
|
@ -6,6 +6,7 @@ export interface StyleOptions {
|
|||
id?: string;
|
||||
media?: string;
|
||||
nonce?: string;
|
||||
props?: any;
|
||||
}
|
||||
|
||||
export declare function useStyle(
|
||||
|
@ -16,6 +17,6 @@ export declare function useStyle(
|
|||
name: string;
|
||||
css: any;
|
||||
unload: () => void;
|
||||
load: (css?: string, options?: any) => void;
|
||||
load: (css?: string, props?: any) => void;
|
||||
isLoaded: boolean;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue