UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (7 loc) 285 B
import React from 'react'; export interface VisuallyHiddenProps { /** The content to be hidden visually */ children?: React.ReactNode; } export declare function VisuallyHidden({ children }: VisuallyHiddenProps): JSX.Element; //# sourceMappingURL=VisuallyHidden.d.ts.map