UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

14 lines (13 loc) 515 B
import React from "react"; /** * @deprecated `PicklistPlaceholder` has been deprecated. See the Carbon documentation for migration details. */ export interface PicklistPlaceholderProps { /** Text to be displayed when list is empty */ text: string; } /** * @deprecated `PicklistPlaceholder` has been deprecated. See the Carbon documentation for migration details. */ export declare const PicklistPlaceholder: ({ text }: PicklistPlaceholderProps) => React.JSX.Element; export default PicklistPlaceholder;