Extract shared actionBtn and iconBtn constants into lib/utils/styles.ts and replace all 11 local definitions across tool components. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
186 B
TypeScript
8 lines
186 B
TypeScript
export * from './cn';
|
|
export * from './debounce';
|
|
export * from './urlSharing';
|
|
export * from './animations';
|
|
export * from './format';
|
|
export * from './time';
|
|
export * from './styles';
|