gather-content-ui
Version:
GatherContent UI Library
13 lines • 363 B
TypeScript
export declare function List(props: any): import("react/jsx-runtime").JSX.Element;
export declare namespace List {
var defaultProps: {
title: null;
action: null;
borderedRight: boolean;
borderedLeft: boolean;
bordered: boolean;
subtitle: string;
};
}
export default List;
//# sourceMappingURL=index.d.ts.map