UNPKG

@openmrs/esm-styleguide

Version:
9 lines 281 B
import React from 'react'; interface PlaceholderIconProps { width?: number; height?: number; 'aria-label'?: string; } declare const PlaceholderIcon: React.FC<PlaceholderIconProps>; export default PlaceholderIcon; //# sourceMappingURL=placeholder-icon.component.d.ts.map