Outlook_Addin_LLM/node_modules/@fluentui/style-utilities/lib-commonjs/styles/getPlaceholderStyles.d.ts

8 lines
363 B
TypeScript

import type { IStyle } from '@fluentui/merge-styles';
/**
* Generates placeholder style for each of the browsers supported by `@fluentui/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;