react-scrollable-accordion
Version:
A scrollable list/accordion component with sticky headers
24 lines (23 loc) • 714 B
TypeScript
declare namespace _default {
export namespace List {
export const boxSizing: string;
export const height: string;
export const listStylePosition: string;
export const margin: number;
export const overflowX: string;
export const overflowY: string;
export const padding: number;
}
export namespace ListHeader {
export const position: string;
}
export namespace Wrapper {
const height_1: string;
export { height_1 as height };
const overflowX_1: string;
export { overflowX_1 as overflowX };
const position_1: string;
export { position_1 as position };
}
}
export default _default;