UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

10 lines 580 B
import React from 'react'; declare const ExampleWithSearch: React.FC; declare const ExampleWithTopRightSearch: React.FC; declare const ExampleWithCustomMapKey: React.FC; declare const ExampleWithCustomKeyAndStyle: React.FC; declare const ExampleWithDemoMap: React.FC; declare const ExampleWithoutSearch: React.FC; declare const ExampleWithCustomSearch: React.FC; export { ExampleWithSearch, ExampleWithCustomSearch, ExampleWithoutSearch, ExampleWithTopRightSearch, ExampleWithCustomMapKey, ExampleWithCustomKeyAndStyle, ExampleWithDemoMap }; //# sourceMappingURL=examples.d.ts.map