gather-content-ui
Version:
GatherContent UI Library
9 lines • 328 B
TypeScript
declare function FinderPanelLayoutLeft({ children, className, style }: any): import("react/jsx-runtime").JSX.Element;
declare namespace FinderPanelLayoutLeft {
var defaultProps: {
className: string;
style: {};
};
}
export default FinderPanelLayoutLeft;
//# sourceMappingURL=FinderPanelLayoutLeft.d.ts.map