UNPKG

363 BTypeScriptView Raw
1import { IStyle } from '@uifabric/merge-styles';
2/**
3 * Generates placeholder style for each of the browsers supported by office-ui-fabric-react.
4 * @param styles - The style to use.
5 * @returns The placeholder style object for each browser depending on the placeholder directive it uses.
6 */
7export declare function getPlaceholderStyles(styles: IStyle): IStyle;