UNPKG

polaris-glints

Version:

Glints forked polaris react

12 lines (11 loc) 408 B
import React from 'react'; export interface ConnectedProps { /** Content to display on the left */ left?: React.ReactNode; /** Content to display on the right */ right?: React.ReactNode; /** Connected content */ children?: React.ReactNode; } export declare function Connected({ children, left, right }: ConnectedProps): JSX.Element; //# sourceMappingURL=Connected.d.ts.map