@element-softworks/daintree
Version:
React Component Library
21 lines • 460 B
TypeScript
import React from 'react';
declare type RowProps = {
column?: string;
row?: string;
between?: string;
around?: string;
start?: string;
center?: string;
textCenter?: string;
end?: string;
top?: string;
middle?: string;
bottom?: string;
stretch?: string;
gutters?: boolean;
style?: object;
};
declare const Row: React.FC<RowProps>;
export { RowProps };
export default Row;
//# sourceMappingURL=Row.d.ts.map