UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 211 B
import { ContentProps } from './Page.types'; declare const Content: { ({ children, stickyStyle }: ContentProps): any; displayName: string; }; export default Content; //# sourceMappingURL=Content.d.ts.map