@uifabric/styling
Version:
Styling helpers for Fluent UI React.
8 lines (7 loc) • 363 B
TypeScript
import { IStyle } from '@uifabric/merge-styles';
/**
* Generates placeholder style for each of the browsers supported by office-ui-fabric-react.
* @param styles - The style to use.
* @returns The placeholder style object for each browser depending on the placeholder directive it uses.
*/
export declare function getPlaceholderStyles(styles: IStyle): IStyle;