@littlespoon/theme
Version:
Little Spoon theme
22 lines (20 loc) • 385 B
Flow
/**
* Flowtype definitions for style
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
* @flow
*/
import type { StyledProps } from "styled-components";
export interface StyleProps {
/**
* CSS properties.
*/
sx?: StyledProps<any>;
}
/**
* Gets style.
*/
declare export function getStyle(x: StyleProps): {
[key: string]: string | number,
...
};