UNPKG

polaris-glints

Version:

Glints forked polaris react

7 lines 266 B
import React from 'react'; export interface SettingActionProps { action?: React.ReactNode; children?: React.ReactNode; } export declare function SettingAction({ action, children }: SettingActionProps): JSX.Element; //# sourceMappingURL=SettingAction.d.ts.map