UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Discord Chat](https://img.shields.io/discord/55794023

11 lines (9 loc) 407 B
import { Style, StyleOptions } from '../../usestyle'; export declare interface BaseStyle { name?: string | undefined; css?: string | undefined; classes?: object | undefined; inlineStyles?: object | undefined; loadStyle?: ((options?: StyleOptions) => Style | object | undefined) | undefined; getStyleSheet?: ((extendedCSS?: string, props?: any) => string | undefined) | undefined; }