@blockstack/ui
Version:
Blockstack UI components built using React and styled-components with styled-system.
14 lines (13 loc) • 344 B
TypeScript
import { Theme } from './types';
export declare const shadows: {
low: string;
mid: string;
high: string;
inner: string;
none: string;
focus: string;
'button.secondary': string;
};
declare const theme: Theme;
export declare const transition = "all 0.2s cubic-bezier(0.23, 1, 0.32, 1)";
export { theme };