mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { CSSProperties } from 'react';
|
|
|
|
export const nodeDefaultStyle: CSSProperties = {
|
|
border: '1px solid #DEE0E2'
|
|
};
|