mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #5667
This commit is contained in:
parent
1ea0731a18
commit
8574a61891
8 changed files with 73 additions and 97 deletions
2
components/lib/base/style/BaseStyle.d.ts
vendored
2
components/lib/base/style/BaseStyle.d.ts
vendored
|
@ -5,6 +5,6 @@ export declare interface BaseStyle {
|
|||
css?: string | undefined;
|
||||
classes?: object | undefined;
|
||||
inlineStyles?: object | undefined;
|
||||
loadStyle?: ((options?: StyleOptions) => Style | object | undefined) | undefined;
|
||||
load?: ((style: string | ((params?: any) => string | undefined), options?: StyleOptions) => Style | object | undefined) | undefined;
|
||||
getStyleSheet?: ((extendedCSS?: string, props?: any) => string | undefined) | undefined;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue