wix-style-react
Version:
wix-style-react
13 lines • 377 B
TypeScript
export namespace PADDING {
let xxTiny: string;
let xTiny: string;
let tiny: string;
let small: string;
let medium: string;
let large: string;
}
export default TableListItem;
/** TableListItem */
declare const TableListItem: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
//# sourceMappingURL=TableListItem.d.ts.map